Skip to content

Commit 909bb8d

Browse files
committed
Updated to v2 and created NuGet package.
1 parent 60f32c0 commit 909bb8d

5 files changed

Lines changed: 10 additions & 3 deletions

File tree

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Always Elucidated Solution Pioneers, LLC
3+
Copyright (c) 2025 Always Elucidated Solution Pioneers, LLC
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Murmur3.Benchmarks/Murmur3.Benchmarks.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<GenerateDocumentationFile>True</GenerateDocumentationFile>
1111
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
1212
<AnalysisLevel>preview-all</AnalysisLevel>
13+
<AssemblyVersion>2.0.0.0</AssemblyVersion>
14+
<FileVersion>2.0.0.0</FileVersion>
1315
</PropertyGroup>
1416

1517
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

Murmur3.Tests/Murmur3.Tests.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
<LangVersion>preview</LangVersion>
1111

1212
<GenerateDocumentationFile>True</GenerateDocumentationFile>
13+
14+
<AssemblyVersion>2.0.0.0</AssemblyVersion>
15+
16+
<FileVersion>2.0.0.0</FileVersion>
1317
</PropertyGroup>
1418

1519
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

Murmur3.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1111
ProjectSection(SolutionItems) = preProject
1212
.editorconfig = .editorconfig
1313
Directory.Build.props = Directory.Build.props
14+
LICENSE.md = LICENSE.md
1415
README.md = README.md
1516
EndProjectSection
1617
EndProject

Murmur3/Murmur3.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
<RepositoryUrl>https://github.com/jslicer/Murmur3</RepositoryUrl>
1717
<RepositoryType>git</RepositoryType>
1818
<PackageTags>murmur3;hash;function</PackageTags>
19-
<Copyright>Copyright (c) Always Elucidated Solution Pioneers, LLC 2022</Copyright>
19+
<Copyright>Copyright (c) Always Elucidated Solution Pioneers, LLC 2025</Copyright>
2020
<OutputType>Library</OutputType>
2121
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2222
<PackageReadmeFile>README.md</PackageReadmeFile>
23-
<AssemblyVersion>1.0.2.0</AssemblyVersion>
23+
<AssemblyVersion>2.0.0.0</AssemblyVersion>
2424
<FileVersion>$(AssemblyVersion)</FileVersion>
2525
<Version>$(AssemblyVersion)</Version>
2626
</PropertyGroup>

0 commit comments

Comments
 (0)