Skip to content

Commit

Permalink
Update OPC UA stack Nugets only (#184)
Browse files Browse the repository at this point in the history
* Rename addressspace -> namespace

* Disable logerror warning.

* Fix using Async in method names.

* Implement disposeable on postgresql implementation.

* bug fix.

* Bug and code analyzer warning fixes and fix naming of cloudlibclient variables.

* Fix regression.

* Fix regression.

* Fix formatting.

* fix formatting.

* fix formatting.

* fix formatting.

* Fix formatting.

* Added docker compose back into solution file and deleted extra solution file.

* Fix one more (misspelt) addressspace -> namespace rename.

* Remove dups from category and org queries.

* Remove unneeded using.

* Fix cut and paste error.

* Fix client lib.

* Property name change from nodesetCreationTime to publicationDate to be consistent.

* Fix for bug #90

* Fixes security CVE-2022-30187 and maintain stack info on exception.

* Fix build break and CVEs.

* Added Azure Data Protection Key per instance and updated NuGets.

* Fix version string.

* Fix CloudLib Explorer exception and many async and dependency injection-related issues.

* update version to match spec.

* Fix usings/whitespace.

* Move QueryModel to GraphQL folder.

* Switch to Postmark as Sendgrid disabled our account and was unreliable anyway.

* Bring sendgrid back in optionally.

* Added description for data protection env variable.

* Fix CVE and update other NuGets, too.

* Switch to localhost for DB endpoint and add missing env variable.

* Re-enabling builsing the sync tool.

* NodeSetModel 1.0.13 plus migrations

* File encoding fix

* Update to latest OPC UA stack to avoid security issue.

---------

Co-authored-by: Markus Horstmann <[email protected]>
  • Loading branch information
barnstee and MarkusHorstmann authored Jul 18, 2023
1 parent 8875c16 commit 94dffd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CloudLibSync/CloudLibSync.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<ProjectReference Include="..\Opc.Ua.CloudLib.Client\Opc.Ua.Cloud.Library.Client.csproj" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Core" Version="1.4.371.60" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Core" Version="1.4.371.96" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta3.22114.1" />
<PackageReference Include="System.CommandLine.NamingConventionBinder" Version="2.0.0-beta3.22114.1" />
</ItemGroup>
Expand Down

0 comments on commit 94dffd9

Please sign in to comment.