Skip to content

Commit faffb13

Browse files
brettfoKevinRansom
authored andcommitted
move attribution of F# Software Foundation to package description (#7370)
Due to internal package publishing policies, the author of a package published via a Microsoft account must be exactly 'Microsoft'. To preserve attribution to the F# Software Foundation, mention is made in the <description> tag of FSharp.Core.
1 parent d070d17 commit faffb13

File tree

4 files changed

+1
-6
lines changed

4 files changed

+1
-6
lines changed

.vsts-signed.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,5 @@ stages:
148148

149149
- template: eng/common/templates/post-build/post-build.yml
150150
parameters:
151-
# NuGet validation currently fails due to the `<author>` field of the package being set to `Microsoft and F# Software Foundation` instead of just `Microsoft`
152-
enableNugetValidation: false
153151
# Symbol validation is not entirely reliable as of yet, so should be turned off until https://github.com/dotnet/arcade/issues/2871 is resolved.
154152
enableSymbolValidation: false

azure-pipelines.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,5 @@ stages:
320320
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
321321
- template: eng/common/templates/post-build/post-build.yml
322322
parameters:
323-
# NuGet validation currently fails due to the `<author>` field of the package being set to `Microsoft and F# Software Foundation` instead of just `Microsoft`
324-
enableNugetValidation: false
325323
# Symbol validation is not entirely reliable as of yet, so should be turned off until https://github.com/dotnet/arcade/issues/2871 is resolved.
326324
enableSymbolValidation: false

eng/targets/Settings.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<PackageLicenseExpression>MIT</PackageLicenseExpression>
5-
<Authors>Microsoft and F# Software Foundation</Authors>
65
<PackageTags>Visual F# Compiler FSharp functional programming</PackageTags>
76
<NuspecBasePath>$(ArtifactsBinDir)</NuspecBasePath>
87
</PropertyGroup>

src/fsharp/FSharp.Core.nuget/FSharp.Core.nuget.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PackageId>FSharp.Core</PackageId>
77
<NuspecFile>FSharp.Core.nuspec</NuspecFile>
88
<IsPackable>true</IsPackable>
9-
<PackageDescription>FSharp.Core redistributables from Visual F# Tools version $(FSPackageMajorVersion) For F# $(FSCoreMajorVersion)</PackageDescription>
9+
<PackageDescription>FSharp.Core redistributables from Visual F# Tools version $(FSPackageMajorVersion) For F# $(FSCoreMajorVersion). Contains code from the F# Software Foundation.</PackageDescription>
1010
</PropertyGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)