-
Notifications
You must be signed in to change notification settings - Fork 7
/
Gehtsoft.Barcodes.nuspec
76 lines (67 loc) · 3.49 KB
/
Gehtsoft.Barcodes.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>Gehtsoft.Barcodes</id>
<version>$version$</version>
<authors>GehtsoftUSA</authors>
<owners>GehtsoftUSA</owners>
<projectUrl>https://github.com/gehtsoft-usa/Gehtsoft.Barcodes/</projectUrl>
<license type="file">LICENSE.txt</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Gehtsoft.Barcodes is a cross-platform C# library for generation of different types of barcodes and QR codes. The goal of the Gehtsoft.Barcodes library is to provide .NET application developers with a solution that allows them to create barcodes (including QR codes) quickly.
You can easily add barcodes to your application using the convenient API methods.
The following platforms are supported:
- .NET Framework 4.5.1 and later
- .NET Standard 2.0
MAIN FEATURES
Currently the library supports generation of the following types of barcodes and QR codes:
- EAN8;
- EAN13;
- GS1-128A;
- GS1-128B;
- GS1-128C;
- UPC_A;
- QR codes
For more information about the Gehtsoft.Barcodes library, including on how to get started, please visit https://github.com/gehtsoft-usa/Gehtsoft.Barcodes
Additionally, you can get our other proprietary library for generating PDF documents with convenient integration.
Using the GS PDFFlow library (https://www.nuget.org/packages/Gehtsoft.PDFFlowlib), you can easily add barcodes to simple and complex documents that you
generate in C#.
CONTACTS
To report issues with the library or request changes or features, please open an issue at https://github.com/gehtsoft-usa/Gehtsoft.Barcodes/issues.
We welcome contributions to the project. Please contact us at [email protected] if you would like to include your work in the library.
LICENSE
The library is shared under GNU LGPL license and is free to use. Please consult the GNU LGPL license for details on proper usage of the library.
THE CODE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR
OTHER DEALINGS IN THE MATERIALS.
</description>
<releaseNotes>
Release 1.0.1
Currently the library supports generation of the following types of barcodes and QR codes:
- EAN8;
- EAN13;
- GS1-128A;
- GS1-128B;
- GS1-128C;
- UPC_A;
- QR codes.
</releaseNotes>
<copyright>Gehtsoft USA LLC 2016-2021</copyright>
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="System.Drawing.Common" version="5.0.1" />
</group>
<group targetFramework="net451">
</group>
</dependencies>
</metadata>
<files>
<file src="src\bin\Release\net451\Gehtsoft.Barcodes.dll" target="lib\net451" />
<file src="src\bin\barcodes_doc.xml" target="lib\net451\Gehtsoft.Barcodes.xml" />
<file src="src\bin\Release\netstandard2.0\Gehtsoft.Barcodes.dll" target="lib\netstandard2.0" />
<file src="src\bin\barcodes_doc.xml" target="lib\netstandard2.0\Gehtsoft.Barcodes.xml" />
<file src="LICENSE.txt" target="" />
</files>
</package>