|
6 | 6 | <NullableReferenceTypes>true</NullableReferenceTypes> |
7 | 7 | <GeneratePackageOnBuild>false</GeneratePackageOnBuild> |
8 | 8 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
9 | | - <PackageIcon>ipp256.png</PackageIcon> |
10 | | - <PackageIconUrl /> |
11 | | - <PackageProjectUrl>https://github.com/Zelenov/SharpIpp</PackageProjectUrl> |
12 | | - <Version>0.10.0.0</Version> |
| 9 | + <Product>SharpCUPS</Product> |
| 10 | + <PackageDescription>Sends IPP requests to a CUPS server (based on SharpIPP)</PackageDescription> |
| 11 | + <RepositoryUrl>https://github.com/DigitecGalaxus/SharpIPP.git</RepositoryUrl> |
| 12 | + <RepositoryType>git</RepositoryType> |
| 13 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 14 | + <Version>0.10.1</Version> |
13 | 15 | <Authors>Evgeny Zelenov</Authors> |
14 | 16 | <Description>C# implementation of Internet Printing Protocol/1.1 and CUPS 1.0</Description> |
| 17 | + <IncludeSymbols>true</IncludeSymbols> |
| 18 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 19 | + <PackageId>SharpCUPS</PackageId> |
| 20 | + <PackageIcon>ipp256.png</PackageIcon> |
| 21 | + <PackageIconUrl /> |
| 22 | + <PackageProjectUrl>https://github.com/DigitecGalaxus/SharpIpp</PackageProjectUrl> |
15 | 23 | <PackageTags>ipp, Internet Printing Protocol, rfc2911, print, printer, cups</PackageTags> |
16 | 24 | <PackageLicenseExpression> |
17 | 25 | </PackageLicenseExpression> |
18 | 26 | <PackageLicenseFile>LICENSE</PackageLicenseFile> |
| 27 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
19 | 28 | <Copyright>Evgeny Zelenov</Copyright> |
20 | | - <RepositoryUrl>https://github.com/Zelenov/SharpIpp.git</RepositoryUrl> |
21 | | - <RepositoryType>git</RepositoryType> |
22 | 29 | </PropertyGroup> |
23 | 30 | <ItemGroup> |
24 | 31 | <None Include="..\ipp256.png"> |
|
31 | 38 | <PackagePath> |
32 | 39 | </PackagePath> |
33 | 40 | </None> |
| 41 | + <None Include="..\README.md"> |
| 42 | + <Pack>True</Pack> |
| 43 | + <PackagePath> |
| 44 | + </PackagePath> |
| 45 | + </None> |
34 | 46 | </ItemGroup> |
35 | | - <ItemGroup> |
36 | | - <Content Include="..\README.md"> |
37 | | - <Link>README.md</Link> |
38 | | - </Content> |
39 | | - </ItemGroup> |
40 | | - |
41 | 47 | </Project> |
0 commit comments