Skip to content

Commit 32dd377

Browse files
committed
Update binaries to 1.5.5
1 parent 1a4820a commit 32dd377

14 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/managed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
build:
1515
uses: xoofx/.github/.github/workflows/dotnet.yml@main
1616
with:
17-
dotnet-version: 7.0
17+
dotnet-version: 8.0
1818
secrets:
1919
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}

readme.md

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

55
Blake3.NET is a fast managed wrapper around the SIMD Rust implementations of the [BLAKE3](https://github.com/BLAKE3-team/BLAKE3) cryptographic hash function.
66

7-
> The current _native_ version of BLAKE3 used by Blake3.NET is `1.4.1`
7+
> The current _native_ version of BLAKE3 used by Blake3.NET is `1.5.5`
88
99
## Features
1010

src/Blake3.Benchmarks/Blake3.Benchmarks.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net7.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
77
<IsPackable>false</IsPackable>
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="BenchmarkDotNet" Version="0.13.12" />
11+
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
1212
<PackageReference Include="SauceControl.Blake2Fast" Version="2.0.0" />
1313
</ItemGroup>
1414

src/Blake3.Tests/Blake3.Tests.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net7.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<IsPackable>false</IsPackable>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
77
<RuntimeIdentifier Condition="'$(RuntimeIdentifier)' == '' AND '$(PackAsTool)' != 'true'">$(NETCoreSdkRuntimeIdentifier)</RuntimeIdentifier>
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="NUnit" Version="4.1.0" />
12-
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
13-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
11+
<PackageReference Include="NUnit" Version="4.3.0" />
12+
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
13+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1414
<Content Include="..\Blake3\runtimes\$(RuntimeIdentifier)\native\*.*">
1515
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
1616
</Content>

src/Blake3/Blake3.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Import Project="Blake3.props" />
44

55
<PropertyGroup>
6-
<TargetFrameworks>net7.0</TargetFrameworks>
6+
<TargetFrameworks>net8.0</TargetFrameworks>
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
88
<NoWarn>$(NoWarn);CS1591</NoWarn>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
@@ -21,7 +21,7 @@
2121
</ItemGroup>
2222

2323
<ItemGroup>
24-
<PackageReference Include="MinVer" Version="4.3.0">
24+
<PackageReference Include="MinVer" Version="6.0.0">
2525
<PrivateAssets>all</PrivateAssets>
2626
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2727
</PackageReference>
-11.9 KB
Binary file not shown.
-15.9 KB
Binary file not shown.
-23.9 KB
Binary file not shown.
-114 KB
Binary file not shown.
-133 KB
Binary file not shown.

0 commit comments

Comments
 (0)