Skip to content

Commit

Permalink
Change to new PackageIcon property
Browse files Browse the repository at this point in the history
As PackageIconUrl is deprecated
  • Loading branch information
matt-richardson committed Apr 29, 2021
1 parent 1b90ef2 commit af95eb2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion source/Halibut/Halibut.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<Authors>Octopus Deploy</Authors>
<AssemblyName>Halibut</AssemblyName>
<PackageId>Halibut</PackageId>
<PackageIconUrl>https://res.cloudinary.com/octopusdeploy/image/upload/v1422402724/halibut_f0zea8.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/OctopusDeploy/Halibut/</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<PackageIcon>icon.png</PackageIcon>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
Expand Down Expand Up @@ -54,4 +54,8 @@
<DefineConstants>$(DefineConstants);NET40;HAS_REAL_PROXY;SUPPORTS_WEB_SOCKET_CLIENT</DefineConstants>
</PropertyGroup>

<ItemGroup>
<None Include="icon.png" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>
Binary file added source/Halibut/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit af95eb2

Please sign in to comment.