Skip to content

Commit a593e78

Browse files
committed
Updated NanoByte.Common
1 parent 33d9396 commit a593e78

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Commands/Commands.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<ProjectReference Include="..\DesktopIntegration\DesktopIntegration.csproj" />
4141
</ItemGroup>
4242
<ItemGroup>
43-
<PackageReference Include="NanoByte.Common.AnsiCli" Version="2.19.10" />
43+
<PackageReference Include="NanoByte.Common.AnsiCli" Version="2.20.1" />
4444
<PackageReference Include="NDesk.Options.Patched" Version="0.3.2" />
4545
<PackageReference Include="TaskScheduler" Version="2.12.2" />
4646
</ItemGroup>

src/DesktopIntegration/Windows/FileType.Hash.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ private static string CalculateHash(string extension, string progID, DateTime la
2121
}
2222

2323
private static string HashInner(byte[] data, byte[] hashedData)
24-
=> Convert.ToBase64String(MathUtils.XOr(
24+
=> Convert.ToBase64String(BitwiseUtils.XOr(
2525
HashInnerPart1(data, hashedData),
2626
HashInnerPart2(data, hashedData)));
2727

src/Model/Model.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<!-- Dependencies -->
3333
<ItemGroup>
34-
<PackageReference Include="NanoByte.Common" Version="2.19.10" />
34+
<PackageReference Include="NanoByte.Common" Version="2.20.1" />
3535
<PackageReference Include="Generator.Equals.Runtime" Version="3.2.1" />
3636
</ItemGroup>
3737

0 commit comments

Comments
 (0)