Skip to content

Commit b6eda17

Browse files
committed
Bump version to 2.0
1 parent 915aca0 commit b6eda17

File tree

3 files changed

+12
-17
lines changed

3 files changed

+12
-17
lines changed

GenCode128.nuspec

-17
This file was deleted.

src/GenCode128/App.ico

-1.05 KB
Binary file not shown.

src/GenCode128/GenCode128.csproj

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6+
<Version>2.0.0</Version>
7+
<Product>GenCode128 - A Code128 Barcode Generator</Product>
8+
<Authors>Nikolay.IT, Chris Wuestefeld</Authors>
9+
<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>
10+
<PackageReleaseNotes>Target .NET Standard 2.0</PackageReleaseNotes>
11+
<PackageTags>Barcode, GenCode128, Code128, generate barcode</PackageTags>
12+
<RepositoryUrl>https://github.com/SourceCodeBackup/GenCode128</RepositoryUrl>
13+
<PackageProjectUrl>https://github.com/SourceCodeBackup/GenCode128</PackageProjectUrl>
14+
<RepositoryType>git</RepositoryType>
15+
<Copyright>Nikolay.IT, Chris Wuestefeld</Copyright>
16+
<PackageId>GenCode128</PackageId>
517
</PropertyGroup>
618

719
<ItemGroup>

0 commit comments

Comments
 (0)