Skip to content

Commit

Permalink
Prepare 9.0.0-beta1 versions of both packages
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegRa committed Nov 16, 2024
1 parent a9eddd7 commit 1cf2a83
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions DateTimeOnly.Json/DateTimeOnly.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@

<PropertyGroup>
<PackageReleaseNotes>
- The `System.Text.Json` updated to version 8.0.5 with fix for the CVE-2024-43485 vulnerability.
- The `Portable.System.DateTimeOnly` updated to version 9.0.0-beta1, so we need this package to be pre-released as well.
</PackageReleaseNotes>
<AssemblyVersion>8.0.2.0</AssemblyVersion>
<FileVersion>8.0.2.0</FileVersion>
<Version>8.0.2</Version>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<FileVersion>9.0.0.0</FileVersion>
<Version>9.0.0-beta1</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
8 changes: 4 additions & 4 deletions DateTimeOnly/DateTimeOnly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@

<PropertyGroup>
<PackageReleaseNotes>
- The `System.Memory` package upgraded from version 4.5.5 up to version 4.6.0 for better compatibility.
- The `System.DateOnly` and `System.TimeOnly` source codes have been updated to the latest .NET 9.0 sources (with required adjustments).
</PackageReleaseNotes>
<AssemblyVersion>8.0.2.0</AssemblyVersion>
<FileVersion>8.0.2.0</FileVersion>
<Version>8.0.2</Version>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<FileVersion>9.0.0.0</FileVersion>
<Version>9.0.0-beta1</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 1cf2a83

Please sign in to comment.