Skip to content

Commit

Permalink
Bumped version correctly due to new deterministic builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nikouu committed Oct 9, 2024
1 parent ced6531 commit 235addb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ZeroRedact/ZeroRedact.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<PackageId>Nikouu.ZeroRedact</PackageId>
<Version>2.1.1</Version>
<Version>2.2.0</Version>
<Title>Nikouu.ZeroRedact</Title>
<Authors>Niko Uusitalo</Authors>
<PackageProjectUrl>https://nikouu.github.io/ZeroRedact</PackageProjectUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Description>An extremely fast, simple, zero allocation redacting library for .NET.</Description>
<Summary>An extremely fast, simple, zero allocation redacting library for .NET.</Summary>
<Description>A fast, simple, zero allocation redacting library for .NET, with no extra dependencies.</Description>
<Summary>A fast, simple, zero allocation redacting library for .NET, with no extra dependencies.</Summary>
<RepositoryUrl>https://github.com/nikouu/ZeroRedact</RepositoryUrl>
<PackageTags>redact redacting mask masking security</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 235addb

Please # to comment.