Skip to content

v1.5.0.1

Choose a tag to compare

@carolynvs carolynvs released this 03 Sep 19:59
· 241 commits to master since this release

Bug Fixes

  • Fixed #554. See Dependency Changes below for what you need to change in your code to take advantage of the fix.
  • Merged #557 which fixes a bug in our enum serializers used by the NetworkingService.
  • Only allow OpenStackNet.Configure to be called once. If you need to call it again, call OpenStackNet.ResetDefaults first. This enables the configuration for OpenStack.NET and other provider packages, such as Rackspace.NET, to live side-by-side.

Dependency Changes

SimpleRestServices is no longer an explicit NuGet dependency. Perform the following steps to remove it from your project:

  1. Remove assembly binding redirects for Json.NET from your app.config or web.config.
  2. Remove SimpleRestServices from your packages.config file.
  3. 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!

Download v1.5.0.1 on nuget.org