We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0de50 commit dfea4a4Copy full SHA for dfea4a4
BarcodeStandard/BarcodeStandard.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
5
- <Version>3.0.2</Version>
+ <Version>3.0.3</Version>
6
<PackageId>BarcodeLib</PackageId>
7
<Company>Pnuema Productions</Company>
8
<Product>BarcodeLib</Product>
@@ -18,8 +18,8 @@
18
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
19
<PackageIcon>upca.jpg</PackageIcon>
20
<PackageIconUrl />
21
- <AssemblyVersion>3.0.2.0</AssemblyVersion>
22
- <FileVersion>3.0.2.0</FileVersion>
+ <AssemblyVersion>3.0.3.0</AssemblyVersion>
+ <FileVersion>3.0.3.0</FileVersion>
23
<TargetFramework>netstandard2.0</TargetFramework>
24
<LangVersion>latest</LangVersion>
25
<SignAssembly>true</SignAssembly>
0 commit comments