Skip to content

Commit

Permalink
Bumped version of OPC UA Stack NuGet to 1.4.367.42 (#1429)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristipogacean authored and karok2m committed Oct 18, 2021
1 parent 5954e1d commit 3f70545
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@
<Choose>
<When Condition="'$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Core" Version="1.4.367.41" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Configuration" Version="1.4.367.41" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Server" Version="1.4.367.41" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Client" Version="1.4.367.41" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes" Version="1.4.367.41" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Core" Version="1.4.367.42" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Configuration" Version="1.4.367.42" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Server" Version="1.4.367.42" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Client" Version="1.4.367.42" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes" Version="1.4.367.42" />
</ItemGroup>
</When>
<Otherwise>
<ItemGroup>
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Core.Debug" Version="1.4.367.41" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Configuration.Debug" Version="1.4.367.41" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Server.Debug" Version="1.4.367.41" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Client.Debug" Version="1.4.367.41" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes.Debug" Version="1.4.367.41" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Core.Debug" Version="1.4.367.42" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Configuration.Debug" Version="1.4.367.42" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Server.Debug" Version="1.4.367.42" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Client.Debug" Version="1.4.367.42" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes.Debug" Version="1.4.367.42" />
</ItemGroup>
</Otherwise>
</Choose>
Expand Down

0 comments on commit 3f70545

Please sign in to comment.