Skip to content

Commit a27d6da

Browse files
authored
Implement LibFuzzer.RunAndIgnoreExceptions overload
1 parent f5fda2a commit a27d6da

File tree

3 files changed

+281
-261
lines changed

3 files changed

+281
-261
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.0</PackageVersion>
13-
<AssemblyVersion>2.1.0.0</AssemblyVersion>
12+
<PackageVersion>2.1.1</PackageVersion>
13+
<AssemblyVersion>2.1.1.0</AssemblyVersion>
1414
<Description>Command line tool for SharpFuzz instrumentation</Description>
1515
</PropertyGroup>
1616

0 commit comments

Comments
 (0)