Skip to content

Commit 28c353b

Browse files
committed
Bump the version to 2.2.0
1 parent f5c12a9 commit 28c353b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/SharpFuzz.CommandLine/SharpFuzz.CommandLine.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<ToolCommandName>sharpfuzz</ToolCommandName>
1010
<PackageId>SharpFuzz.CommandLine</PackageId>
1111
<Title>SharpFuzz.CommandLine</Title>
12-
<PackageVersion>2.1.1</PackageVersion>
13-
<AssemblyVersion>2.1.1.0</AssemblyVersion>
12+
<PackageVersion>2.2.0</PackageVersion>
13+
<AssemblyVersion>2.2.0.0</AssemblyVersion>
1414
<Description>Command line tool for SharpFuzz instrumentation</Description>
1515
</PropertyGroup>
1616

src/SharpFuzz/SharpFuzz.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010
<PackageId>SharpFuzz</PackageId>
1111
<Title>SharpFuzz</Title>
12-
<PackageVersion>2.1.1</PackageVersion>
13-
<AssemblyVersion>2.1.1.0</AssemblyVersion>
12+
<PackageVersion>2.2.0</PackageVersion>
13+
<AssemblyVersion>2.2.0.0</AssemblyVersion>
1414
<Description>AFL-based fuzz testing for .NET</Description>
1515
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1616
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>

0 commit comments

Comments
 (0)