Skip to content

Commit 85e99f5

Browse files
committed
Update AssemblyFileVersion and AssemblyInformationalVersion to 1.1.0
1 parent 79a209e commit 85e99f5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

TSafe/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
// Build Number
2929
// Revision
3030
//
31-
// You can specify all the values or you can default the Build and Revision Numbers
32-
// by using the '*' as shown below:
33-
// [assembly: AssemblyVersion("1.0.*")]
3431
[assembly: AssemblyVersion("1.0.*")]
35-
//[assembly: AssemblyFileVersion("2.0.*")]
32+
[assembly: AssemblyFileVersion("1.1.0")]
33+
[assembly: AssemblyInformationalVersion("1.1.0")]

0 commit comments

Comments
 (0)