Skip to content

Commit

Permalink
update version numbers (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
FroggieFrog authored Jun 24, 2022
1 parent 453fd1e commit a2c8433
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions AnnoDesigner.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// Version("1.0.*")]
[assembly: AssemblyVersion("9.2.0.0")]
[assembly: AssemblyFileVersion("9.2.0.0")]
[assembly: AssemblyVersion("9.3.0.0")]
[assembly: AssemblyFileVersion("9.3.0.0")]
2 changes: 1 addition & 1 deletion AnnoDesigner/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static class Constants
/// <remarks>To support old(er) versions of the app, there should be an agreement to just use major.minor for the version and just increment the minor value.
/// At least for some time.
/// This limits the possible versions to 255.255.</remarks>
public static readonly Version Version = new Version(9, 2);
public static readonly Version Version = new Version(9, 3);

/// <summary>
/// The minimal grid size to which the user can zoom out.
Expand Down
4 changes: 2 additions & 2 deletions AnnoDesigner/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("9.2.0.0")]
[assembly: AssemblyFileVersion("9.2.0.0")]
[assembly: AssemblyVersion("9.3.0.0")]
[assembly: AssemblyFileVersion("9.3.0.0")]
4 changes: 2 additions & 2 deletions PresetParser/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("9.2.0.0")]
[assembly: AssemblyFileVersion("9.2.0.0")]
[assembly: AssemblyVersion("9.3.0.0")]
[assembly: AssemblyFileVersion("9.3.0.0")]

[assembly: InternalsVisibleTo("PresetParser.Tests")]

0 comments on commit a2c8433

Please sign in to comment.