Skip to content

Commit

Permalink
Version to 1.10.7 for ActiveDirectoryAddOU and ActiveDirectoryRemoveOU
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven-D-Foster committed Jun 3, 2021
1 parent 33f7f47 commit 213ae5a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<ReleaseVersion>1.10.6</ReleaseVersion>
<ReleaseVersion>1.10.7</ReleaseVersion>
<Description>Misc command line helper utilities</Description>
<StartupObject>HavokMultimedia.Utilities.Console.Program</StartupObject>
<ApplicationIcon>Icon.ico</ApplicationIcon>
Expand Down
2 changes: 1 addition & 1 deletion HavokMultimedia.Utilities.Console/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ namespace HavokMultimedia.Utilities.Console
{
public static class Version
{
public static string Value => "1.10.6";
public static string Value => "1.10.7";
}
}
2 changes: 1 addition & 1 deletion HavokMultimedia.Utilities.sln
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ Global
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
version = 1.10.6
version = 1.10.7
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion HavokMultimedia.Utilities/HavokMultimedia.Utilities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<ReleaseVersion>1.10.6</ReleaseVersion>
<ReleaseVersion>1.10.7</ReleaseVersion>
<Description>Various helper methods and functions</Description>
</PropertyGroup>

Expand Down

0 comments on commit 213ae5a

Please sign in to comment.