File tree 2 files changed +23
-4
lines changed
ImageSharp.Web.Providers.Azure
2 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<AssemblyName >SixLabors.ImageSharp.Web.Providers.Azure</AssemblyName >
5
5
<AssemblyTitle >SixLabors.ImageSharp.Web.Providers.Azure</AssemblyTitle >
6
- <Description >A provider for resolving images via Azure Blob Storage.</ Description >
6
+ <RootNamespace >SixLabors.ImageSharp.Web</ RootNamespace >
7
7
<PackageId >SixLabors.ImageSharp.Web.Providers.Azure</PackageId >
8
+ <PackageIcon >sixlabors.imagesharp.web.128.png</PackageIcon >
9
+ <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
10
+ <RepositoryUrl Condition =" '$(RepositoryUrl)' == ''" >https://github.com/SixLabors/ImageSharp.Web/</RepositoryUrl >
11
+ <PackageProjectUrl >$(RepositoryUrl)</PackageProjectUrl >
8
12
<PackageTags >Image Middleware Resize Crop Gif Jpg Jpeg Bitmap Png Azure</PackageTags >
9
- <RootNamespace >SixLabors.ImageSharp.Web</RootNamespace >
13
+ <Description >A provider for resolving and caching images via Azure Blob Storage.</Description >
14
+ </PropertyGroup >
10
15
16
+ <PropertyGroup >
11
17
<TargetFrameworks >netcoreapp3.1;netcoreapp2.1</TargetFrameworks >
12
18
</PropertyGroup >
13
19
14
-
20
+ <ItemGroup >
21
+ <None Include =" ..\..\shared-infrastructure\branding\icons\imagesharp.web\sixlabors.imagesharp.web.128.png" Pack =" true" PackagePath =" " />
22
+ </ItemGroup >
23
+
15
24
<ItemGroup >
16
25
<PackageReference Include =" Azure.Storage.Blobs" />
17
26
</ItemGroup >
Original file line number Diff line number Diff line change 4
4
<AssemblyTitle >SixLabors.ImageSharp.Web</AssemblyTitle >
5
5
<AssemblyName >SixLabors.ImageSharp.Web</AssemblyName >
6
6
<RootNamespace >SixLabors.ImageSharp.Web</RootNamespace >
7
- <Description >ImageSharp Middleware for serving images via a url based API.</Description >
8
7
<PackageId >SixLabors.ImageSharp.Web</PackageId >
8
+ <PackageIcon >sixlabors.imagesharp.web.128.png</PackageIcon >
9
+ <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
10
+ <RepositoryUrl Condition =" '$(RepositoryUrl)' == ''" >https://github.com/SixLabors/ImageSharp.Web/</RepositoryUrl >
11
+ <PackageProjectUrl >$(RepositoryUrl)</PackageProjectUrl >
9
12
<PackageTags >Image Middleware Resize Crop Gif Jpg Jpeg Bitmap Png Core Cache ASP</PackageTags >
13
+ <Description >ImageSharp Middleware for serving images via a url based API.</Description >
14
+ </PropertyGroup >
10
15
16
+ <PropertyGroup >
11
17
<TargetFrameworks >netcoreapp3.1;netcoreapp2.1</TargetFrameworks >
12
18
</PropertyGroup >
13
19
20
+ <ItemGroup >
21
+ <None Include =" ..\..\shared-infrastructure\branding\icons\imagesharp.web\sixlabors.imagesharp.web.128.png" Pack =" true" PackagePath =" " />
22
+ </ItemGroup >
23
+
14
24
<ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1'" >
15
25
<FrameworkReference Include =" Microsoft.AspNetCore.App" />
16
26
</ItemGroup >
You can’t perform that action at this time.
0 commit comments