Skip to content

Commit

Permalink
Bump the version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Metalnem committed Jan 11, 2025
1 parent f5c12a9 commit 28c353b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/SharpFuzz.CommandLine/SharpFuzz.CommandLine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<ToolCommandName>sharpfuzz</ToolCommandName>
<PackageId>SharpFuzz.CommandLine</PackageId>
<Title>SharpFuzz.CommandLine</Title>
<PackageVersion>2.1.1</PackageVersion>
<AssemblyVersion>2.1.1.0</AssemblyVersion>
<PackageVersion>2.2.0</PackageVersion>
<AssemblyVersion>2.2.0.0</AssemblyVersion>
<Description>Command line tool for SharpFuzz instrumentation</Description>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions src/SharpFuzz/SharpFuzz.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageId>SharpFuzz</PackageId>
<Title>SharpFuzz</Title>
<PackageVersion>2.1.1</PackageVersion>
<AssemblyVersion>2.1.1.0</AssemblyVersion>
<PackageVersion>2.2.0</PackageVersion>
<AssemblyVersion>2.2.0.0</AssemblyVersion>
<Description>AFL-based fuzz testing for .NET</Description>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
Expand Down

0 comments on commit 28c353b

Please sign in to comment.