Skip to content

Commit

Permalink
Correct icon
Browse files Browse the repository at this point in the history
  • Loading branch information
darcythomas committed Feb 24, 2022
1 parent da30113 commit fcc4db9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Binary file added 128x128-transparent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIconUrl>https://app.raygun.com/Content/Images/nuget-icon.png</PackageIconUrl>
<PackageIcon>nuget-icon.png</PackageIcon>
<PackageIcon>128x128-transparent.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
<None Include="..\LICENSE" Pack="true" PackagePath=""/>
<None Include="..\nuget-icon.png" Pack="true" PackagePath="\"/>
<None Include="..\128x128-transparent.png" Pack="true" PackagePath="\"/>
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.6'">
<PackageReference Include="Microsoft.AspNetCore.Http" Version="1.1.2" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIconUrl>https://app.raygun.com/Content/Images/nuget-icon.png</PackageIconUrl>
<PackageIcon>nuget-icon.png</PackageIcon>
<PackageIcon>128x128-transparent.png</PackageIcon>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Sign|AnyCPU' ">
<PackageId>Mindscape.Raygun4Net.NetCore.Common.Signed</PackageId>
Expand All @@ -23,7 +23,7 @@
</PropertyGroup>
<ItemGroup>
<None Include="..\LICENSE" Pack="true" PackagePath=""/>
<None Include="..\nuget-icon.png" Pack="true" PackagePath="\"/>
<None Include="..\128x128-transparent.png" Pack="true" PackagePath="\"/>
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.6'">
<PackageReference Include="System.ComponentModel" Version="4.3.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIconUrl>https://app.raygun.com/Content/Images/nuget-icon.png</PackageIconUrl>
<PackageIcon>nuget-icon.png</PackageIcon>
<PackageIcon>128x128-transparent.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
<None Include="..\LICENSE" Pack="true" PackagePath=""/>
<None Include="..\nuget-icon.png" Pack="true" PackagePath="\"/>
<None Include="..\128x128-transparent.png" Pack="true" PackagePath="\"/>
</ItemGroup>
<ItemGroup>
<Compile Include="RaygunClient.cs" />
Expand Down
Binary file removed nuget-icon.png
Binary file not shown.

0 comments on commit fcc4db9

Please sign in to comment.