From c9a91863b48b105a6bea6204ff7ae4d94d47d22a Mon Sep 17 00:00:00 2001 From: Steve Date: Fri, 16 Jul 2021 19:22:24 -0400 Subject: [PATCH] Version to 1.12.3 for Zip bug fix --- .../MaxRunSoftware.Utilities.Console.csproj | 2 +- MaxRunSoftware.Utilities.Console/Version.cs | 2 +- .../MaxRunSoftware.Utilities.External.csproj | 2 +- MaxRunSoftware.Utilities.sln | 2 +- MaxRunSoftware.Utilities/MaxRunSoftware.Utilities.csproj | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/MaxRunSoftware.Utilities.Console/MaxRunSoftware.Utilities.Console.csproj b/MaxRunSoftware.Utilities.Console/MaxRunSoftware.Utilities.Console.csproj index 4fbae04..83abfb7 100644 --- a/MaxRunSoftware.Utilities.Console/MaxRunSoftware.Utilities.Console.csproj +++ b/MaxRunSoftware.Utilities.Console/MaxRunSoftware.Utilities.Console.csproj @@ -3,7 +3,7 @@ Exe net5.0 - 1.12.2 + 1.12.3 Misc command line helper utilities MaxRunSoftware.Utilities.Console.Program Icon.ico diff --git a/MaxRunSoftware.Utilities.Console/Version.cs b/MaxRunSoftware.Utilities.Console/Version.cs index c9f1713..71be33d 100644 --- a/MaxRunSoftware.Utilities.Console/Version.cs +++ b/MaxRunSoftware.Utilities.Console/Version.cs @@ -18,6 +18,6 @@ namespace MaxRunSoftware.Utilities.Console { public static class Version { - public static string Value => "1.12.2"; + public static string Value => "1.12.3"; } } diff --git a/MaxRunSoftware.Utilities.External/MaxRunSoftware.Utilities.External.csproj b/MaxRunSoftware.Utilities.External/MaxRunSoftware.Utilities.External.csproj index d7f8401..e80e758 100644 --- a/MaxRunSoftware.Utilities.External/MaxRunSoftware.Utilities.External.csproj +++ b/MaxRunSoftware.Utilities.External/MaxRunSoftware.Utilities.External.csproj @@ -2,7 +2,7 @@ net5.0 - 1.12.2 + 1.12.3 diff --git a/MaxRunSoftware.Utilities.sln b/MaxRunSoftware.Utilities.sln index c024ac3..3d67ecb 100644 --- a/MaxRunSoftware.Utilities.sln +++ b/MaxRunSoftware.Utilities.sln @@ -38,6 +38,6 @@ Global Policies = $0 $0.DotNetNamingPolicy = $1 $1.DirectoryNamespaceAssociation = PrefixedHierarchical - version = 1.12.2 + version = 1.12.3 EndGlobalSection EndGlobal diff --git a/MaxRunSoftware.Utilities/MaxRunSoftware.Utilities.csproj b/MaxRunSoftware.Utilities/MaxRunSoftware.Utilities.csproj index b74d7db..5eddd46 100644 --- a/MaxRunSoftware.Utilities/MaxRunSoftware.Utilities.csproj +++ b/MaxRunSoftware.Utilities/MaxRunSoftware.Utilities.csproj @@ -2,7 +2,7 @@ net5.0 - 1.12.2 + 1.12.3 Various helper methods and functions