Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
barnhill committed Apr 28, 2024
1 parent 62d0c92 commit f1c7828
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions BarcodeStandard/BarcodeStandard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>3.0.4</Version>
<Version>3.1.0</Version>
<PackageId>BarcodeLib</PackageId>
<Company>Pnuema Productions</Company>
<Product>BarcodeLib</Product>
<Authors>Brad Barnhill</Authors>
<Description>This library was designed to give an easy class for developers to use when they need to generate barcode images from a string of data.</Description>
<Copyright>Copyright 2007-2023 Brad Barnhill</Copyright>
<Copyright>Copyright 2007-2024 Brad Barnhill</Copyright>
<PackageProjectUrl>https://github.com/barnhill/barcodelib</PackageProjectUrl>
<RepositoryUrl>https://github.com/barnhill/barcodelib.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand All @@ -18,8 +18,8 @@
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageIcon>upca.jpg</PackageIcon>
<PackageIconUrl />
<AssemblyVersion>3.0.4.0</AssemblyVersion>
<FileVersion>3.0.4.0</FileVersion>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<FileVersion>3.1.0.0</FileVersion>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<SignAssembly>true</SignAssembly>
Expand Down

0 comments on commit f1c7828

Please sign in to comment.