Skip to content

Commit

Permalink
Bumped Dependencies
Browse files Browse the repository at this point in the history
NuGetDefense.Core 1.0.6-beta2 => 1.0.6-beta3  included a fix for legacy .Net Projects
MessagePack 2.1.152 => 2.1.165
NuGet.Versioning 5.6.0 => 5.7.0
  • Loading branch information
digitalcoyote committed Aug 19, 2020
1 parent d2eef0a commit 463b004
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Src/NuGetDefense/NuGetDefense.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MessagePack" Version="2.1.152" />
<PackageReference Include="NuGet.Versioning" Version="5.6.0" />
<PackageReference Include="NuGetDefense.Core" Version="1.0.6-beta2" />
<PackageReference Include="MessagePack" Version="2.1.165" />
<PackageReference Include="NuGet.Versioning" Version="5.7.0" />
<PackageReference Include="NuGetDefense.Core" Version="1.0.6-beta3" />
<PackageReference Include="NuGetDefense.NVD" Version="1.0.2.1" />
<PackageReference Include="NuGetDefense.OSSIndex" Version="1.0.1.6" />
<PackageReference Include="Serilog.Sinks.File" Version="4.1.0" />
Expand Down
2 changes: 1 addition & 1 deletion Src/NuGetDefense/NuGetDefense.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>NuGetDefense</id>
<title>NuGetDefense</title>
<version>1.0.8.0-beta3</version>
<version>1.0.8.0-beta4</version>
<authors>Curtis Carter</authors>
<owners>Curtis Carter</owners>
<projectUrl>https://github.com/DigitalCoyote/NuGetDefense</projectUrl>
Expand Down

0 comments on commit 463b004

Please sign in to comment.