Skip to content

Commit 72639ed

Browse files
committed
Released v1.3.0-beta1.
1 parent d45da2d commit 72639ed

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Console/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
// You can specify all the values or you can default the Build and Revision Numbers
3636
// by using the '*' as shown below:
3737
// [assembly: AssemblyVersion("1.0.*")]
38-
[assembly: AssemblyVersion("1.2.4.1")]
39-
[assembly: AssemblyFileVersion("1.2.4.1")]
40-
[assembly: AssemblyInformationalVersionAttribute("1.2.5-SNAPSHOT")]
38+
[assembly: AssemblyVersion("1.3.0.0")]
39+
[assembly: AssemblyFileVersion("1.3.0.0")]
40+
[assembly: AssemblyInformationalVersionAttribute("1.3.0-beta1")]

LibDmd/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.2.4.1")]
36-
[assembly: AssemblyFileVersion("1.2.4.1")]
37-
[assembly: AssemblyInformationalVersionAttribute("1.2.5-SNAPSHOT")]
35+
[assembly: AssemblyVersion("1.3.0.0")]
36+
[assembly: AssemblyFileVersion("1.3.0.0")]
37+
[assembly: AssemblyInformationalVersionAttribute("1.3.0-beta1")]

0 commit comments

Comments
 (0)