Skip to content

Release v2.26.1

Choose a tag to compare

@github-actions github-actions released this 18 Sep 18:12

Rocket Welder SDK v2.26.1

What's New

  • C++ SDK for vcpkg
  • C# SDK for NuGet
  • Python SDK for PyPI

Installation

C++ (vcpkg)

Configure your vcpkg-configuration.json:

{
  "registries": [
    {
      "kind": "git",
      "repository": "https://github.com/modelingevolution/rocket-welder-sdk-vcpkg-registry",
      "baseline": "main",
      "packages": ["rocket-welder-sdk"]
    }
  ]
}

Then: vcpkg install rocket-welder-sdk

C# (NuGet)

dotnet add package RocketWelder.SDK --version 2.26.1

Python (PyPI)

pip install rocket-welder-sdk==2.26.1