Skip to content

Commit b9d2c11

Browse files
author
Orhan Babayigit
committed
Add NuGet package information, update README
1 parent c9f1ff3 commit b9d2c11

2 files changed

Lines changed: 19 additions & 13 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SharpIpp
1+
# SharpCUPS (based on SharpIPP)
22
![SharpIpp Icon][SharpIpp.icon]
33
</br>
44
C# implementation of [Internet Printing Protocol/1.1](https://tools.ietf.org/html/rfc2911) and some bits of [CUPS 1.0](http://www.cups.org/doc/spec-ipp.html).

SharpIpp/SharpIpp.csproj

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,26 @@
66
<NullableReferenceTypes>true</NullableReferenceTypes>
77
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
88
<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>
1315
<Authors>Evgeny Zelenov</Authors>
1416
<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>
1523
<PackageTags>ipp, Internet Printing Protocol, rfc2911, print, printer, cups</PackageTags>
1624
<PackageLicenseExpression>
1725
</PackageLicenseExpression>
1826
<PackageLicenseFile>LICENSE</PackageLicenseFile>
27+
<PackageReadmeFile>README.md</PackageReadmeFile>
1928
<Copyright>Evgeny Zelenov</Copyright>
20-
<RepositoryUrl>https://github.com/Zelenov/SharpIpp.git</RepositoryUrl>
21-
<RepositoryType>git</RepositoryType>
2229
</PropertyGroup>
2330
<ItemGroup>
2431
<None Include="..\ipp256.png">
@@ -31,11 +38,10 @@
3138
<PackagePath>
3239
</PackagePath>
3340
</None>
41+
<None Include="..\README.md">
42+
<Pack>True</Pack>
43+
<PackagePath>
44+
</PackagePath>
45+
</None>
3446
</ItemGroup>
35-
<ItemGroup>
36-
<Content Include="..\README.md">
37-
<Link>README.md</Link>
38-
</Content>
39-
</ItemGroup>
40-
4147
</Project>

0 commit comments

Comments
 (0)