Skip to content

Commit 4d175b4

Browse files
committed
Update assembly to 1.1.6.0
1 parent 51e1329 commit 4d175b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OverloadLevelEditor/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ AND AGREES TO THE TERMS HEREIN AND ACCEPTS THE SAME BY USE OF THIS FILE.
4646
// by using the '*' as shown below:
4747
// [assembly: AssemblyVersion("1.0.*")]
4848
[assembly: AssemblyVersion("1.0.0.0")] // ONLY CHANGE THIS VERSION IF THE API HAS CHANGED -- WHEN YOU CHANGE THIS VERSION IT WILL BREAK APPS THAT REFERENCE (This is the only version number .NET uses)
49-
[assembly: AssemblyFileVersion("1.1.5.0")] // This is used to uniquely identify a specific build of this assembly (you might encode the Perforce changelist into this if you were inclined)
50-
[assembly: AssemblyInformationalVersion("1.1.5.0")] // !!! THIS IS THE VERSION THAT WINDOWS USES TO DISPLAY THE VERSION INFO (of the entire product) - like from file Explorer - this is the "ProductVersion"
49+
[assembly: AssemblyFileVersion("1.1.6.0")] // This is used to uniquely identify a specific build of this assembly (you might encode the Perforce changelist into this if you were inclined)
50+
[assembly: AssemblyInformationalVersion("1.1.6.0")] // !!! THIS IS THE VERSION THAT WINDOWS USES TO DISPLAY THE VERSION INFO (of the entire product) - like from file Explorer - this is the "ProductVersion"

0 commit comments

Comments
 (0)