Skip to content
This repository was archived by the owner on Aug 6, 2021. It is now read-only.

Commit 83c6719

Browse files
committed
Updated version number
1 parent 811a296 commit 83c6719

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CUE.NET.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>CUE.NET</id>
55
<title>CUE.NET</title>
6-
<version>1.2.0.0</version>
6+
<version>1.2.0.1</version>
77
<authors>Darth Affe</authors>
88
<owners>Darth Affe</owners>
99
<projectUrl>https://github.com/DarthAffe/CUE.NET</projectUrl>

Examples/SimpleDevTest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.2.0.0")]
35-
[assembly: AssemblyFileVersion("1.2.0.0")]
34+
[assembly: AssemblyVersion("1.2.0.1")]
35+
[assembly: AssemblyFileVersion("1.2.0.1")]

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.2.0.0")]
35-
[assembly: AssemblyFileVersion("1.2.0.0")]
34+
[assembly: AssemblyVersion("1.2.0.1")]
35+
[assembly: AssemblyFileVersion("1.2.0.1")]

0 commit comments

Comments
 (0)