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 5c8474d commit 5c39b45Copy full SHA for 5c39b45
build/Build.cs
@@ -80,7 +80,7 @@ class Build : NukeBuild {
80
.SetTitle("JSON5")
81
.SetDescription("JSON5 for your dotnet appsettings files.")
82
.SetPackageTags("JSON5 JSON parser translator deserializer appsettings configuration hosting")
83
- .SetPackageReleaseNotes(ReleaseNotes.Replace(';', ','))
+ .SetPackageReleaseNotes(ReleaseNotes.Replace(";", "%3B").Replace(",", "%2C"))
84
.SetAuthors("Robert Hofmann")
85
.AddProcessAdditionalArguments("-p:PackageLicenseExpression=MIT")
86
.SetRepositoryUrl("https://github.com/bert2/json5-dotnet.git")
0 commit comments