Skip to content

Commit

Permalink
Procurement 1.25.2 Release
Browse files Browse the repository at this point in the history
Stickymaddness committed Feb 14, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 764dfcc commit 7c64690
Showing 6 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions POEApi.Infrastructure/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -32,8 +32,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.25.1.0")]
[assembly: AssemblyFileVersion("1.25.1.0")]
[assembly: AssemblyVersion("1.25.2.0")]
[assembly: AssemblyFileVersion("1.25.2.0")]



4 changes: 2 additions & 2 deletions POEApi.Model/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -32,8 +32,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.25.1.0")]
[assembly: AssemblyFileVersion("1.25.1.0")]
[assembly: AssemblyVersion("1.25.2.0")]
[assembly: AssemblyFileVersion("1.25.2.0")]
[assembly: InternalsVisibleTo("POEApi.Model.Tests")]


4 changes: 2 additions & 2 deletions POEApi.Transport/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -32,8 +32,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.25.1.0")]
[assembly: AssemblyFileVersion("1.25.1.0")]
[assembly: AssemblyVersion("1.25.2.0")]
[assembly: AssemblyFileVersion("1.25.2.0")]



2 changes: 1 addition & 1 deletion Procurement/ApplicationState.cs
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ public static class ApplicationState
/// Application version to check for latest release.
/// Must begin with "Procurement ". See: VersionChecker.cs
/// </summary>
public static string Version = "Procurement 1.25.1";
public static string Version = "Procurement 1.25.2";
public static POEModel Model = new POEModel();
public static Dictionary<string, Stash> Stash = new Dictionary<string, Stash>();
public static Dictionary<string, Item> Inventory = new Dictionary<string, Item>();
5 changes: 2 additions & 3 deletions Procurement/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -51,6 +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("1.0.*")]
[assembly: AssemblyVersion("1.25.1.0")]
[assembly: AssemblyFileVersion("1.25.1.0")]

[assembly: AssemblyVersion("1.25.2.0")]
[assembly: AssemblyFileVersion("1.25.2.0")]
2 changes: 1 addition & 1 deletion latest-release.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Procurement 1.25.1,https://github.com/Stickymaddness/Procurement/releases/tag/1.25.1
Procurement 1.25.2,https://github.com/Stickymaddness/Procurement/releases/tag/1.25.2

0 comments on commit 7c64690

Please sign in to comment.