From 718cb31469d645630e303dab488477a51d642cde Mon Sep 17 00:00:00 2001 From: Charles Macanka Date: Fri, 22 Oct 2021 13:45:54 -0400 Subject: [PATCH] Procurement 1.29.1 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 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/POEApi.Infrastructure/Properties/AssemblyInfo.cs b/POEApi.Infrastructure/Properties/AssemblyInfo.cs index 77c789a8..6617961a 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.29.0.0")] -[assembly: AssemblyFileVersion("1.29.0.0")] +[assembly: AssemblyVersion("1.29.1.0")] +[assembly: AssemblyFileVersion("1.29.1.0")] diff --git a/POEApi.Model/Properties/AssemblyInfo.cs b/POEApi.Model/Properties/AssemblyInfo.cs index 6c846ea4..2b67ea9e 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.29.0.0")] -[assembly: AssemblyFileVersion("1.29.0.0")] +[assembly: AssemblyVersion("1.29.1.0")] +[assembly: AssemblyFileVersion("1.29.1.0")] [assembly: InternalsVisibleTo("POEApi.Model.Tests")] diff --git a/POEApi.Transport/Properties/AssemblyInfo.cs b/POEApi.Transport/Properties/AssemblyInfo.cs index 2cb95437..11e8b042 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.29.0.0")] -[assembly: AssemblyFileVersion("1.29.0.0")] +[assembly: AssemblyVersion("1.29.1.0")] +[assembly: AssemblyFileVersion("1.29.1.0")] diff --git a/Procurement/ApplicationState.cs b/Procurement/ApplicationState.cs index 543574b9..6c887b0a 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.29.0"; + public static string Version = "Procurement 1.29.1"; 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 c8668fa8..3bb81555 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.29.0.0")] -[assembly: AssemblyFileVersion("1.29.0.0")] +[assembly: AssemblyVersion("1.29.1.0")] +[assembly: AssemblyFileVersion("1.29.1.0")]