Skip to content

Commit

Permalink
move attribution of F# Software Foundation to package description (#7…
Browse files Browse the repository at this point in the history
…370)

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.
  • Loading branch information
brettfo authored and baronfel committed Aug 11, 2019
1 parent aed915a commit ebd69e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion eng/targets/Settings.props
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Authors>Microsoft and F# Software Foundation</Authors>
<PackageTags>Visual F# Compiler FSharp functional programming</PackageTags>
<NuspecBasePath>$(ArtifactsBinDir)</NuspecBasePath>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/fsharp/FSharp.Core.nuget/FSharp.Core.nuget.csproj
Expand Up @@ -6,7 +6,7 @@
<PackageId>FSharp.Core</PackageId>
<NuspecFile>FSharp.Core.nuspec</NuspecFile>
<IsPackable>true</IsPackable>
<PackageDescription>FSharp.Core redistributables from Visual F# Tools version $(FSPackageMajorVersion) For F# $(FSCoreMajorVersion)</PackageDescription>
<PackageDescription>FSharp.Core redistributables from Visual F# Tools version $(FSPackageMajorVersion) For F# $(FSCoreMajorVersion). Contains code from the F# Software Foundation.</PackageDescription>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit ebd69e3

Please sign in to comment.