Skip to content

Commit af95eb2

Browse files
Change to new PackageIcon property
As PackageIconUrl is deprecated
1 parent 1b90ef2 commit af95eb2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

source/Halibut/Halibut.csproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<Authors>Octopus Deploy</Authors>
88
<AssemblyName>Halibut</AssemblyName>
99
<PackageId>Halibut</PackageId>
10-
<PackageIconUrl>https://res.cloudinary.com/octopusdeploy/image/upload/v1422402724/halibut_f0zea8.png</PackageIconUrl>
1110
<PackageProjectUrl>https://github.com/OctopusDeploy/Halibut/</PackageProjectUrl>
1211
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1312
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
13+
<PackageIcon>icon.png</PackageIcon>
1414
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
1515
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1616
</PropertyGroup>
@@ -54,4 +54,8 @@
5454
<DefineConstants>$(DefineConstants);NET40;HAS_REAL_PROXY;SUPPORTS_WEB_SOCKET_CLIENT</DefineConstants>
5555
</PropertyGroup>
5656

57+
<ItemGroup>
58+
<None Include="icon.png" Pack="true" PackagePath="\" />
59+
</ItemGroup>
60+
5761
</Project>

source/Halibut/icon.png

4.13 KB
Loading

0 commit comments

Comments
 (0)