From 9a3301c5daf0b3b77931d3b594ce25f95bd6a594 Mon Sep 17 00:00:00 2001 From: Stickymaddness Date: Thu, 16 Jul 2020 16:42:22 +0200 Subject: [PATCH] Procurement 1.29.0 Release --- POEApi.Infrastructure/Properties/AssemblyInfo.cs | 4 ++-- POEApi.Model/Properties/AssemblyInfo.cs | 4 ++-- POEApi.Transport/Properties/AssemblyInfo.cs | 4 ++-- Procurement/ApplicationState.cs | 2 +- Procurement/Properties/AssemblyInfo.cs | 4 ++-- latest-release.txt | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/POEApi.Infrastructure/Properties/AssemblyInfo.cs b/POEApi.Infrastructure/Properties/AssemblyInfo.cs index fa33ca15..77c789a8 100644 --- a/POEApi.Infrastructure/Properties/AssemblyInfo.cs +++ b/POEApi.Infrastructure/Properties/AssemblyInfo.cs @@ -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.28.0.0")] -[assembly: AssemblyFileVersion("1.28.0.0")] +[assembly: AssemblyVersion("1.29.0.0")] +[assembly: AssemblyFileVersion("1.29.0.0")] diff --git a/POEApi.Model/Properties/AssemblyInfo.cs b/POEApi.Model/Properties/AssemblyInfo.cs index be144833..6c846ea4 100644 --- a/POEApi.Model/Properties/AssemblyInfo.cs +++ b/POEApi.Model/Properties/AssemblyInfo.cs @@ -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.28.0.0")] -[assembly: AssemblyFileVersion("1.28.0.0")] +[assembly: AssemblyVersion("1.29.0.0")] +[assembly: AssemblyFileVersion("1.29.0.0")] [assembly: InternalsVisibleTo("POEApi.Model.Tests")] diff --git a/POEApi.Transport/Properties/AssemblyInfo.cs b/POEApi.Transport/Properties/AssemblyInfo.cs index 0a09fb44..2cb95437 100644 --- a/POEApi.Transport/Properties/AssemblyInfo.cs +++ b/POEApi.Transport/Properties/AssemblyInfo.cs @@ -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.28.0.0")] -[assembly: AssemblyFileVersion("1.28.0.0")] +[assembly: AssemblyVersion("1.29.0.0")] +[assembly: AssemblyFileVersion("1.29.0.0")] diff --git a/Procurement/ApplicationState.cs b/Procurement/ApplicationState.cs index dc7563da..543574b9 100644 --- a/Procurement/ApplicationState.cs +++ b/Procurement/ApplicationState.cs @@ -14,7 +14,7 @@ public static class ApplicationState /// Application version to check for latest release. /// Must begin with "Procurement ". See: VersionChecker.cs /// - public static string Version = "Procurement 1.28.0"; + public static string Version = "Procurement 1.29.0"; public static POEModel Model = new POEModel(); public static Dictionary Stash = new Dictionary(); public static Dictionary Inventory = new Dictionary(); diff --git a/Procurement/Properties/AssemblyInfo.cs b/Procurement/Properties/AssemblyInfo.cs index 2e1ee80a..c8668fa8 100644 --- a/Procurement/Properties/AssemblyInfo.cs +++ b/Procurement/Properties/AssemblyInfo.cs @@ -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("1.0.*")] -[assembly: AssemblyVersion("1.28.0.0")] -[assembly: AssemblyFileVersion("1.28.0.0")] +[assembly: AssemblyVersion("1.29.0.0")] +[assembly: AssemblyFileVersion("1.29.0.0")] diff --git a/latest-release.txt b/latest-release.txt index 5e1c0196..4e4c25a6 100644 --- a/latest-release.txt +++ b/latest-release.txt @@ -1 +1 @@ -Procurement 1.28.0,https://github.com/Stickymaddness/Procurement/releases/tag/1.28.0 +Procurement 1.29.0,https://github.com/Stickymaddness/Procurement/releases/tag/1.29.0