|
11 | 11 | <GenerateDocumentationFile>True</GenerateDocumentationFile> |
12 | 12 | <DocumentationFile></DocumentationFile> |
13 | 13 | <GeneratePackageOnBuild>True</GeneratePackageOnBuild> |
| 14 | + <Title>Cross platform image info library</Title> |
14 | 15 | <Summary>Cross platform image info library</Summary> |
15 | 16 | <Description>Cross platform library for inspecting information and metadata from common image files</Description> |
16 | | - <Copyright>Copyright (c) CodeRanger. All rights reserved.</Copyright> |
| 17 | + <Copyright>Copyright (c) CodeRanger.com. All rights reserved.</Copyright> |
17 | 18 | <PackageReadmeFile>README.md</PackageReadmeFile> |
18 | | - <PackageProjectUrl>https://www.coderanger.com/api/Coderanger.ImageInfo/</PackageProjectUrl> |
| 19 | + <PackageProjectUrl>https://github.com/CodeRanger-com/Coderanger.ImageInfo/</PackageProjectUrl> |
19 | 20 | <RepositoryType>git</RepositoryType> |
20 | 21 | <RepositoryUrl>https://github.com/CodeRanger-com/Coderanger.ImageInfo/</RepositoryUrl> |
21 | 22 | <Language>en-GB</Language> |
22 | | - <PackageTags>webp;png;jpeg;jpg;gif;bmp;metadata;exif;iptc;xmp;image;images;graphics;gfx</PackageTags> |
| 23 | + <PackageTags>webp;png;jpeg;jpg;gif;bmp;metadata;exif;iptc;xmp;image;images;graphics;gfx;decoder</PackageTags> |
23 | 24 | <EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild> |
24 | 25 | <EnableNETAnalyzers>True</EnableNETAnalyzers> |
25 | 26 | <AnalysisLevel>latest</AnalysisLevel> |
| 27 | + <PackageLicenseFile>LICENCE.txt</PackageLicenseFile> |
| 28 | + <Authors>CodeRanger.com and contributors</Authors> |
| 29 | + </PropertyGroup> |
| 30 | + |
| 31 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
| 32 | + <WarningLevel>5</WarningLevel> |
| 33 | + <TreatWarningsAsErrors>True</TreatWarningsAsErrors> |
| 34 | + </PropertyGroup> |
| 35 | + |
| 36 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
| 37 | + <WarningLevel>5</WarningLevel> |
| 38 | + <TreatWarningsAsErrors>True</TreatWarningsAsErrors> |
26 | 39 | </PropertyGroup> |
27 | 40 |
|
28 | 41 | <ItemGroup> |
|
40 | 53 | <Pack>True</Pack> |
41 | 54 | <PackagePath>\</PackagePath> |
42 | 55 | </None> |
| 56 | + <None Update="LICENCE.txt"> |
| 57 | + <Pack>True</Pack> |
| 58 | + <PackagePath>\</PackagePath> |
| 59 | + </None> |
43 | 60 | </ItemGroup> |
44 | 61 |
|
45 | 62 | <ItemGroup> |
|
0 commit comments