You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: OverloadLevelEditor/Properties/AssemblyInfo.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -46,5 +46,5 @@ AND AGREES TO THE TERMS HEREIN AND ACCEPTS THE SAME BY USE OF THIS FILE.
46
46
// by using the '*' as shown below:
47
47
// [assembly: AssemblyVersion("1.0.*")]
48
48
[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