From d77b1d7370b72277bcfd7cb72857c9e18c04f496 Mon Sep 17 00:00:00 2001 From: Nityan Khanna Date: Tue, 28 Nov 2017 00:02:09 -0500 Subject: [PATCH] updated the version code to 0.9.12.4 --- OpenIZAdmin.Core/Properties/AssemblyInfo.cs | 2 +- OpenIZAdmin.Localization/Properties/AssemblyInfo.cs | 2 +- OpenIZAdmin.Services/Properties/AssemblyInfo.cs | 2 +- OpenIZAdmin.Tests/Properties/AssemblyInfo.cs | 2 +- OpenIZAdmin/Properties/AssemblyInfo.cs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/OpenIZAdmin.Core/Properties/AssemblyInfo.cs b/OpenIZAdmin.Core/Properties/AssemblyInfo.cs index 4bebc3cf..53ca9902 100644 --- a/OpenIZAdmin.Core/Properties/AssemblyInfo.cs +++ b/OpenIZAdmin.Core/Properties/AssemblyInfo.cs @@ -50,5 +50,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("0.9.12.3")] +[assembly: AssemblyVersion("0.9.12.4")] [assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file diff --git a/OpenIZAdmin.Localization/Properties/AssemblyInfo.cs b/OpenIZAdmin.Localization/Properties/AssemblyInfo.cs index 825a2872..212ee08c 100644 --- a/OpenIZAdmin.Localization/Properties/AssemblyInfo.cs +++ b/OpenIZAdmin.Localization/Properties/AssemblyInfo.cs @@ -50,5 +50,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("0.9.12.3")] +[assembly: AssemblyVersion("0.9.12.4")] [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/OpenIZAdmin.Services/Properties/AssemblyInfo.cs b/OpenIZAdmin.Services/Properties/AssemblyInfo.cs index 5fa49449..00aea2dd 100644 --- a/OpenIZAdmin.Services/Properties/AssemblyInfo.cs +++ b/OpenIZAdmin.Services/Properties/AssemblyInfo.cs @@ -50,5 +50,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("0.9.12.3")] +[assembly: AssemblyVersion("0.9.12.4")] [assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file diff --git a/OpenIZAdmin.Tests/Properties/AssemblyInfo.cs b/OpenIZAdmin.Tests/Properties/AssemblyInfo.cs index ed426cda..170ee5ba 100644 --- a/OpenIZAdmin.Tests/Properties/AssemblyInfo.cs +++ b/OpenIZAdmin.Tests/Properties/AssemblyInfo.cs @@ -49,5 +49,5 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("0.9.12.3")] +[assembly: AssemblyVersion("0.9.12.4")] [assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file diff --git a/OpenIZAdmin/Properties/AssemblyInfo.cs b/OpenIZAdmin/Properties/AssemblyInfo.cs index 2af1579b..0f07bc56 100644 --- a/OpenIZAdmin/Properties/AssemblyInfo.cs +++ b/OpenIZAdmin/Properties/AssemblyInfo.cs @@ -49,5 +49,5 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("0.9.12.3")] +[assembly: AssemblyVersion("0.9.12.4")] [assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file