Skip to content

Commit

Permalink
Upgrade packages and properly specify license
Browse files Browse the repository at this point in the history
  • Loading branch information
sylveonnotdeko committed May 7, 2022
1 parent 70845ed commit c12c589
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions NHentaiAPI.Tests/NHentaiAPI.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="1.3.2" />
<PackageReference Include="MSTest.TestFramework" Version="1.3.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 5 additions & 3 deletions NHentaiAPI/NHentaiAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
[1.5.0]
Refactor api client
</PackageReleaseNotes>
<PackageLicenseUrl>https://github.com/Sylveon76/NHentaiAPI/LICENSE</PackageLicenseUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Version>1.5.0</Version>
</PropertyGroup>

Expand All @@ -34,7 +34,9 @@ Refactor api client
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
<ItemGroup>
<None Include="..\LICENSE" Pack="true" PackagePath=""/>
</ItemGroup>

</Project>

0 comments on commit c12c589

Please sign in to comment.