Skip to content

Commit f5fda2a

Browse files
authored
Bump the version (#46)
1 parent 001fd8c commit f5fda2a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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.0.2</PackageVersion>
13-
<AssemblyVersion>2.0.2.0</AssemblyVersion>
12+
<PackageVersion>2.1.0</PackageVersion>
13+
<AssemblyVersion>2.1.0.0</AssemblyVersion>
1414
<Description>Command line tool for SharpFuzz instrumentation</Description>
1515
</PropertyGroup>
1616

src/SharpFuzz/SharpFuzz.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010
<PackageId>SharpFuzz</PackageId>
1111
<Title>SharpFuzz</Title>
12-
<PackageVersion>2.0.2</PackageVersion>
13-
<AssemblyVersion>2.0.2.0</AssemblyVersion>
12+
<PackageVersion>2.1.0</PackageVersion>
13+
<AssemblyVersion>2.1.0.0</AssemblyVersion>
1414
<Description>AFL-based fuzz testing for .NET</Description>
1515
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1616
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
21-
<PackageReference Include="dnlib" Version="3.3.1" />
22-
<PackageReference Include="System.Memory" Version="4.5.4" />
20+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
21+
<PackageReference Include="dnlib" Version="3.6.0" />
22+
<PackageReference Include="System.Memory" Version="4.5.5" />
2323
</ItemGroup>
2424

2525
<ItemGroup>

0 commit comments

Comments
 (0)