Skip to content

Commit 1cf2a83

Browse files
committed
Prepare 9.0.0-beta1 versions of both packages
1 parent a9eddd7 commit 1cf2a83

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

DateTimeOnly.Json/DateTimeOnly.Json.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@
5252

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

6262
<PropertyGroup>

DateTimeOnly/DateTimeOnly.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@
5252

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

6262
<PropertyGroup>

0 commit comments

Comments
 (0)