From 4651e4d13889d5ae282ea27d81082aaa584223e6 Mon Sep 17 00:00:00 2001 From: Iain Buchanan Date: Wed, 11 Dec 2013 10:20:17 +0930 Subject: [PATCH] Release 2.2.3 --- .../PWC.Asim.Algorithms.PvFsc/Properties/AssemblyInfo.cs | 4 ++-- .../PWC.Asim.Algorithms.PvNone/Properties/AssemblyInfo.cs | 4 ++-- .../PWC.Asim.Algorithms.PvSimple/Properties/AssemblyInfo.cs | 4 ++-- PWC.Asim/PWC.Asim.ConsoleApp/Properties/AssemblyInfo.cs | 4 ++-- PWC.Asim/PWC.Asim.Core/Properties/AssemblyInfo.cs | 4 ++-- PWC.Asim/PWC.Asim.ExcelTools/Properties/AssemblyInfo.cs | 4 ++-- PWC.Asim/PWC.Asim.Installer/Product.wxs | 2 +- PWC.Asim/PWC.Asim.Tests/Properties/AssemblyInfo.cs | 4 ++-- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/PWC.Asim/Algorithms/PWC.Asim.Algorithms.PvFsc/Properties/AssemblyInfo.cs b/PWC.Asim/Algorithms/PWC.Asim.Algorithms.PvFsc/Properties/AssemblyInfo.cs index 32e57cc..4882a54 100644 --- a/PWC.Asim/Algorithms/PWC.Asim.Algorithms.PvFsc/Properties/AssemblyInfo.cs +++ b/PWC.Asim/Algorithms/PWC.Asim.Algorithms.PvFsc/Properties/AssemblyInfo.cs @@ -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: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.2.2")] -[assembly: AssemblyFileVersion("2.2.2")] +[assembly: AssemblyVersion("2.2.3")] +[assembly: AssemblyFileVersion("2.2.3")] diff --git a/PWC.Asim/Algorithms/PWC.Asim.Algorithms.PvNone/Properties/AssemblyInfo.cs b/PWC.Asim/Algorithms/PWC.Asim.Algorithms.PvNone/Properties/AssemblyInfo.cs index 96bf0d9..ef6f5bb 100644 --- a/PWC.Asim/Algorithms/PWC.Asim.Algorithms.PvNone/Properties/AssemblyInfo.cs +++ b/PWC.Asim/Algorithms/PWC.Asim.Algorithms.PvNone/Properties/AssemblyInfo.cs @@ -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: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.2.2")] -[assembly: AssemblyFileVersion("2.2.2")] +[assembly: AssemblyVersion("2.2.3")] +[assembly: AssemblyFileVersion("2.2.3")] diff --git a/PWC.Asim/Algorithms/PWC.Asim.Algorithms.PvSimple/Properties/AssemblyInfo.cs b/PWC.Asim/Algorithms/PWC.Asim.Algorithms.PvSimple/Properties/AssemblyInfo.cs index 68539e7..606bdea 100644 --- a/PWC.Asim/Algorithms/PWC.Asim.Algorithms.PvSimple/Properties/AssemblyInfo.cs +++ b/PWC.Asim/Algorithms/PWC.Asim.Algorithms.PvSimple/Properties/AssemblyInfo.cs @@ -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: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.2.2")] -[assembly: AssemblyFileVersion("2.2.2")] +[assembly: AssemblyVersion("2.2.3")] +[assembly: AssemblyFileVersion("2.2.3")] diff --git a/PWC.Asim/PWC.Asim.ConsoleApp/Properties/AssemblyInfo.cs b/PWC.Asim/PWC.Asim.ConsoleApp/Properties/AssemblyInfo.cs index 81c67e7..f0afda6 100644 --- a/PWC.Asim/PWC.Asim.ConsoleApp/Properties/AssemblyInfo.cs +++ b/PWC.Asim/PWC.Asim.ConsoleApp/Properties/AssemblyInfo.cs @@ -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: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.2.2")] -[assembly: AssemblyFileVersion("2.2.2")] +[assembly: AssemblyVersion("2.2.3")] +[assembly: AssemblyFileVersion("2.2.3")] diff --git a/PWC.Asim/PWC.Asim.Core/Properties/AssemblyInfo.cs b/PWC.Asim/PWC.Asim.Core/Properties/AssemblyInfo.cs index f47dc1a..11d27dc 100644 --- a/PWC.Asim/PWC.Asim.Core/Properties/AssemblyInfo.cs +++ b/PWC.Asim/PWC.Asim.Core/Properties/AssemblyInfo.cs @@ -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: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.2.2")] -[assembly: AssemblyFileVersion("2.2.2")] +[assembly: AssemblyVersion("2.2.3")] +[assembly: AssemblyFileVersion("2.2.3")] diff --git a/PWC.Asim/PWC.Asim.ExcelTools/Properties/AssemblyInfo.cs b/PWC.Asim/PWC.Asim.ExcelTools/Properties/AssemblyInfo.cs index a80cac8..dd36798 100644 --- a/PWC.Asim/PWC.Asim.ExcelTools/Properties/AssemblyInfo.cs +++ b/PWC.Asim/PWC.Asim.ExcelTools/Properties/AssemblyInfo.cs @@ -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: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.2.2")] -[assembly: AssemblyFileVersion("2.2.2")] +[assembly: AssemblyVersion("2.2.3")] +[assembly: AssemblyFileVersion("2.2.3")] diff --git a/PWC.Asim/PWC.Asim.Installer/Product.wxs b/PWC.Asim/PWC.Asim.Installer/Product.wxs index 4130a1a..08fb14f 100644 --- a/PWC.Asim/PWC.Asim.Installer/Product.wxs +++ b/PWC.Asim/PWC.Asim.Installer/Product.wxs @@ -7,7 +7,7 @@ See http://wix.tramontana.co.hu/tutorial and --> - + diff --git a/PWC.Asim/PWC.Asim.Tests/Properties/AssemblyInfo.cs b/PWC.Asim/PWC.Asim.Tests/Properties/AssemblyInfo.cs index 351f9e0..6d0f31b 100644 --- a/PWC.Asim/PWC.Asim.Tests/Properties/AssemblyInfo.cs +++ b/PWC.Asim/PWC.Asim.Tests/Properties/AssemblyInfo.cs @@ -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: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.2.2")] -[assembly: AssemblyFileVersion("2.2.2")] +[assembly: AssemblyVersion("2.2.3")] +[assembly: AssemblyFileVersion("2.2.3")]