Skip to content

Commit

Permalink
Bump IronCompress from 1.6.0 to 1.6.2 (#671)
Browse files Browse the repository at this point in the history
Bumps [IronCompress](https://github.com/aloneguid/ironcompress) from
1.6.0 to 1.6.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aloneguid/ironcompress/releases">IronCompress's
releases</a>.</em></p>
<blockquote>
<h2>1.6.2</h2>
<ul>
<li>Improvement: native library can return it's version.</li>
<li>Bug fixed: marshalling <code>bool</code> return type from C++ is
different from C, which resulted in wrong error code passed back to
C#.</li>
</ul>
<h2>1.6.1</h2>
<h3>Improvements</h3>
<ul>
<li>internal: added native code unit tests with Google Test
(+stability)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aloneguid/ironcompress/blob/master/docs/release-notes.md">IronCompress's
changelog</a>.</em></p>
<blockquote>
<h2>1.6.2</h2>
<ul>
<li>Improvement: native library can return it's version.</li>
<li>Bug fixed: marshalling <code>bool</code> return type from C++ is
different from C, which resulted in wrong error code passed back to
C#.</li>
</ul>
<h2>1.6.1</h2>
<h3>Improvements</h3>
<ul>
<li>internal: added native code unit tests with Google Test
(+stability)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aloneguid/ironcompress/commit/270eb5e7d7285b62def575eda326b5deef6bf1a5"><code>270eb5e</code></a>
release notes</li>
<li><a
href="https://github.com/aloneguid/ironcompress/commit/b5dfafb5836ab34a4de13cce7d36a75d52588f86"><code>b5dfafb</code></a>
fix marshalling for bool ret</li>
<li><a
href="https://github.com/aloneguid/ironcompress/commit/522efcbc0e07f9ac9a55393dbe1efaacf9d2c1f6"><code>522efcb</code></a>
add call to get native version</li>
<li><a
href="https://github.com/aloneguid/ironcompress/commit/a12eb291343b0d67f1aed52ed353dda652a45f75"><code>a12eb29</code></a>
more native tests, more precise</li>
<li><a
href="https://github.com/aloneguid/ironcompress/commit/0d6c1489bd0d60b5a0c05a7acad0c4949abb1562"><code>0d6c148</code></a>
fixing tests</li>
<li><a
href="https://github.com/aloneguid/ironcompress/commit/478d02895473f09852eadacab5447d9d08526bd7"><code>478d028</code></a>
switch to enums</li>
<li><a
href="https://github.com/aloneguid/ironcompress/commit/9cb8f92587e9b74364974ac816391e1710dc383e"><code>9cb8f92</code></a>
extra test</li>
<li><a
href="https://github.com/aloneguid/ironcompress/commit/25c4405a3a9a1c57d102d43a090e1d5a13f9acad"><code>25c4405</code></a>
turn off native gzip</li>
<li><a
href="https://github.com/aloneguid/ironcompress/commit/ceee0ae655db4189079a30a5245cfdbda4b2fce4"><code>ceee0ae</code></a>
file name</li>
<li><a
href="https://github.com/aloneguid/ironcompress/commit/44903e0355530b76ffe2c4ddd17ca29353050fef"><code>44903e0</code></a>
upgrade setup-dotnet</li>
<li>Additional commits viewable in <a
href="https://github.com/aloneguid/ironcompress/compare/1.6.0...1.6.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=IronCompress&package-manager=nuget&previous-version=1.6.0&new-version=1.6.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
  • Loading branch information
jvyden authored Oct 16, 2024
2 parents 9cb5274 + 5548daa commit c70bd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Refresh.Common/Refresh.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Bunkum" Version="4.8.1" />
<PackageReference Include="Bunkum.Protocols.Http" Version="4.8.1" />
<PackageReference Include="FastAes" Version="1.0.1" />
<PackageReference Include="IronCompress" Version="1.6.0" />
<PackageReference Include="IronCompress" Version="1.6.2" />
<PackageReference Include="NPTicket" Version="3.1.0" />
</ItemGroup>

Expand Down

0 comments on commit c70bd6a

Please sign in to comment.