You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: src/fsharp/FSharp.Core.nuget/FSharp.Core.nuget.csproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
<PackageId>FSharp.Core</PackageId>
7
7
<NuspecFile>FSharp.Core.nuspec</NuspecFile>
8
8
<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>
0 commit comments