Skip to content

Commit 93df95a

Browse files
brettfobaronfel
authored andcommitted
replace deprecated nuspec iconUrl element with icon
1 parent 2328612 commit 93df95a

File tree

6 files changed

+12
-3
lines changed

6 files changed

+12
-3
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@
2525
targets.make text eol=lf
2626

2727
*.bsl linguist-vendored=true
28+
29+
*.png binary

fcs/FSharp.Compiler.Service.MSBuild.v12/FSharp.Compiler.Service.MSBuild.v12.fsproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@
1313
<Authors>F# community contributors</Authors>
1414
<PackageLicenseUrl>https://github.com/fsharp/FSharp.Compiler.Service/blob/master/LICENSE</PackageLicenseUrl>
1515
<PackageProjectUrl>https://github.com/fsharp/FSharp.Compiler.Service</PackageProjectUrl>
16-
<PackageIconUrl>https://raw.github.com/fsharp/FSharp.Compiler.Service/master/misc/logo.png</PackageIconUrl>
16+
<PackageIcon>logo.png</PackageIcon>
1717
<PackageTags>F#, compiler, msbuild</PackageTags>
1818
</PropertyGroup>
1919
<ItemGroup>
20+
<None Include="$(MSBuildThisFileDirectory)..\misc\logo.png" Pack="true" Visible="false" PackagePath="" />
2021
<Compile Include="$(FSharpSourcesRoot)\fsharp\LegacyMSBuildReferenceResolver.fs">
2122
<Link>Service/MSBuildReferenceResolver.fs</Link>
2223
</Compile>

fcs/FSharp.Compiler.Service.ProjectCracker/FSharp.Compiler.Service.ProjectCracker.fsproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
<Authors>F# community contributors</Authors>
1212
<PackageLicenseUrl>https://github.com/fsharp/FSharp.Compiler.Service/blob/master/LICENSE</PackageLicenseUrl>
1313
<PackageProjectUrl>https://github.com/fsharp/FSharp.Compiler.Service</PackageProjectUrl>
14-
<PackageIconUrl>https://raw.github.com/fsharp/FSharp.Compiler.Service/master/misc/logo.png</PackageIconUrl>
14+
<PackageIcon>logo.png</PackageIcon>
1515
<PackageTags>F#, compiler, msbuild</PackageTags>
1616
</PropertyGroup>
1717
<ItemGroup>
18+
<None Include="$(MSBuildThisFileDirectory)..\misc\logo.png" Pack="true" Visible="false" PackagePath="" />
1819
<Compile Include="..\FSharp.Compiler.Service.ProjectCrackerTool\ProjectCrackerOptions.fs">
1920
<Link>ProjectCrackerOptions.fs</Link>
2021
</Compile>

fcs/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<Authors>F# community contributors</Authors>
2929
<PackageLicenseUrl>https://github.com/fsharp/FSharp.Compiler.Service/blob/master/LICENSE</PackageLicenseUrl>
3030
<PackageProjectUrl>https://github.com/fsharp/FSharp.Compiler.Service</PackageProjectUrl>
31-
<PackageIconUrl>https://raw.github.com/fsharp/FSharp.Compiler.Service/master/misc/logo.png</PackageIconUrl>
31+
<PackageIcon>logo.png</PackageIcon>
3232
<PackageTags>F#, fsharp, interactive, compiler, editor</PackageTags>
3333
</PropertyGroup>
3434
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
@@ -41,6 +41,7 @@
4141
<DefineConstants>$(DefineConstants);FX_RESHAPED_REFEMIT</DefineConstants>
4242
</PropertyGroup>
4343
<ItemGroup>
44+
<None Include="$(MSBuildThisFileDirectory)..\misc\logo.png" Pack="true" Visible="false" PackagePath="" />
4445
<Compile Include="..\FSharp.Compiler.Service\AssemblyInfo.fs">
4546
<Link>AssemblyInfo/AssemblyInfo.fs</Link>
4647
</Compile>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
<PackageDescription>FSharp.Core redistributables from Visual F# Tools version $(FSPackageMajorVersion) For F# $(FSCoreMajorVersion). Contains code from the F# Software Foundation.</PackageDescription>
1010
</PropertyGroup>
1111

12+
<ItemGroup>
13+
<Content Include="icon.png" CopyToOutputDirectory="PreserveNewest" />
14+
</ItemGroup>
15+
1216
<ItemGroup>
1317
<ProjectReference Include="..\FSharp.Core\FSharp.Core.fsproj">
1418
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
1.54 KB
Loading

0 commit comments

Comments
 (0)