Skip to content

Commit

Permalink
move to PackageIcon (#866)
Browse files Browse the repository at this point in the history
* move to PackageIcon

PackageIconUrl is obsolete

* Update src/Polly/Polly.csproj

Co-authored-by: Martin Costello <martin@martincostello.com>

* Update src/Polly/Polly.csproj

Co-authored-by: Martin Costello <martin@martincostello.com>

Co-authored-by: Martin Costello <martin@martincostello.com>
  • Loading branch information
SimonCropp and martincostello authored Jun 8, 2021
1 parent 8e36925 commit d7d04d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Polly/Polly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Authors>Michael Wolfenden, App vNext</Authors>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<LangVersion>latest</LangVersion>
<EmbedUntrackedSources>true</EmbedUntrackedSources> <!-- EmbedUntrackedSources for deterministic build -->
<ContinuousIntegrationBuild>false</ContinuousIntegrationBuild>
</PropertyGroup>
Expand All @@ -34,15 +33,16 @@
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)..\..\Polly.png" Pack="true" PackagePath="\" />
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
<_Parameter1>Polly.Specs, PublicKey=0024000004800000940000000602000000240000525341310004000001000100150819e3494f97263a3abdd18e5e0c47b04e6c0ede44a6c51d50b545d403ceeb7cbb32d18dbbbcdd1d88a87d7b73206b126be134b0609c36aa3cb31dd2e47e393293102809b8d77f192f3188618a42e651c14ebf05f8f5b76aa91b431642b23497ed82b65d63791cdaa31d4282a2d6cbabc3fe0745b6b6690c417cabf6a1349c</_Parameter1>
</AssemblyAttribute>
</ItemGroup>
<PropertyGroup Label="NuspecProperties">
<PackageIcon>Polly.png</PackageIcon>
<NeutralLanguage>en-US</NeutralLanguage>
<AssemblyTitle>Polly</AssemblyTitle>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
<PackageIconUrl>https://raw.github.com/App-vNext/Polly/master/Polly.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/App-vNext/Polly</PackageProjectUrl>
<PackageTags>Exception Handling Resilience Transient Fault Policy Circuit Breaker CircuitBreaker Retry Wait Cache Cache-aside Bulkhead Fallback Timeout Throttle Parallelization</PackageTags>
<PackageReleaseNotes>See https://github.com/App-vNext/Polly/blob/master/CHANGELOG.md for details</PackageReleaseNotes>
Expand Down

0 comments on commit d7d04d2

Please sign in to comment.