Skip to content

Commit

Permalink
Bump ZlibSharp from 1.2.13 to 1.2.13.2 (#182)
Browse files Browse the repository at this point in the history
* Bump ZlibSharp from 1.2.13 to 1.2.13.2

Bumps ZlibSharp from 1.2.13 to 1.2.13.2.

---
updated-dependencies:
- dependency-name: ZlibSharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fixed compile error.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: AraHaan <seandhunt_7@yahoo.com>
  • Loading branch information
dependabot[bot] and AraHaan authored Jun 27, 2023
1 parent 3bf138f commit a02e8e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageVersion Include="ZlibSharp" Version="1.2.13" />
<PackageVersion Include="ZlibSharp" Version="1.2.13.2" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
<PackageVersion Include="Microsoft.Diagnostics.NetCore.Client" Version="0.2.328102" />
<PackageVersion Include="IDisposableGenerator" Version="1.1.1" />
Expand Down
1 change: 1 addition & 0 deletions ref/PluginFramework/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<Using Include="System.Text" />
<Using Include="System.Xml.Linq" />
<Using Include="ZlibSharp" />
<Using Include="ZlibSharp.Exceptions" />
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions src/PluginFramework/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<Using Include="System.Xml.Linq" />
<Using Include="Elskom.Generic.Libs.Properties" />
<Using Include="ZlibSharp" />
<Using Include="ZlibSharp.Exceptions" />
</ItemGroup>

</Project>

0 comments on commit a02e8e5

Please sign in to comment.