Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency opcfoundation.netstandard.opc.ua.configuration to v1.5.374.54 - abandoned #647

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
14 commits
Select commit Hold shift + click to select a range
3a1c0d8
chore(deps): update dependency opcfoundation.netstandard.opc.ua.confi…
renovate[bot] May 16, 2024
10504fa
Merge refs/heads/master into renovate/opcfoundation.netstandard.opc.u…
cognite-bulldozer[bot] May 23, 2024
2efd999
Merge refs/heads/master into renovate/opcfoundation.netstandard.opc.u…
cognite-bulldozer[bot] May 23, 2024
b26d4ed
Merge refs/heads/master into renovate/opcfoundation.netstandard.opc.u…
cognite-bulldozer[bot] May 27, 2024
e783564
Merge refs/heads/master into renovate/opcfoundation.netstandard.opc.u…
cognite-bulldozer[bot] May 27, 2024
9456263
Merge refs/heads/master into renovate/opcfoundation.netstandard.opc.u…
cognite-bulldozer[bot] May 27, 2024
f54aed1
Merge refs/heads/master into renovate/opcfoundation.netstandard.opc.u…
cognite-bulldozer[bot] May 27, 2024
eb6e33c
Merge refs/heads/master into renovate/opcfoundation.netstandard.opc.u…
cognite-bulldozer[bot] Jun 10, 2024
2c0a28f
Merge refs/heads/master into renovate/opcfoundation.netstandard.opc.u…
cognite-bulldozer[bot] Jun 12, 2024
628ff63
Merge refs/heads/master into renovate/opcfoundation.netstandard.opc.u…
cognite-bulldozer[bot] Jun 18, 2024
33a8dc8
Merge refs/heads/master into renovate/opcfoundation.netstandard.opc.u…
cognite-bulldozer[bot] Jun 18, 2024
fe3fef6
Merge refs/heads/master into renovate/opcfoundation.netstandard.opc.u…
cognite-bulldozer[bot] Jun 18, 2024
24c3c22
Merge refs/heads/master into renovate/opcfoundation.netstandard.opc.u…
cognite-bulldozer[bot] Jun 24, 2024
4949a76
Merge refs/heads/master into renovate/opcfoundation.netstandard.opc.u…
cognite-bulldozer[bot] Jun 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Extractor/Extractor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Cognite.ExtractorUtils" Version="1.24.3" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Client" Version="1.5.374.36" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Configuration" Version="1.5.374.36" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Configuration" Version="1.5.374.54" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.PubSub" Version="1.5.374.36-beta" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="MQTTnet" Version="4.3.3.952" />
Expand Down
2 changes: 1 addition & 1 deletion Server/Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.NETCore.Platforms" Version="7.0.4" />
<PackageReference Include="MQTTnet" Version="4.3.3.952" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Configuration" Version="1.5.373.121" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Configuration" Version="1.5.374.54" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.PubSub" Version="1.5.373.121-beta" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Server" Version="1.5.373.121" />
</ItemGroup>
Expand Down
Loading