Updated version
This commit is contained in:
parent
aaef32f208
commit
f8a1fb0933
@ -1,3 +1,6 @@
|
||||
# 2019-02-16
|
||||
- Migrated to net core v.3.1
|
||||
- Added bit operation utils
|
||||
# 2019-12-15
|
||||
- Added support for ArraySegment (thanks ksmith3036)
|
||||
# 2018-03-11
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>netstandard2.0</TargetFrameworks>
|
||||
<PackageId>Standart.Hash.xxHash</PackageId>
|
||||
<VersionPrefix>1.0.7</VersionPrefix>
|
||||
<VersionPrefix>3.1.0</VersionPrefix>
|
||||
<AssemblyName>Standart.Hash.xxHash</AssemblyName>
|
||||
<AssemblyTitle>Standart.Hash.xxHash</AssemblyTitle>
|
||||
<Authors>Alexander Melnik</Authors>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user