2 Commits
0.4.1 ... 0.4.2

Author SHA1 Message Date
Matt Nadareski
415b3f17c1 Bump version 2025-09-19 11:03:00 -04:00
Matt Nadareski
06d52e04c5 Fix hashing output 2025-09-19 11:02:34 -04:00
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<VersionPrefix>0.4.1</VersionPrefix>
<VersionPrefix>0.4.2</VersionPrefix>
<!-- Package Properties -->
<Authors>Matt Nadareski</Authors>

View File

@@ -11,7 +11,7 @@
<Nullable>enable</Nullable>
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<VersionPrefix>0.4.1</VersionPrefix>
<VersionPrefix>0.4.2</VersionPrefix>
<!-- Package Properties -->
<Title>NDecrypt</Title>

View File

@@ -139,7 +139,7 @@ namespace NDecrypt
break;
case "--hash":
options.Force = true;
options.OutputHashes = true;
break;
case "-o":