Skip to content

Commit b7a99c4

Browse files
committed
preparing new release
1 parent 41e0b27 commit b7a99c4

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

Source/interop/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
#if INTEROP
8383
[assembly: AssemblyTitle("zxing.net for com interop")]
8484
#endif
85-
[assembly: AssemblyDescription("port of the java based barcode scanning library for .net (java zxing 17.11.2024 17:25:04)")]
85+
[assembly: AssemblyDescription("port of the java based barcode scanning library for .net (java zxing 10.02.2025 15:22:04)")]
8686
[assembly: AssemblyCompany("ZXing.Net Development")]
8787
[assembly: AssemblyProduct("ZXing.Net")]
8888
[assembly: AssemblyCopyright("Copyright © 2012")]
@@ -102,9 +102,9 @@
102102
// You can specify all the values or you can default the Revision and Build Numbers
103103
// by using the '*' as shown below:
104104

105-
[assembly: AssemblyVersion("0.16.10.0")]
105+
[assembly: AssemblyVersion("0.16.11.0")]
106106
#if !WindowsCE
107-
[assembly: AssemblyFileVersion("0.16.10.0")]
107+
[assembly: AssemblyFileVersion("0.16.11.0")]
108108
#endif
109109

110110
[assembly: CLSCompliant(true)]

Source/lib/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@
102102
// You can specify all the values or you can default the Revision and Build Numbers
103103
// by using the '*' as shown below:
104104

105-
[assembly: AssemblyVersion("0.16.10.0")]
105+
[assembly: AssemblyVersion("0.16.11.0")]
106106
#if !WindowsCE
107-
[assembly: AssemblyFileVersion("0.16.10.0")]
107+
[assembly: AssemblyFileVersion("0.16.11.0")]
108108
#endif
109109

110110
[assembly: CLSCompliant(true)]

Source/lib/netstandard/ZXing.Net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<TargetFrameworks>netstandard1.0;netstandard1.1;netstandard1.3;netstandard2.0;netstandard2.1;netcoreapp3.0;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
88
</PropertyGroup>
99
<PropertyGroup>
10-
<VersionPrefix>0.16.10</VersionPrefix>
10+
<VersionPrefix>0.16.11</VersionPrefix>
1111
<CheckEolTargetFramework>false</CheckEolTargetFramework>
1212
<DefineConstants>$(DefineConstants);NETSTANDARD</DefineConstants>
1313
<PlatformTarget>anycpu</PlatformTarget>

build_deployment.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
SETLOCAL EnableDelayedExpansion EnableExtensions
44

5-
SET VERSION=0.16.10.0
5+
SET VERSION=0.16.11.0
66

77
SET CURRENT_DIR=%CD%
88
SET BUILD_DIR=%CD%\Build

zxing.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
4-
<version>0.16.10</version>
4+
<version>0.16.11</version>
55
<authors>Michael Jahn</authors>
66
<owners>Michael Jahn</owners>
77
<license type="expression">Apache-2.0</license>
@@ -18,7 +18,7 @@
1818

1919
It is compatible with .Net 2.0/3.5/4.x/5.x/6.x/7.x/8.x/9.x, Windows RT Class Library and Components, UWP, .Net Standard 1.x and 2.0x, .Net Core App 3.x, Silverlight 4, Silverlight 5, Windows Phone 7.x and Windows Phone 8.x and Xamarin.Android</description>
2020
<summary>ZXing.Net is a port of ZXing, an open-source, multi-format 1D/2D barcode image processing library originally implemented in Java.</summary>
21-
<releaseNotes>* changes of the java version are reflected until 2024/11/17
21+
<releaseNotes>* changes of the java version are reflected until 2025/10/25
2222
* small bug fixes and improvements</releaseNotes>
2323
<tags>ZXing barcode scanning 1D 2D UPC-A UPC-E EAN-8 EAN-13 QR ITF Codabar RSS-14 Data Matrix PDF 417 PDF417 Aztec</tags>
2424
<dependencies>

0 commit comments

Comments
 (0)