From 83a5354183ccf0553895bae2b69b1bde7f0aece3 Mon Sep 17 00:00:00 2001 From: Iain Buchanan Date: Tue, 27 Aug 2013 17:21:07 +0930 Subject: [PATCH] updated version numbers for new release. --- .../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 | 2 +- 8 files changed, 14 insertions(+), 14 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 8dcbe3d..1249136 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("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("2.0.*")] +[assembly: AssemblyFileVersion("2.0.*")] 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 c1819de..8475f0e 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("1.0.*")] -[assembly: AssemblyFileVersion("1.0.*")] +[assembly: AssemblyVersion("2.0.*")] +[assembly: AssemblyFileVersion("2.0.*")] 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 13507da..de19480 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("1.0.*")] -[assembly: AssemblyFileVersion("1.0.*")] +[assembly: AssemblyVersion("2.0.*")] +[assembly: AssemblyFileVersion("2.0.*")] diff --git a/PWC.Asim/PWC.Asim.ConsoleApp/Properties/AssemblyInfo.cs b/PWC.Asim/PWC.Asim.ConsoleApp/Properties/AssemblyInfo.cs index de0f2a8..bb8e672 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("1.0.*")] -[assembly: AssemblyFileVersion("1.0.*")] +[assembly: AssemblyVersion("2.0.*")] +[assembly: AssemblyFileVersion("2.0.*")] diff --git a/PWC.Asim/PWC.Asim.Core/Properties/AssemblyInfo.cs b/PWC.Asim/PWC.Asim.Core/Properties/AssemblyInfo.cs index a0df471..5c75d02 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("1.0.*")] -[assembly: AssemblyFileVersion("1.0.*")] +[assembly: AssemblyVersion("2.0.*")] +[assembly: AssemblyFileVersion("2.0.*")] diff --git a/PWC.Asim/PWC.Asim.ExcelTools/Properties/AssemblyInfo.cs b/PWC.Asim/PWC.Asim.ExcelTools/Properties/AssemblyInfo.cs index a229385..bbc93cc 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("1.0.*")] -[assembly: AssemblyFileVersion("1.0.*")] +[assembly: AssemblyVersion("2.0.*")] +[assembly: AssemblyFileVersion("2.0.*")] diff --git a/PWC.Asim/PWC.Asim.Installer/Product.wxs b/PWC.Asim/PWC.Asim.Installer/Product.wxs index 498e52d..e646a8f 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 ec3b09e..3dddc7a 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("1.0.0.0")] +[assembly: AssemblyVersion("2.0.*")] [assembly: AssemblyFileVersion("1.0.0.0")]