Skip to content

Commit

Permalink
Updates nuggets (MINOR)
Browse files Browse the repository at this point in the history
  • Loading branch information
svengeance committed Feb 26, 2024
1 parent 0a53942 commit 6304393
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
8 changes: 2 additions & 6 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
### Adjustments
- Minor code simplifications

### Fixes
- Properly orders initialization of writing before setting QPdf write properties
- Flaky test
### Updates
Updates QPdf NuGet packages to the latest (v11.9.0)
2 changes: 1 addition & 1 deletion src/QPdfSharp.Interop/QPdfSharp.Interop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="QPdf.RuntimeLibraries" Version="11.7.0" />
<PackageReference Include="QPdf.RuntimeLibraries" Version="11.9.0" />
</ItemGroup>

</Project>
10 changes: 5 additions & 5 deletions tests/QPdfSharp.Tests/QPdfSharp.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="FluentAssertions.Analyzers" Version="0.29.0">
<PackageReference Include="FluentAssertions.Analyzers" Version="0.30.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit" Version="2.6.5" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PackageReference Include="coverlet.collector" Version="6.0.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 6304393

Please sign in to comment.