Browse Source

Merge branch 'master' into js/expose-orientation

pull/1976/head
James Jackson-South 4 years ago
parent
commit
833033382d
  1. 9
      .github/workflows/build-and-test.yml
  2. 2
      src/ImageSharp/ImageSharp.csproj

9
.github/workflows/build-and-test.yml

@ -98,6 +98,15 @@ jobs:
- name: Git Pull LFS
run: git lfs pull
- name: Setup .NET SDKs
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
6.0.x
5.0.x
3.1.x
2.1.x
- name: NuGet Install
uses: NuGet/setup-nuget@v1

2
src/ImageSharp/ImageSharp.csproj

@ -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>
<Description>A new, fully featured, fully managed, cross-platform, 2D graphics API for .NET</Description>
<Configurations>Debug;Release;Debug-InnerLoop;Release-InnerLoop</Configurations>
</PropertyGroup>

Loading…
Cancel
Save