Skip to content

Commit

Permalink
Merge pull request #19 from jonsagara/feature/nodatime
Browse files Browse the repository at this point in the history
Fix #18: Update the NodaTime minimum version.
  • Loading branch information
jonsagara authored Sep 9, 2024
2 parents 6ae038f + a9300a7 commit a92122c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>12.0</LangVersion>

<!-- NuGet -->
<Version>3.0.2</Version>
<Version>3.0.3</Version>
<AssemblyVersion>3.0.0</AssemblyVersion>
<FileVersion>3.0.0</FileVersion>
<Authors>Jon Sagara</Authors>
Expand Down
2 changes: 1 addition & 1 deletion src/Sagara.Core/Sagara.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="3.0.1" />
<PackageReference Include="NodaTime" Version="3.1.11" />
<PackageReference Include="NodaTime" Version="3.1.12" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a92122c

Please sign in to comment.