File tree Expand file tree Collapse file tree 1 file changed +8
-17
lines changed
Expand file tree Collapse file tree 1 file changed +8
-17
lines changed Original file line number Diff line number Diff line change 88
99A .NET Standard library that can be used as IPP client and IPP server.
1010
11+ ## Strong-named version
12+
13+ [ ![ NuGet] ( https://img.shields.io/nuget/v/SharpIppNext.StrongName.svg )] ( https://www.nuget.org/packages/SharpIppNext.StrongName )
14+ [ ![ NuGet downloads] ( https://img.shields.io/nuget/dt/SharpIppNext.StrongName.svg )] ( https://www.nuget.org/packages/SharpIppNext.StrongName )
15+
1116## Features
1217
1318- Client and server support all operations of [ Internet Printing Protocol/1.1] ( https://tools.ietf.org/html/rfc2911 )
1419- Client supports [ CUPS-Get-Printers operation] ( http://www.cups.org/doc/spec-ipp.html#CUPS_GET_PRINTERS )
1520
16- ## Installing
17-
18- The fastest way of getting started using ` SharpIppNext ` is to install the NuGet package.
19-
20- ``` csharp
21- dotnet add package SharpIppNext
22- ```
23-
24- There is also strong-typed version.
25-
26- ``` csharp
27- dotnet add package SharpIppNext .StrongName
28- ```
29-
3021## Getting started
3122
3223- [ Documentation] ( https://danielklecha.github.io/SharpIppNext/ ) .
3324- [ Wiki] ( https://github.com/danielklecha/SharpIppNext/wiki ) .
34- - Example of the IPP client is included in solution
35- - Example of the IPP server is avaliable in [ SharpIppNextServer repository] ( https://github.com/danielklecha/SharpIppNextServer ) .
25+ - An example of the IPP client is included in the solution
26+ - An example of the IPP server is available in [ SharpIppNextServer repository] ( https://github.com/danielklecha/SharpIppNextServer ) .
3627
3728
3829## License
3930
40- SharpIppNext is provided as-is under the MIT license.
31+ ` SharpIppNext ` is provided as-is under the MIT license.
You can’t perform that action at this time.
0 commit comments