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

Commit 77e4e86

Browse files
committed
Updated version to 1.1.0.1
1 parent c611675 commit 77e4e86

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CUE.NET.nuspec

+1-1
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.1.0.0</version>
6+
<version>1.1.0.1</version>
77
<authors>Darth Affe</authors>
88
<owners>Darth Affe</owners>
99
<projectUrl>https://github.com/DarthAffe/CUE.NET</projectUrl>

Examples/AudioAnalyzer/Example_AudioAnalyzer_full/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@
4949
// You can specify all the values or you can default the Build and Revision Numbers
5050
// by using the '*' as shown below:
5151
// [assembly: AssemblyVersion("1.0.*")]
52-
[assembly: AssemblyVersion("1.1.0.0")]
53-
[assembly: AssemblyFileVersion("1.1.0.0")]
52+
[assembly: AssemblyVersion("1.1.0.1")]
53+
[assembly: AssemblyFileVersion("1.1.0.1")]

Examples/SimpleDevTest/Properties/AssemblyInfo.cs

+2-2
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.1.0.0")]
35-
[assembly: AssemblyFileVersion("1.1.0.0")]
34+
[assembly: AssemblyVersion("1.1.0.1")]
35+
[assembly: AssemblyFileVersion("1.1.0.1")]

Properties/AssemblyInfo.cs

+2-2
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.1.0.0")]
35-
[assembly: AssemblyFileVersion("1.1.0.0")]
34+
[assembly: AssemblyVersion("1.1.0.1")]
35+
[assembly: AssemblyFileVersion("1.1.0.1")]

0 commit comments

Comments
 (0)