Skip to content

Commit

Permalink
Update Dandraka.Slurper.csproj
Browse files Browse the repository at this point in the history
2.0.5
  • Loading branch information
dandraka authored Oct 13, 2024
1 parent 7306c9f commit e73a212
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Dandraka.Slurper/Dandraka.Slurper/Dandraka.Slurper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@
<RepositoryUrl>https://github.com/dandraka/Slurper/</RepositoryUrl>
<Copyright>Copyright (c) 2017 Jim (Dimitrios) Andrakakis</Copyright>
<PackageIcon>icon.png</PackageIcon>
<Version>2.0.4</Version>
<PackageReleaseNotes>Release 2.x is fully backwards compatible with all previous ones, the only change needed is to change the namespace from Dandraka.XmlUtilities to Dandraka.Slurper.
In addition to XmlSlurper, a JsonSlurper is now implemented. Version 2.0.4 resolves the high severity CVE-2024-30105 security issue.
<Version>2.0.5</Version>
<PackageReleaseNotes>Release 2.x is fully backwards compatible with all previous ones, the only change needed is to change the namespace from Dandraka.XmlUtilities to Dandraka.Slurper.
In addition to XmlSlurper, a JsonSlurper is now implemented.
Version 2.0.4 resolves the high severity CVE-2024-30105 security issue.
Version 2.0.5 resolves the high severity CVE-2024-43485 security issue.
</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageTags>xml json parsing dynamic</PackageTags>
Expand Down

0 comments on commit e73a212

Please sign in to comment.