Skip to content

Commit 1879a5b

Browse files
committed
Update versioning in AssemblyInfo.cs to 3.0 for AssemblyVersion and set AssemblyFileVersion to 3.2.0
1 parent f7d1d3e commit 1879a5b

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

TSkinManager/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 5 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.*")]
34-
[assembly: AssemblyVersion("3.1.*")]
35-
//[assembly: AssemblyFileVersion("1.0.0.0")]
31+
[assembly: AssemblyVersion("3.0.*")]
32+
[assembly: AssemblyFileVersion("3.2.0")]
33+
[assembly: AssemblyInformationalVersion("3.2.0")]

0 commit comments

Comments
 (0)