Skip to content

Commit

Permalink
nuget doesn't support .gif icons...
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Oct 15, 2019
1 parent 166affe commit 3cd7df0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<Product>SODA</Product>
<RepositoryUrl>https://github.com/CityofSantaMonica/SODA.NET</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>icon.gif</PackageIcon>
<Version>0.10.0</Version>
<PackageIcon>icon.png</PackageIcon>
<Version>0.10.1</Version>
</PropertyGroup>
<ItemGroup>
<None Include="..\icon.gif" Pack="true" PackagePath="\"/>
<None Include="..\icon.png" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.10.0-{build}
version: 0.10.1-{build}

image: Visual Studio 2019

Expand Down
Binary file removed icon.gif
Binary file not shown.
Binary file added 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 3cd7df0

Please sign in to comment.