Skip to content

Commit 0d1a416

Browse files
committed
Update assembly versioning to include FileVersion and InformationalVersion
1 parent 356a2ff commit 0d1a416

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

TLobbyEditor/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +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.*")]
32+
[assembly: AssemblyFileVersion("1.1.0")]
33+
[assembly: AssemblyInformationalVersion("1.1.0")]

0 commit comments

Comments
 (0)