Skip to content

Commit d8a4341

Browse files
Update build
1 parent 3292b05 commit d8a4341

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Target.create "Pack" (fun _ ->
116116
{ p with
117117
Configuration = DotNet.BuildConfiguration.Release
118118
OutputPath = Some buildDir
119-
MSBuildParams = { p.MSBuildParams with Properties = [("Version", release.NugetVersion); ("ReleaseNotes", String.concat "\n" release.Notes)]}
119+
MSBuildParams = { p.MSBuildParams with Properties = [("Version", release.NugetVersion); ("PackageReleaseNotes", String.concat "\n" release.Notes)]}
120120
}
121121
) "Saturn.sln"
122122
)

src/Directory.Build.props

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
<Copyright>Copyright 2020 Lambda Factory</Copyright>
77
<PackageLicenseExpression>MIT</PackageLicenseExpression>
88
<PackageProjectUrl>https://saturnframework.org/</PackageProjectUrl>
9-
<RepositoryUrl>https://github.com/SaturnFramework/Saturn</RepositoryUrl>
9+
<RepositoryUrl>https://github.com/SaturnFramework/Saturn.git</RepositoryUrl>
10+
<RepositoryType>git</RepositoryType>
1011
<PackageIconUrl>https://avatars0.githubusercontent.com/u/35305523?s=200</PackageIconUrl>
1112
<PackageTags>F# web framework "ASP.Net Core" HTTP Service MVC functional</PackageTags>
13+
<PackageDescription>Opinionated, web development framework for F# which implements the server-side, functional MVC pattern</PackageDescription>
1214
</PropertyGroup>
1315
</Project>

0 commit comments

Comments
 (0)