Skip to content

Commit df7a58b

Browse files
update to v9.6.40.1
1 parent 3eca549 commit df7a58b

File tree

20 files changed

+45
-45
lines changed

20 files changed

+45
-45
lines changed

samples/DecodeWithConcurrentInstance/DecodeWithConcurrentInstance.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
</PropertyGroup>
4343
<ItemGroup>
4444
<Reference Include="Dynamsoft.BarcodeReader, Version=9.6.40.0220, Culture=neutral, PublicKeyToken=ad0967c36e09320a, processorArchitecture=MSIL">
45-
<HintPath>..\packages\Dynamsoft.DotNet.Barcode.9.6.40\lib\net40\Dynamsoft.BarcodeReader.dll</HintPath>
45+
<HintPath>..\packages\Dynamsoft.DotNet.Barcode.9.6.40.1\lib\net40\Dynamsoft.BarcodeReader.dll</HintPath>
4646
</Reference>
4747
<Reference Include="DynamsoftCommon, Version=1.1.0.0, Culture=neutral, PublicKeyToken=ad0967c36e09320a, processorArchitecture=MSIL">
48-
<HintPath>..\packages\Dynamsoft.DotNet.Barcode.9.6.40\lib\net40\DynamsoftCommon.dll</HintPath>
48+
<HintPath>..\packages\Dynamsoft.DotNet.Barcode.9.6.40.1\lib\net40\DynamsoftCommon.dll</HintPath>
4949
</Reference>
5050
<Reference Include="Microsoft.CSharp" />
5151
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
@@ -117,12 +117,12 @@
117117
</FlavorProperties>
118118
</VisualStudio>
119119
</ProjectExtensions>
120-
<Import Project="..\packages\Dynamsoft.DotNet.Barcode.9.6.40\build\Dynamsoft.DotNet.Barcode.targets" Condition="Exists('..\packages\Dynamsoft.DotNet.Barcode.9.6.40\build\Dynamsoft.DotNet.Barcode.targets')" />
120+
<Import Project="..\packages\Dynamsoft.DotNet.Barcode.9.6.40.1\build\Dynamsoft.DotNet.Barcode.targets" Condition="Exists('..\packages\Dynamsoft.DotNet.Barcode.9.6.40.1\build\Dynamsoft.DotNet.Barcode.targets')" />
121121
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
122122
<PropertyGroup>
123123
<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>
124124
</PropertyGroup>
125-
<Error Condition="!Exists('..\packages\Dynamsoft.DotNet.Barcode.9.6.40\build\Dynamsoft.DotNet.Barcode.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Dynamsoft.DotNet.Barcode.9.6.40\build\Dynamsoft.DotNet.Barcode.targets'))" />
125+
<Error Condition="!Exists('..\packages\Dynamsoft.DotNet.Barcode.9.6.40.1\build\Dynamsoft.DotNet.Barcode.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Dynamsoft.DotNet.Barcode.9.6.40.1\build\Dynamsoft.DotNet.Barcode.targets'))" />
126126
</Target>
127127
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
128128
Other similar extension points exist, see Microsoft.Common.targets.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Dynamsoft.DotNet.Barcode" version="9.6.40" targetFramework="net40" />
3+
<package id="Dynamsoft.DotNet.Barcode" version="9.6.40.1" targetFramework="net40" />
44
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net40" />
55
</packages>

samples/GeneralSettings/GeneralSettings.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
</PropertyGroup>
3737
<ItemGroup>
3838
<Reference Include="Dynamsoft.BarcodeReader, Version=9.6.40.0220, Culture=neutral, PublicKeyToken=ad0967c36e09320a, processorArchitecture=MSIL">
39-
<HintPath>..\packages\Dynamsoft.DotNet.Barcode.9.6.40\lib\net40\Dynamsoft.BarcodeReader.dll</HintPath>
39+
<HintPath>..\packages\Dynamsoft.DotNet.Barcode.9.6.40.1\lib\net40\Dynamsoft.BarcodeReader.dll</HintPath>
4040
<Private>True</Private>
4141
</Reference>
4242
<Reference Include="DynamsoftCommon, Version=1.1.0.0, Culture=neutral, PublicKeyToken=ad0967c36e09320a, processorArchitecture=MSIL">
43-
<HintPath>..\packages\Dynamsoft.DotNet.Barcode.9.6.40\lib\net40\DynamsoftCommon.dll</HintPath>
43+
<HintPath>..\packages\Dynamsoft.DotNet.Barcode.9.6.40.1\lib\net40\DynamsoftCommon.dll</HintPath>
4444
<Private>True</Private>
4545
</Reference>
4646
<Reference Include="System" />
@@ -55,13 +55,13 @@
5555
<None Include="packages.config" />
5656
</ItemGroup>
5757
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
58-
<Import Project="..\packages\Dynamsoft.DotNet.Barcode.9.6.40\build\Dynamsoft.DotNet.Barcode.targets" Condition="Exists('..\packages\Dynamsoft.DotNet.Barcode.9.6.40\build\Dynamsoft.DotNet.Barcode.targets')" />
58+
<Import Project="..\packages\Dynamsoft.DotNet.Barcode.9.6.40.1\build\Dynamsoft.DotNet.Barcode.targets" Condition="Exists('..\packages\Dynamsoft.DotNet.Barcode.9.6.40.1\build\Dynamsoft.DotNet.Barcode.targets')" />
5959
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
6060
<PropertyGroup>
6161
<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>
6262
</PropertyGroup>
63-
<Error Condition="!Exists('..\packages\Dynamsoft.DotNet.Barcode.9.6.40\build\Dynamsoft.DotNet.Barcode.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Dynamsoft.DotNet.Barcode.9.6.40\build\Dynamsoft.DotNet.Barcode.targets'))" />
64-
<Error Condition="!Exists('..\packages\Dynamsoft.DotNet.Barcode.9.6.40\build\Dynamsoft.DotNet.Barcode.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Dynamsoft.DotNet.Barcode.9.6.40\build\Dynamsoft.DotNet.Barcode.targets'))" />
63+
<Error Condition="!Exists('..\packages\Dynamsoft.DotNet.Barcode.9.6.40.1\build\Dynamsoft.DotNet.Barcode.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Dynamsoft.DotNet.Barcode.9.6.40.1\build\Dynamsoft.DotNet.Barcode.targets'))" />
64+
<Error Condition="!Exists('..\packages\Dynamsoft.DotNet.Barcode.9.6.40.1\build\Dynamsoft.DotNet.Barcode.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Dynamsoft.DotNet.Barcode.9.6.40.1\build\Dynamsoft.DotNet.Barcode.targets'))" />
6565
</Target>
66-
<Import Project="..\packages\Dynamsoft.DotNet.Barcode.9.6.40\build\Dynamsoft.DotNet.Barcode.targets" Condition="Exists('..\packages\Dynamsoft.DotNet.Barcode.9.6.40\build\Dynamsoft.DotNet.Barcode.targets')" />
66+
<Import Project="..\packages\Dynamsoft.DotNet.Barcode.9.6.40.1\build\Dynamsoft.DotNet.Barcode.targets" Condition="Exists('..\packages\Dynamsoft.DotNet.Barcode.9.6.40.1\build\Dynamsoft.DotNet.Barcode.targets')" />
6767
</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.Barcode" version="9.6.40" targetFramework="net472" />
3+
<package id="Dynamsoft.DotNet.Barcode" version="9.6.40.1" targetFramework="net472" />
44
</packages>

samples/HelloWorld/HelloWorld.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
</PropertyGroup>
3838
<ItemGroup>
3939
<Reference Include="Dynamsoft.BarcodeReader, Version=9.6.40.0220, Culture=neutral, PublicKeyToken=ad0967c36e09320a, processorArchitecture=MSIL">
40-
<HintPath>..\packages\Dynamsoft.DotNet.Barcode.9.6.40\lib\net40\Dynamsoft.BarcodeReader.dll</HintPath>
40+
<HintPath>..\packages\Dynamsoft.DotNet.Barcode.9.6.40.1\lib\net40\Dynamsoft.BarcodeReader.dll</HintPath>
4141
</Reference>
4242
<Reference Include="DynamsoftCommon, Version=1.1.0.0, Culture=neutral, PublicKeyToken=ad0967c36e09320a, processorArchitecture=MSIL">
43-
<HintPath>..\packages\Dynamsoft.DotNet.Barcode.9.6.40\lib\net40\DynamsoftCommon.dll</HintPath>
43+
<HintPath>..\packages\Dynamsoft.DotNet.Barcode.9.6.40.1\lib\net40\DynamsoftCommon.dll</HintPath>
4444
</Reference>
4545
<Reference Include="System" />
4646
</ItemGroup>
@@ -53,11 +53,11 @@
5353
<None Include="packages.config" />
5454
</ItemGroup>
5555
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
56-
<Import Project="..\packages\Dynamsoft.DotNet.Barcode.9.6.40\build\Dynamsoft.DotNet.Barcode.targets" Condition="Exists('..\packages\Dynamsoft.DotNet.Barcode.9.6.40\build\Dynamsoft.DotNet.Barcode.targets')" />
56+
<Import Project="..\packages\Dynamsoft.DotNet.Barcode.9.6.40.1\build\Dynamsoft.DotNet.Barcode.targets" Condition="Exists('..\packages\Dynamsoft.DotNet.Barcode.9.6.40.1\build\Dynamsoft.DotNet.Barcode.targets')" />
5757
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
5858
<PropertyGroup>
5959
<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>
6060
</PropertyGroup>
61-
<Error Condition="!Exists('..\packages\Dynamsoft.DotNet.Barcode.9.6.40\build\Dynamsoft.DotNet.Barcode.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Dynamsoft.DotNet.Barcode.9.6.40\build\Dynamsoft.DotNet.Barcode.targets'))" />
61+
<Error Condition="!Exists('..\packages\Dynamsoft.DotNet.Barcode.9.6.40.1\build\Dynamsoft.DotNet.Barcode.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Dynamsoft.DotNet.Barcode.9.6.40.1\build\Dynamsoft.DotNet.Barcode.targets'))" />
6262
</Target>
6363
</Project>

samples/HelloWorld/packages.config

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.Barcode" version="9.6.40" targetFramework="net472" />
3+
<package id="Dynamsoft.DotNet.Barcode" version="9.6.40.1" targetFramework="net472" />
44
</packages>

samples/ImageDecoding/ImageDecoding.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
</PropertyGroup>
3535
<ItemGroup>
3636
<Reference Include="Dynamsoft.BarcodeReader">
37-
<HintPath>..\packages\Dynamsoft.DotNet.Barcode.9.6.40\lib\net40\Dynamsoft.BarcodeReader.dll</HintPath>
37+
<HintPath>..\packages\Dynamsoft.DotNet.Barcode.9.6.40.1\lib\net40\Dynamsoft.BarcodeReader.dll</HintPath>
3838
</Reference>
3939
<Reference Include="DynamsoftCommon">
40-
<HintPath>..\packages\Dynamsoft.DotNet.Barcode.9.6.40\lib\net40\DynamsoftCommon.dll</HintPath>
40+
<HintPath>..\packages\Dynamsoft.DotNet.Barcode.9.6.40.1\lib\net40\DynamsoftCommon.dll</HintPath>
4141
</Reference>
4242
<Reference Include="System" />
4343
<Reference Include="System.Core" />
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.Barcode" version="9.6.40" targetFramework="net472" />
3+
<package id="Dynamsoft.DotNet.Barcode" version="9.6.40.1" targetFramework="net472" />
44
</packages>

samples/Performance/AccuracyFirstSettings/AccuracyFirstSettings.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
</PropertyGroup>
3535
<ItemGroup>
3636
<Reference Include="Dynamsoft.BarcodeReader">
37-
<HintPath>..\..\packages\Dynamsoft.DotNet.Barcode.9.6.40\lib\net40\Dynamsoft.BarcodeReader.dll</HintPath>
37+
<HintPath>..\..\packages\Dynamsoft.DotNet.Barcode.9.6.40.1\lib\net40\Dynamsoft.BarcodeReader.dll</HintPath>
3838
</Reference>
3939
<Reference Include="DynamsoftCommon">
40-
<HintPath>..\..\packages\Dynamsoft.DotNet.Barcode.9.6.40\lib\net40\DynamsoftCommon.dll</HintPath>
40+
<HintPath>..\..\packages\Dynamsoft.DotNet.Barcode.9.6.40.1\lib\net40\DynamsoftCommon.dll</HintPath>
4141
</Reference>
4242
<Reference Include="System" />
4343
<Reference Include="Microsoft.CSharp" />
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.Barcode" version="9.6.40" targetFramework="net472" />
3+
<package id="Dynamsoft.DotNet.Barcode" version="9.6.40.1" targetFramework="net472" />
44
</packages>

0 commit comments

Comments
 (0)