Skip to content

Commit

Permalink
nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
EricZimmerman committed Jan 7, 2025
1 parent 7b82c77 commit 58e35b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ExtensionBlocks.Test/ExtensionBlocks.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.2" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions ExtensionBlocks/ExtensionBlocks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Copyright>Eric Zimmerman</Copyright>
<PackageProjectUrl>https://github.com/EricZimmerman/ExtensionBlocks</PackageProjectUrl>
<RepositoryUrl>https://github.com/EricZimmerman/ExtensionBlocks</RepositoryUrl>
<Version>1.4.1</Version>
<Version>1.4.2</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>


Expand All @@ -26,8 +26,8 @@


<ItemGroup>
<PackageReference Include="GuidMapping" Version="1.2.0" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0" />
<PackageReference Include="GuidMapping" Version="1.3.0" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="9.0.0" />

<None Include="../README.md" Pack="true" PackagePath=""/>
<None Include="../icon.png" Pack="true" PackagePath=""/>
Expand Down

0 comments on commit 58e35b8

Please sign in to comment.