Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1f0afc8

Browse files
authored
Update nuget metadata (#5140)
* Update nuget metadata* Feedback
1 parent050e7aa commit1f0afc8

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

‎src/fsharp/FSharp.Core.nuget/FSharp.Core.LatestNuget.nuspec‎

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,24 @@
77
<summary>FSharp.Core for F# 4.1</summary>
88
<description>
99
FSharp.Core redistributables from Visual F# Tools version 10.1 For F# 4.1
10+
1011
Supported Platforms:
11-
.NET 4.5+ (net45)
12+
.NETFramework4.5+ (net45)
1213
netstandard1.6 (netstandard1.6)
1314
netstandard2.0 (netstandard2.0)
15+
1416
Commit hash: $githeadsha$.
1517
</description>
16-
<language>en-US</language>
18+
<owners>$owners$</owners>
1719
<version>$version$</version>
1820
<authors>$authors$</authors>
21+
<copyright>$copyright$</copyright>
1922
<licenseUrl>$licenseUrl$</licenseUrl>
2023
<projectUrl>$projectUrl$</projectUrl>
2124
<iconUrl>http://fsharp.org/img/logo.png</iconUrl>
2225
<tags>$tags$</tags>
23-
<requireLicenseAcceptance>false</requireLicenseAcceptance>
26+
<requireLicenseAcceptance>$requireLicenseAcceptance$</requireLicenseAcceptance>
27+
<language>en-US</language>
2428
<dependencies>
2529
<grouptargetFramework=".NETStandard1.6">
2630
<dependencyid="System.Collections"version="4.0.11" />

‎src/fsharp/FSharp.Core.nuget/FSharp.Core.nuget.proj‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
<PackageProjectUrlCondition="'$(PackageProjectUrl)' == ''">https://github.com/Microsoft/visualfsharp</PackageProjectUrl>
1313
<PackageAuthorsCondition="'$(PackageAuthors)' == ''" >Microsoft and F# Software Foundation</PackageAuthors>
1414
<PackageTagsCondition="'$(PackageTags)' == ''" >Visual F# Compiler FSharp functional programming</PackageTags>
15+
<PackageOwnersCondition="'$(PackageOwners)' == ''" >Microsoft and F# Software Foundation</PackageOwners>
16+
<PackageCopyrightCondition="'$(PackageCopyright)' == ''" >(C) Microsoft Corporation. All rights reserved.</PackageCopyright>
17+
<PackageRequireLicenceAcceptenceCondition="'$(PackageRequireLicenceAcceptence)' == ''" >true</PackageRequireLicenceAcceptence>
1518
<OutputPath>$(FSharpSourcesRoot)\..\$(Configuration)\artifacts</OutputPath>
1619
</PropertyGroup>
1720

@@ -64,7 +67,7 @@
6467
<!-- can't have &lt; and &gt; which happens when building locally-->
6568
<NormalizedGitHeadSha>$(GitHeadSha)</NormalizedGitHeadSha>
6669
<NormalizedGitHeadShaCondition="'$(NormalizedGitHeadSha)' == '&lt;developer build&gt;'">[developer build]</NormalizedGitHeadSha>
67-
<PackageProperties>-prop "licenseUrl=$(PackageLicenceUrl)" -prop "version=$(PackageVersion)" -prop "authors=$(PackageAuthors)" -prop "projectUrl=$(PackageProjectUrl)" -prop "tags=$(PackageTags)" -prop "githeadsha=$(NormalizedGitHeadSha)"</PackageProperties>
70+
<PackageProperties>-prop "licenseUrl=$(PackageLicenceUrl)" -prop "version=$(PackageVersion)" -prop "authors=$(PackageAuthors)" -prop "projectUrl=$(PackageProjectUrl)" -prop "tags=$(PackageTags)" -prop "githeadsha=$(NormalizedGitHeadSha)" -prop "owners=$(PackageOwners)" -prop "copyright=$(PackageCopyright)" -prop "requireLicenseAcceptance=$(PackageRequireLicenceAcceptence)"</PackageProperties>
6871
</PropertyGroup>
6972

7073
<MakeDirDirectories="$(FSharpSourcesRoot)\..\artifacts\$(PackageMajorVersion)" />

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp