Skip to content

Commit 235addb

Browse files
committed
Bumped version correctly due to new deterministic builds
1 parent ced6531 commit 235addb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/ZeroRedact/ZeroRedact.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
<PropertyGroup>
1111
<TargetFramework>net8.0</TargetFramework>
1212
<PackageId>Nikouu.ZeroRedact</PackageId>
13-
<Version>2.1.1</Version>
13+
<Version>2.2.0</Version>
1414
<Title>Nikouu.ZeroRedact</Title>
1515
<Authors>Niko Uusitalo</Authors>
1616
<PackageProjectUrl>https://nikouu.github.io/ZeroRedact</PackageProjectUrl>
1717
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1818
<PackageReadmeFile>README.md</PackageReadmeFile>
19-
<Description>An extremely fast, simple, zero allocation redacting library for .NET.</Description>
20-
<Summary>An extremely fast, simple, zero allocation redacting library for .NET.</Summary>
19+
<Description>A fast, simple, zero allocation redacting library for .NET, with no extra dependencies.</Description>
20+
<Summary>A fast, simple, zero allocation redacting library for .NET, with no extra dependencies.</Summary>
2121
<RepositoryUrl>https://github.com/nikouu/ZeroRedact</RepositoryUrl>
2222
<PackageTags>redact redacting mask masking security</PackageTags>
2323
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)