Skip to content

Commit

Permalink
Merge pull request #159 from Jeavon/hotfix/nuglify-update
Browse files Browse the repository at this point in the history
Update Nuglify to latest release for various bug fixes
  • Loading branch information
Shazwazza committed Jul 29, 2022
2 parents e6fb98c + c125e37 commit eb018d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Smidge.Nuglify/Smidge.Nuglify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<IsPackable>true</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Nuglify" Version="1.13.12" />
<PackageReference Include="Nuglify" Version="1.20.2" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
Expand Down
2 changes: 1 addition & 1 deletion test/Smidge.Tests/Smidge.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="Dazinator.Extensions.FileProviders" Version="2.0.0" />
<PackageReference Include="NUglify" Version="1.13.12" />
<PackageReference Include="NUglify" Version="1.20.2" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit eb018d4

Please sign in to comment.