Skip to content

Commit

Permalink
Bump Swashbuckle.AspNetCore.Annotations from 7.0.0 to 7.1.0 in /src (#…
Browse files Browse the repository at this point in the history
…1883)

Bumps
[Swashbuckle.AspNetCore.Annotations](https://github.com/domaindrivendev/Swashbuckle.AspNetCore)
from 7.0.0 to 7.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases">Swashbuckle.AspNetCore.Annotations's
releases</a>.</em></p>
<blockquote>
<h2>v7.1.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update some nugets by <a
href="https://github.com/Saibamen"><code>@​Saibamen</code></a> in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3143">domaindrivendev/Swashbuckle.AspNetCore#3143</a></li>
<li>Recreate package lock files by <a
href="https://github.com/Saibamen"><code>@​Saibamen</code></a> in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3146">domaindrivendev/Swashbuckle.AspNetCore#3146</a></li>
<li>More asserts for <code>SwaggerGeneratorTests</code> by <a
href="https://github.com/Saibamen"><code>@​Saibamen</code></a> in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3147">domaindrivendev/Swashbuckle.AspNetCore#3147</a></li>
<li>Add more HTTP codes to <code>ResponseDescriptionMap</code> by <a
href="https://github.com/Saibamen"><code>@​Saibamen</code></a> in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3148">domaindrivendev/Swashbuckle.AspNetCore#3148</a></li>
<li>Test more WebAPI examples by <a
href="https://github.com/Saibamen"><code>@​Saibamen</code></a> in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3149">domaindrivendev/Swashbuckle.AspNetCore#3149</a></li>
<li>Fix issue with <code>[FromForm]</code> and enums for Controllers by
<a
href="https://github.com/jgarciadelanoceda"><code>@​jgarciadelanoceda</code></a>
in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3164">domaindrivendev/Swashbuckle.AspNetCore#3164</a></li>
<li>Support <code>[Description]</code> and <code>[ReadOnly]</code> by <a
href="https://github.com/jgarciadelanoceda"><code>@​jgarciadelanoceda</code></a>
in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3162">domaindrivendev/Swashbuckle.AspNetCore#3162</a></li>
<li>Second level inheritance for <code>UseOneOfForPolymorphism</code> by
<a href="https://github.com/k0ka"><code>@​k0ka</code></a> in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3155">domaindrivendev/Swashbuckle.AspNetCore#3155</a></li>
<li>Avoid exception checking nullability by <a
href="https://github.com/martincostello"><code>@​martincostello</code></a>
in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3119">domaindrivendev/Swashbuckle.AspNetCore#3119</a></li>
<li>Fix <code>NotSupportedException</code> in AoT test project by <a
href="https://github.com/martincostello"><code>@​martincostello</code></a>
in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3171">domaindrivendev/Swashbuckle.AspNetCore#3171</a></li>
<li>Create <code>snupkg</code> files by <a
href="https://github.com/martincostello"><code>@​martincostello</code></a>
in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3168">domaindrivendev/Swashbuckle.AspNetCore#3168</a></li>
<li>Support of <code>[JsonPolymorphic]</code> and
<code>[JsonDerivedType]</code> attributes by <a
href="https://github.com/k0ka"><code>@​k0ka</code></a> in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3170">domaindrivendev/Swashbuckle.AspNetCore#3170</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/k0ka"><code>@​k0ka</code></a> made their
first contribution in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3155">domaindrivendev/Swashbuckle.AspNetCore#3155</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v7.0.0...v7.1.0">https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v7.0.0...v7.1.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/a9e3688dffbbfee09856904d05141b507a92e1a1"><code>a9e3688</code></a>
Bump version (<a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3172">#3172</a>)</li>
<li><a
href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/a87fb1dccbd1cef8619ff24f46c5d447cfba9119"><code>a87fb1d</code></a>
Support [JsonPolymorphic] and [JsonDerivedType] (<a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3170">#3170</a>)</li>
<li><a
href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/85b4808672fae4131dfc07264582da1dde170681"><code>85b4808</code></a>
Create snupkg files</li>
<li><a
href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/09561bb2d49bb46ca1a81c92ec57ab88d301c060"><code>09561bb</code></a>
Fix NotSupportedException in AoT project</li>
<li><a
href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/00890c9e58fbd86985a8337da3587c7da4ab355a"><code>00890c9</code></a>
Avoid exception checking nullability</li>
<li><a
href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/b8e1f0f8d8057cb9c6e8e42e7ebd49cf657f2e9f"><code>b8e1f0f</code></a>
Fix UseOneOfForPolymorphism (<a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3155">#3155</a>)</li>
<li><a
href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/bb498849621f36ea17d83e76631869c240732b0d"><code>bb49884</code></a>
Support [Description] and [ReadOnly] (<a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3162">#3162</a>)</li>
<li><a
href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/e727e8d53cd9f7edebe5faa6b8bf183e19afb0c6"><code>e727e8d</code></a>
Fix issue with FromForm enums (<a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3164">#3164</a>)</li>
<li><a
href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/340eef3e812cc012a16c70e183d748aebf3a898e"><code>340eef3</code></a>
Bump github/codeql-action from 3.27.3 to 3.27.4 (<a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3157">#3157</a>)</li>
<li><a
href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/dd1d6022a90fe7f8d2dbfca4493a4b71fc73a7e4"><code>dd1d602</code></a>
Bump codecov/codecov-action from 4.6.0 to 5.0.4 (<a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3158">#3158</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v7.0.0...v7.1.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Swashbuckle.AspNetCore.Annotations&package-manager=nuget&previous-version=7.0.0&new-version=7.1.0)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Peggy <[email protected]>
  • Loading branch information
dependabot[bot] and peggy-quartech authored Nov 27, 2024
1 parent fab44b4 commit f817948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
<PackageVersion Include="Shouldly" Version="4.2.1" />
<PackageVersion Include="SkiaSharp" Version="2.88.9" />
<PackageVersion Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="2.88.9" />
<PackageVersion Include="Swashbuckle.AspNetCore.Annotations" Version="7.1.0" />
<PackageVersion Include="Swashbuckle.AspNetCore" Version="7.1.0" />
<PackageVersion Include="Swashbuckle.AspNetCore.Annotations" Version="7.0.0" />
<PackageVersion Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="9.0.0" />
<PackageVersion Include="System.Net.Http" Version="4.3.4" />
Expand Down

0 comments on commit f817948

Please sign in to comment.