diff --git a/MaxRunSoftware.Utilities.Console/MaxRunSoftware.Utilities.Console.csproj b/MaxRunSoftware.Utilities.Console/MaxRunSoftware.Utilities.Console.csproj index bf51f39..62def1e 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.9 + 1.12.10 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 582eff5..f2a330e 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.9"; + public static string Value => "1.12.10"; } } diff --git a/MaxRunSoftware.Utilities.External/MaxRunSoftware.Utilities.External.csproj b/MaxRunSoftware.Utilities.External/MaxRunSoftware.Utilities.External.csproj index 5821846..ff92b08 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.9 + 1.12.10 diff --git a/MaxRunSoftware.Utilities.sln b/MaxRunSoftware.Utilities.sln index dfe03e8..d60c64e 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.9 + version = 1.12.10 EndGlobalSection EndGlobal diff --git a/MaxRunSoftware.Utilities/MaxRunSoftware.Utilities.csproj b/MaxRunSoftware.Utilities/MaxRunSoftware.Utilities.csproj index f788064..00c8a44 100644 --- a/MaxRunSoftware.Utilities/MaxRunSoftware.Utilities.csproj +++ b/MaxRunSoftware.Utilities/MaxRunSoftware.Utilities.csproj @@ -2,7 +2,7 @@ net5.0 - 1.12.9 + 1.12.10 Various helper methods and functions