Skip to content

Commit

Permalink
Add NuGet package information, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Orhan Babayigit committed Jun 29, 2022
1 parent c9f1ff3 commit b9d2c11
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SharpIpp
# SharpCUPS (based on SharpIPP)
![SharpIpp Icon][SharpIpp.icon]
</br>
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).
Expand Down
30 changes: 18 additions & 12 deletions SharpIpp/SharpIpp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,26 @@
<NullableReferenceTypes>true</NullableReferenceTypes>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<PackageIcon>ipp256.png</PackageIcon>
<PackageIconUrl />
<PackageProjectUrl>https://github.com/Zelenov/SharpIpp</PackageProjectUrl>
<Version>0.10.0.0</Version>
<Product>SharpCUPS</Product>
<PackageDescription>Sends IPP requests to a CUPS server (based on SharpIPP)</PackageDescription>
<RepositoryUrl>https://github.com/DigitecGalaxus/SharpIPP.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<Version>0.10.1</Version>
<Authors>Evgeny Zelenov</Authors>
<Description>C# implementation of Internet Printing Protocol/1.1 and CUPS 1.0</Description>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageId>SharpCUPS</PackageId>
<PackageIcon>ipp256.png</PackageIcon>
<PackageIconUrl />
<PackageProjectUrl>https://github.com/DigitecGalaxus/SharpIpp</PackageProjectUrl>
<PackageTags>ipp, Internet Printing Protocol, rfc2911, print, printer, cups</PackageTags>
<PackageLicenseExpression>
</PackageLicenseExpression>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Copyright>Evgeny Zelenov</Copyright>
<RepositoryUrl>https://github.com/Zelenov/SharpIpp.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<None Include="..\ipp256.png">
Expand All @@ -31,11 +38,10 @@
<PackagePath>
</PackagePath>
</None>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>
</PackagePath>
</None>
</ItemGroup>
<ItemGroup>
<Content Include="..\README.md">
<Link>README.md</Link>
</Content>
</ItemGroup>

</Project>

0 comments on commit b9d2c11

Please sign in to comment.