Skip to content

Commit

Permalink
chore: update version text
Browse files Browse the repository at this point in the history
  • Loading branch information
micro-artwork committed Jan 10, 2022
1 parent 08f9fb7 commit 3128de3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions XI2DS/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// 어셈블리에 대한 일반 정보는 다음 특성 집합을 통해
Expand Down Expand Up @@ -32,5 +31,5 @@
// 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호를
// 기본값으로 할 수 있습니다.
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.9.5.0")]
[assembly: AssemblyFileVersion("0.9.5.0")]
[assembly: AssemblyVersion("0.9.6.0")]
[assembly: AssemblyFileVersion("0.9.6.0")]

0 comments on commit 3128de3

Please sign in to comment.