From ed34ed64cf90b838744f2b8acfca72b76efa0be5 Mon Sep 17 00:00:00 2001 From: Stickymaddness Date: Sun, 4 Oct 2015 10:50:48 +0200 Subject: [PATCH] Procurement 1.9.6 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 08489f50..7c07d12b 100644 --- a/POEApi.Infrastructure/Properties/AssemblyInfo.cs +++ b/POEApi.Infrastructure/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ // 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.9.5.0")] -[assembly: AssemblyFileVersion("1.9.5.0")] +[assembly: AssemblyVersion("1.9.6.0")] +[assembly: AssemblyFileVersion("1.9.6.0")] diff --git a/POEApi.Model/Properties/AssemblyInfo.cs b/POEApi.Model/Properties/AssemblyInfo.cs index 4d49171f..eb0750fe 100644 --- a/POEApi.Model/Properties/AssemblyInfo.cs +++ b/POEApi.Model/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ // 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.9.5.0")] -[assembly: AssemblyFileVersion("1.9.5.0")] +[assembly: AssemblyVersion("1.9.6.0")] +[assembly: AssemblyFileVersion("1.9.6.0")] diff --git a/POEApi.Transport/Properties/AssemblyInfo.cs b/POEApi.Transport/Properties/AssemblyInfo.cs index 818c4cf6..bad0b837 100644 --- a/POEApi.Transport/Properties/AssemblyInfo.cs +++ b/POEApi.Transport/Properties/AssemblyInfo.cs @@ -32,7 +32,7 @@ // 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.9.5.0")] -[assembly: AssemblyFileVersion("1.9.5.0")] +[assembly: AssemblyVersion("1.9.6.0")] +[assembly: AssemblyFileVersion("1.9.6.0")] diff --git a/Procurement/ApplicationState.cs b/Procurement/ApplicationState.cs index bb0b58a0..8e470ea5 100644 --- a/Procurement/ApplicationState.cs +++ b/Procurement/ApplicationState.cs @@ -10,7 +10,7 @@ namespace Procurement { public static class ApplicationState { - public static string Version = "Procurement 1.9.6-dev"; + public static string Version = "Procurement 1.9.6"; 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 34cbddb7..fd223186 100644 --- a/Procurement/Properties/AssemblyInfo.cs +++ b/Procurement/Properties/AssemblyInfo.cs @@ -51,6 +51,6 @@ // 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.9.5.0")] -[assembly: AssemblyFileVersion("1.9.5.0")] +[assembly: AssemblyVersion("1.9.6.0")] +[assembly: AssemblyFileVersion("1.9.6.0")] diff --git a/latest-release.txt b/latest-release.txt index 8f261c69..6fd64d7a 100644 --- a/latest-release.txt +++ b/latest-release.txt @@ -1 +1 @@ -Procurement 1.9.5,https://github.com/Stickymaddness/Procurement/releases/tag/1.9.5 \ No newline at end of file +Procurement 1.9.6,https://github.com/Stickymaddness/Procurement/releases/tag/1.9.6 \ No newline at end of file