v1.5.0.1
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.Configureto be called once. If you need to call it again, callOpenStackNet.ResetDefaultsfirst. 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:
- 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!