We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e8829c commit 18afa06Copy full SHA for 18afa06
DateTimeOnly.Json/DateTimeOnly.Json.csproj
@@ -52,11 +52,11 @@
52
53
<PropertyGroup>
54
<PackageReleaseNotes>
55
-- Official public release. See README for more information about use cases.
+- The `System.Text.Json` updated to version 8.0.4 with fix for the CVE-2024-30105 vulnerability.
56
</PackageReleaseNotes>
57
- <AssemblyVersion>8.0.0.2</AssemblyVersion>
58
- <FileVersion>8.0.0.2</FileVersion>
59
- <Version>8.0.0</Version>
+ <AssemblyVersion>8.0.1.0</AssemblyVersion>
+ <FileVersion>8.0.1.0</FileVersion>
+ <Version>8.0.1</Version>
60
</PropertyGroup>
61
62
0 commit comments