diff --git a/CHANGELOG.md b/CHANGELOG.md index c659ab9..4f5ec2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 2022-06-03 +- Added xxHash128 +- Migrated to net6 # 2019-02-16 - Migrated to net core v.3.1 - Added bit operation utils diff --git a/appveyor.yml b/appveyor.yml index 8df25de..d70d364 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,7 +6,7 @@ before_build: - choco install opencover.portable - choco install codecov -image: Visual Studio 2019 +image: Visual Studio 2022 install: - ps: $env:DOTNET_BUILD_VERSION = $env:APPVEYOR_BUILD_NUMBER @@ -24,6 +24,6 @@ test_script: deploy: provider: NuGet api_key: - secure: Gqt0hcrPJjXnwbp002k7UPsb+3IoUWxKc5qcNyQrFrv1WyjCB1Y0J/cB0P27LWIK + secure: +1hDCHt3w+fajHIw+ChIh5EP2RVdn8Gn6wgqe5jO/ZhWDE0KN2dTaS+EEOIJ67hn skip_symbols: true artifact: /.*\.nupkg/ \ No newline at end of file diff --git a/deps.props b/deps.props index 55aa275..0d10c00 100644 --- a/deps.props +++ b/deps.props @@ -1,13 +1,9 @@ - 4.5.0 - 4.3.0 - 4.5.3 - 4.5.3 - 0.12 - 16.5.0 + 0.13.1 + 17.2.0 2.4.1 - 2.4.1 + 2.4.5 2.3.1 \ No newline at end of file diff --git a/nuget.props b/nuget.props index b3f9308..6d3952f 100644 --- a/nuget.props +++ b/nuget.props @@ -1,12 +1,12 @@ - netstandard2.0 + net6.0 Standart.Hash.xxHash - 3.1.0 + 4.0.0 Standart.Hash.xxHash Standart.Hash.xxHash - Alexander Melnik + Oleksandr Melnyk hash;xxHash Standart.Hash.xxHash https://github.com/uranium62/xxHash