Releases: rackspace/rackspace-net-sdk
Releases · rackspace/rackspace-net-sdk
v0.2.0
RackConnect Public IP Support
Dependency Changes
SimpleRestServices is no longer an explicit NuGet dependency. Perform the following steps to remove it from your project:
- Remove assembly binding redirects for Json.NET from your app.config or web.config.
- Remove SimpleRestServices from your packages.config file.
- Remove any project references to SimpleRestServices.
SimpleRestServices depends on Json.NET v4.5 but the rest of OpenStack.NET uses v6.0. This version conflict required you to add assembly binding redirects in your projects... Sorry about that! We are now building our own fork of SimpleRestServices and embedding it into openstacknet.dll. With this change you should no longer be affected by our dependency version conflicts.
If this ends up causing more trouble, please let us know!
v0.1.0
This is the first release of Rackspace.NET! Read Introducing Rackspace .NET SDK to learn more.
Support Cloud Networks
- Support for Cloud Networks v2 can be found in
Rackspace.CloudNetworks.v2
. UseRackspace.CloudNetworks.v2.CloudNetworkService
to get started. - Cloud Networks Sample Code