Skip to content

Commit 2d270e9

Browse files
committed
Added NuGet specification file
1 parent b99f205 commit 2d270e9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

GenCode128.nuspec

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
3+
<metadata>
4+
<id>GenCode128</id>
5+
<version>1.0.0</version>
6+
<title>GenCode128 - A Code128 Barcode Generator</title>
7+
<authors>Nikolay.IT,Chris Wuestefeld</authors>
8+
<projectUrl>https://github.com/SourceCodeBackup/GenCode128</projectUrl>
9+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
10+
<description>This is a simple library that lets you do one thing very easily: generate an Image for a Code128 barcode, with a single line of code. This image is suitable for print or display in a WPF, WinForms and ASP.NET applications.</description>
11+
<releaseNotes>Original as-is version from Chris Wuestefeld targeting .NET 2.0. Only code improvements added.</releaseNotes>
12+
<tags>Barcode, GenCode128, Code128, generate barcode</tags>
13+
</metadata>
14+
<files>
15+
<file src="Source\GenCode128\bin\Release\GenCode128.dll" target="lib\GenCode128.dll" />
16+
</files>
17+
</package>

0 commit comments

Comments
 (0)