Skip to content

Commit

Permalink
version 1.0.1
Browse files Browse the repository at this point in the history
* use package icon and license expression settings for nuget package
* fix writing deflate stream content to be zlib compatible when creating png images
* add convenience methods for most common image creation use cases
* add convenience method to open png image from file path
  • Loading branch information
EliotJones committed Dec 17, 2019
1 parent cc7b388 commit 2c34a1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/BigGustave/BigGustave.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>7.2</LangVersion>
<Description>Open, read and create PNG images.</Description>
<RepositoryUrl>https://github.com/EliotJones/BigGustave</RepositoryUrl>
<PackageIconUrl>https://raw.githubusercontent.com/UglyToad/DataTable/master/uglytoadsmall.png</PackageIconUrl>
<PackageLicenseUrl>https://github.com/EliotJones/BigGustave/blob/master/LICENSE</PackageLicenseUrl>
<PackageIcon>uglytoad.png</PackageIcon>
<PackageLicenseExpression>Unlicense</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/EliotJones/BigGustave</PackageProjectUrl>
<Version>1.0.1</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>C:\git\csharp\BigGustave\src\BigGustave\BigGustave.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
<None Include="uglytoad.png" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>
Binary file added src/BigGustave/uglytoad.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 2c34a1d

Please sign in to comment.