Skip to content

Commit

Permalink
Update assembly to 1.1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasksu committed Sep 2, 2021
1 parent 51e1329 commit 4d175b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OverloadLevelEditor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ AND AGREES TO THE TERMS HEREIN AND ACCEPTS THE SAME BY USE OF THIS FILE.
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[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)
[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)
[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"
[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)
[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 comments on commit 4d175b4

Please sign in to comment.