Skip to content

Commit f9a45cb

Browse files
update to v11.2.5000
1 parent c3c9dc6 commit f9a45cb

20 files changed

Lines changed: 39 additions & 39 deletions

Legal.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ COPYRIGHT NOTICE, DISCLAIMER, and LICENSE
130130
PNG Reference Library License version 2
131131
---------------------------------------
132132

133-
* Copyright (c) 1995-2023 The PNG Reference Library Authors.
134-
* Copyright (c) 2018-2023 Cosmin Truta.
133+
* Copyright (c) 1995-2025 The PNG Reference Library Authors.
134+
* Copyright (c) 2018-2025 Cosmin Truta.
135135
* Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson.
136136
* Copyright (c) 1996-1997 Andreas Dilger.
137137
* Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.

Samples/GeneralSettings/GeneralSettings.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Dynamsoft.DotNet.BarcodeReader.Bundle" Version="11.2.1000" />
15+
<PackageReference Include="Dynamsoft.DotNet.BarcodeReader.Bundle" Version="11.2.5000" />
1616
</ItemGroup>
1717

1818
</Project>

Samples/GeneralSettings/GeneralSettings_framework.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<Reference Include="Dynamsoft.BarcodeReader, Version=11.2.10.4596, Culture=neutral, PublicKeyToken=ad0967c36e09320a, processorArchitecture=MSIL">
38-
<HintPath>packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.2.1000\lib\net3.5\Dynamsoft.BarcodeReader.dll</HintPath>
37+
<Reference Include="Dynamsoft.BarcodeReader, Version=11.2.50.6248, Culture=neutral, PublicKeyToken=ad0967c36e09320a, processorArchitecture=MSIL">
38+
<HintPath>packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.2.5000\lib\net3.5\Dynamsoft.BarcodeReader.dll</HintPath>
3939
</Reference>
4040
<Reference Include="System" />
4141
<Reference Include="System.Core" />
@@ -51,11 +51,11 @@
5151
<None Include="packages.config" />
5252
</ItemGroup>
5353
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
54-
<Import Project="packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.2.1000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets" Condition="Exists('packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.2.1000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets')" />
54+
<Import Project="packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.2.5000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets" Condition="Exists('packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.2.5000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets')" />
5555
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
5656
<PropertyGroup>
5757
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
5858
</PropertyGroup>
59-
<Error Condition="!Exists('packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.2.1000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.2.1000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets'))" />
59+
<Error Condition="!Exists('packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.2.5000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.2.5000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets'))" />
6060
</Target>
6161
</Project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Dynamsoft.DotNet.BarcodeReader.Bundle" version="11.2.1000" targetFramework="net35" />
3+
<package id="Dynamsoft.DotNet.BarcodeReader.Bundle" version="11.2.5000" targetFramework="net35" />
44
</packages>

Samples/HelloWorld/ReadAnImage/ReadAnImage.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Dynamsoft.DotNet.BarcodeReader.Bundle" Version="11.2.1000" />
15+
<PackageReference Include="Dynamsoft.DotNet.BarcodeReader.Bundle" Version="11.2.5000" />
1616
</ItemGroup>
1717

1818
</Project>

Samples/HelloWorld/ReadAnImage/ReadAnImage_framework.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<Reference Include="Dynamsoft.BarcodeReader, Version=11.2.10.4596, Culture=neutral, PublicKeyToken=ad0967c36e09320a, processorArchitecture=MSIL">
38-
<HintPath>..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.2.1000\lib\net3.5\Dynamsoft.BarcodeReader.dll</HintPath>
37+
<Reference Include="Dynamsoft.BarcodeReader, Version=11.2.50.6248, Culture=neutral, PublicKeyToken=ad0967c36e09320a, processorArchitecture=MSIL">
38+
<HintPath>..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.2.5000\lib\net3.5\Dynamsoft.BarcodeReader.dll</HintPath>
3939
</Reference>
4040
<Reference Include="System" />
4141
<Reference Include="System.Core" />
@@ -51,11 +51,11 @@
5151
<None Include="packages.config" />
5252
</ItemGroup>
5353
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
54-
<Import Project="..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.2.1000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets" Condition="Exists('..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.2.1000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets')" />
54+
<Import Project="..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.2.5000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets" Condition="Exists('..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.2.5000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets')" />
5555
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
5656
<PropertyGroup>
5757
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
5858
</PropertyGroup>
59-
<Error Condition="!Exists('..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.2.1000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.2.1000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets'))" />
59+
<Error Condition="!Exists('..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.2.5000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.2.5000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets'))" />
6060
</Target>
6161
</Project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Dynamsoft.DotNet.BarcodeReader.Bundle" version="11.2.1000" targetFramework="net35" />
3+
<package id="Dynamsoft.DotNet.BarcodeReader.Bundle" version="11.2.5000" targetFramework="net35" />
44
</packages>

Samples/HelloWorld/ReadMultipleImages/ReadMultipleImages.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Dynamsoft.DotNet.BarcodeReader.Bundle" Version="11.2.1000" />
15+
<PackageReference Include="Dynamsoft.DotNet.BarcodeReader.Bundle" Version="11.2.5000" />
1616
</ItemGroup>
1717

1818
</Project>

Samples/HelloWorld/ReadMultipleImages/ReadMultipleImages_framework.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<Reference Include="Dynamsoft.BarcodeReader, Version=11.2.10.4596, Culture=neutral, PublicKeyToken=ad0967c36e09320a, processorArchitecture=MSIL">
38-
<HintPath>..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.2.1000\lib\net3.5\Dynamsoft.BarcodeReader.dll</HintPath>
37+
<Reference Include="Dynamsoft.BarcodeReader, Version=11.2.50.6248, Culture=neutral, PublicKeyToken=ad0967c36e09320a, processorArchitecture=MSIL">
38+
<HintPath>..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.2.5000\lib\net3.5\Dynamsoft.BarcodeReader.dll</HintPath>
3939
</Reference>
4040
<Reference Include="System" />
4141
<Reference Include="System.Core" />
@@ -51,11 +51,11 @@
5151
<None Include="packages.config" />
5252
</ItemGroup>
5353
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
54-
<Import Project="..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.2.1000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets" Condition="Exists('..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.2.1000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets')" />
54+
<Import Project="..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.2.5000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets" Condition="Exists('..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.2.5000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets')" />
5555
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
5656
<PropertyGroup>
5757
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
5858
</PropertyGroup>
59-
<Error Condition="!Exists('..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.2.1000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.2.1000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets'))" />
59+
<Error Condition="!Exists('..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.2.5000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.2.5000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets'))" />
6060
</Target>
6161
</Project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Dynamsoft.DotNet.BarcodeReader.Bundle" version="11.2.1000" targetFramework="net35" />
3+
<package id="Dynamsoft.DotNet.BarcodeReader.Bundle" version="11.2.5000" targetFramework="net35" />
44
</packages>

0 commit comments

Comments
 (0)