Skip to content

Commit

Permalink
Bump NodaTime.Serialization.SystemTextJson from 1.1.0 to 1.1.2 in /src (
Browse files Browse the repository at this point in the history
#24)

Bumps
[NodaTime.Serialization.SystemTextJson](https://github.com/nodatime/nodatime.serialization)
from 1.1.0 to 1.1.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nodatime/nodatime.serialization/releases">NodaTime.Serialization.SystemTextJson's
releases</a>.</em></p>
<blockquote>
<h2>NodaTime.Serialization.SystemTextJson version 1.1.1</h2>
<p>Changes since 1.1.0:</p>
<ul>
<li>No code changes</li>
<li>Added a README file for the NuGet package</li>
<li>Fixed the repository link in the NuGet package</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nodatime/nodatime.serialization/commit/dcf5158e3945e3752d6a3f17c1cec78ff26b9114"><code>dcf5158</code></a>
Release NodaTime.Serialization.SystemTextJson verion 1.1.2</li>
<li><a
href="https://github.com/nodatime/nodatime.serialization/commit/f6677ff018ff34a719966f0b1d0174440b1fb8fc"><code>f6677ff</code></a>
Set project property for NuGet README</li>
<li><a
href="https://github.com/nodatime/nodatime.serialization/commit/9f3398949f5d393425118573187773bed5df7432"><code>9f33989</code></a>
Release NodaTime.Serialization.SystemTextJson version 1.1.1</li>
<li><a
href="https://github.com/nodatime/nodatime.serialization/commit/237b74102a086666a1217c2c5367ad4beb0bef38"><code>237b741</code></a>
Add README.md to NuGet packages</li>
<li><a
href="https://github.com/nodatime/nodatime.serialization/commit/2c7503c65584434795a384625b428d1355f88011"><code>2c7503c</code></a>
Remove more redundant Directory.Build.props properties</li>
<li><a
href="https://github.com/nodatime/nodatime.serialization/commit/5e5e771f0d818d8f9acff4ec5e5d1a992f742aaa"><code>5e5e771</code></a>
Remove wrong RepositoryUrl property</li>
<li>See full diff in <a
href="https://github.com/nodatime/nodatime.serialization/compare/NodaTime.Serialization.SystemTextJson-1.1.0...NodaTime.Serialization.SystemTextJson-1.1.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=NodaTime.Serialization.SystemTextJson&package-manager=nuget&previous-version=1.1.0&new-version=1.1.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 31, 2023
1 parent 68d4337 commit f7c88b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Miha.Shared/Miha.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
<PackageReference Include="Microsoft.Extensions.Options" Version="7.0.1" />
<PackageReference Include="NodaTime" Version="3.1.9" />
<PackageReference Include="NodaTime.Serialization.SystemTextJson" Version="1.1.0" />
<PackageReference Include="NodaTime.Serialization.SystemTextJson" Version="1.1.2" />
<PackageReference Include="Serilog" Version="3.0.1" />
<PackageReference Include="Serilog.Exceptions" Version="8.4.0" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="7.0.0" />
Expand Down

0 comments on commit f7c88b6

Please sign in to comment.