Skip to content

Commit 1c35592

Browse files
update to v11.0.6000
1 parent b5fbb27 commit 1c35592

22 files changed

+43
-40
lines changed

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.0.4000" />
15+
<PackageReference Include="Dynamsoft.DotNet.BarcodeReader.Bundle" Version="11.0.6000" />
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.0.40.2404, Culture=neutral, PublicKeyToken=ad0967c36e09320a, processorArchitecture=MSIL">
38-
<HintPath>packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.0.4000\lib\net3.5\Dynamsoft.BarcodeReader.dll</HintPath>
37+
<Reference Include="Dynamsoft.BarcodeReader, Version=11.0.60.2930, Culture=neutral, PublicKeyToken=ad0967c36e09320a, processorArchitecture=MSIL">
38+
<HintPath>packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.0.6000\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.0.4000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets" Condition="Exists('packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.0.4000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets')" />
54+
<Import Project="packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.0.6000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets" Condition="Exists('packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.0.6000\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.0.4000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.0.4000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets'))" />
59+
<Error Condition="!Exists('packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.0.6000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.0.6000\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.0.4000" targetFramework="net35" />
3+
<package id="Dynamsoft.DotNet.BarcodeReader.Bundle" version="11.0.6000" 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.0.4000" />
15+
<PackageReference Include="Dynamsoft.DotNet.BarcodeReader.Bundle" Version="11.0.6000" />
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.0.40.2404, Culture=neutral, PublicKeyToken=ad0967c36e09320a, processorArchitecture=MSIL">
38-
<HintPath>..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.0.4000\lib\net3.5\Dynamsoft.BarcodeReader.dll</HintPath>
37+
<Reference Include="Dynamsoft.BarcodeReader, Version=11.0.60.2930, Culture=neutral, PublicKeyToken=ad0967c36e09320a, processorArchitecture=MSIL">
38+
<HintPath>..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.0.6000\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.0.4000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets" Condition="Exists('..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.0.4000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets')" />
54+
<Import Project="..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.0.6000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets" Condition="Exists('..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.0.6000\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.0.4000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.0.4000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets'))" />
59+
<Error Condition="!Exists('..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.0.6000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.0.6000\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.0.4000" targetFramework="net35" />
3+
<package id="Dynamsoft.DotNet.BarcodeReader.Bundle" version="11.0.6000" 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.0.4000" />
15+
<PackageReference Include="Dynamsoft.DotNet.BarcodeReader.Bundle" Version="11.0.6000" />
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.0.40.2404, Culture=neutral, PublicKeyToken=ad0967c36e09320a, processorArchitecture=MSIL">
38-
<HintPath>..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.0.4000\lib\net3.5\Dynamsoft.BarcodeReader.dll</HintPath>
37+
<Reference Include="Dynamsoft.BarcodeReader, Version=11.0.60.2930, Culture=neutral, PublicKeyToken=ad0967c36e09320a, processorArchitecture=MSIL">
38+
<HintPath>..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.0.6000\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.0.4000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets" Condition="Exists('..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.0.4000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets')" />
54+
<Import Project="..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.0.6000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets" Condition="Exists('..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.0.6000\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.0.4000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.0.4000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets'))" />
59+
<Error Condition="!Exists('..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.0.6000\build\Dynamsoft.DotNet.BarcodeReader.Bundle.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Dynamsoft.DotNet.BarcodeReader.Bundle.11.0.6000\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.0.4000" targetFramework="net35" />
3+
<package id="Dynamsoft.DotNet.BarcodeReader.Bundle" version="11.0.6000" targetFramework="net35" />
44
</packages>

Samples/ParameterTuner/ParameterTuner.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.0.4000" />
15+
<PackageReference Include="Dynamsoft.DotNet.BarcodeReader.Bundle" Version="11.0.6000" />
1616
</ItemGroup>
1717

1818
</Project>

0 commit comments

Comments
 (0)