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 01b768a commit 5c8474dCopy full SHA for 5c8474d
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)
+ .SetPackageReleaseNotes(ReleaseNotes.Replace(';', ','))
84
.SetAuthors("Robert Hofmann")
85
.AddProcessAdditionalArguments("-p:PackageLicenseExpression=MIT")
86
.SetRepositoryUrl("https://github.com/bert2/json5-dotnet.git")
0 commit comments