Skip to content

Commit ebd69e3

Browse files
brettfobaronfel
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 aed915a commit ebd69e3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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)