Skip to content

Commit

Permalink
Bump NodaTime from 3.1.12 to 3.2.0
Browse files Browse the repository at this point in the history
Bumps [NodaTime](https://github.com/nodatime/nodatime) from 3.1.12 to 3.2.0.
- [Release notes](https://github.com/nodatime/nodatime/releases)
- [Commits](nodatime/nodatime@3.1.12...3.2.0)

---
updated-dependencies:
- dependency-name: NodaTime
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Felk committed Nov 10, 2024
1 parent cab9e6e commit aa5bb91
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion TPP.ArgsParsing/TPP.ArgsParsing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NodaTime" Version="3.1.12" />
<PackageReference Include="NodaTime" Version="3.2.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion TPP.Common/TPP.Common.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="NodaTime" Version="3.1.12" />
<PackageReference Include="NodaTime" Version="3.2.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion TPP.Model/TPP.Model.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<PackageReference Include="NodaTime" Version="3.1.12" />
<PackageReference Include="NodaTime" Version="3.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion TPP.Persistence/TPP.Persistence.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NodaTime" Version="3.1.12" />
<PackageReference Include="NodaTime" Version="3.2.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion TPP.Twitch.EventSub/TPP.Twitch.EventSub.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="NodaTime" Version="3.1.12" />
<PackageReference Include="NodaTime" Version="3.2.0" />
<PackageReference Include="NodaTime.Serialization.SystemTextJson" Version="1.2.0" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit aa5bb91

Please sign in to comment.