Skip to content

Commit

Permalink
Bump version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayIT committed Aug 20, 2021
1 parent 915aca0 commit b6eda17
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 17 deletions.
17 changes: 0 additions & 17 deletions GenCode128.nuspec

This file was deleted.

Binary file removed src/GenCode128/App.ico
Binary file not shown.
12 changes: 12 additions & 0 deletions src/GenCode128/GenCode128.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.0.0</Version>
<Product>GenCode128 - A Code128 Barcode Generator</Product>
<Authors>Nikolay.IT, Chris Wuestefeld</Authors>
<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>
<PackageReleaseNotes>Target .NET Standard 2.0</PackageReleaseNotes>
<PackageTags>Barcode, GenCode128, Code128, generate barcode</PackageTags>
<RepositoryUrl>https://github.com/SourceCodeBackup/GenCode128</RepositoryUrl>
<PackageProjectUrl>https://github.com/SourceCodeBackup/GenCode128</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<Copyright>Nikolay.IT, Chris Wuestefeld</Copyright>
<PackageId>GenCode128</PackageId>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit b6eda17

Please sign in to comment.