Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tiff and webp to the PackageTags #1977

Merged
merged 3 commits into from
Feb 5, 2022
Merged

Add tiff and webp to the PackageTags #1977

merged 3 commits into from
Feb 5, 2022

Conversation

brianpopow
Copy link
Collaborator

Prerequisites

  • I have written a descriptive pull-request title
  • I have verified that there are no overlapping pull-requests open
  • I have verified that I am following the existing coding patterns and practice as demonstrated in the repository. These follow strict Stylecop rules 👮.
  • I have provided test coverage for my change (where applicable)

Description

Add tiff and webp to the PackageTags of the project in preparation for release of 2.0

@brianpopow brianpopow added this to the 2.0.0 milestone Feb 4, 2022
@@ -10,7 +10,7 @@
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl Condition="'$(RepositoryUrl)' == ''">https://github.com/SixLabors/ImageSharp/</RepositoryUrl>
<PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl>
<PackageTags>Image Resize Crop Gif Jpg Jpeg Bitmap Pbm Png Tga NetCore</PackageTags>
<PackageTags>Image Resize Crop Gif Jpg Jpeg Bitmap Pbm Png Tga Tiff Webp NetCore</PackageTags>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe write Webp as WebP instead? Don't think those tags are case sensitive though.

@brianpopow
Copy link
Collaborator Author

It seems the CI does not support netcoreapp2.1/net472 anymore

@JimBobSquarePants
Copy link
Member

Yep. I have a fix for that in SixLabors/ImageSharp.Web#217 that we can copy across.

@dlemstra dlemstra merged commit a4c6834 into master Feb 5, 2022
@dlemstra dlemstra deleted the bp/updatePackageTags branch February 5, 2022 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants