Skip to content

Commit

Permalink
Version 1.7.0 for commands FileEncrypt, FileDecrypt, GenerateKeyPair
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven-D-Foster committed Apr 15, 2021
1 parent b87a073 commit e3d08b1
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.6.1</ReleaseVersion>
<ReleaseVersion>1.7.0</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.6.1";
public static string Value => "1.7.0";
}
}
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.6.1
version = 1.7.0
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.6.1</ReleaseVersion>
<ReleaseVersion>1.7.0</ReleaseVersion>
<Description>Various helper methods and functions</Description>
</PropertyGroup>

Expand Down

0 comments on commit e3d08b1

Please sign in to comment.