File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ dotnet add package Sigil --version 4.7.0
238
238
the following command:
239
239
240
240
``` shell
241
- dotnet add package SharpFuzz --version 1.4.2
241
+ dotnet add package SharpFuzz --version 1.4.3
242
242
```
243
243
244
244
** 6.** Now it's time to write some code. The ** Main**
Original file line number Diff line number Diff line change 9
9
<GenerateDocumentationFile >true</GenerateDocumentationFile >
10
10
<PackageId >SharpFuzz</PackageId >
11
11
<Title >SharpFuzz</Title >
12
- <PackageVersion >1.4.2 </PackageVersion >
13
- <AssemblyVersion >1.4.2 .0</AssemblyVersion >
12
+ <PackageVersion >1.4.3 </PackageVersion >
13
+ <AssemblyVersion >1.4.3 .0</AssemblyVersion >
14
14
<Description >AFL-based fuzz testing for .NET</Description >
15
15
<EmbedUntrackedSources >true</EmbedUntrackedSources >
16
16
<AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
You can’t perform that action at this time.
0 commit comments