We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a3a70e commit 628be71Copy full SHA for 628be71
1 file changed
build.fsx
@@ -78,7 +78,7 @@ Target.create "AssemblyInfo" (fun _ ->
78
<PropertyGroup>
79
<Version>%s</Version>
80
</PropertyGroup>
81
- </Project>""" release.NugetVersion releaseNotes)
+ </Project>""" release.NugetVersion)
82
)
83
84
// --------------------------------------------------------------------------------------
0 commit comments