biz.dfch.CS.Abiquo.Client 3.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package biz.dfch.CS.Abiquo.Client --version 3.0.0
NuGet\Install-Package biz.dfch.CS.Abiquo.Client -Version 3.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="biz.dfch.CS.Abiquo.Client" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add biz.dfch.CS.Abiquo.Client --version 3.0.0
#r "nuget: biz.dfch.CS.Abiquo.Client, 3.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install biz.dfch.CS.Abiquo.Client as a Cake Addin
#addin nuget:?package=biz.dfch.CS.Abiquo.Client&version=3.0.0

// Install biz.dfch.CS.Abiquo.Client as a Cake Tool
#tool nuget:?package=biz.dfch.CS.Abiquo.Client&version=3.0.0

biz.dfch.CS.Abiquo.Client
========================

C#/.NET client for [Abiquo](http://www.abiquo.com/).

d-fens GmbH, General-Guisan-Strasse 6, CH-6300 Zug, Switzerland

## Download

* Get it on [NuGet](biz.dfch.CS.Abiquo.Client)

* See [Releases](https://github.com/dfensgmbh/biz.dfch.CS.Abiquo.Client/releases) and [Tags](https://github.com/dfensgmbh/biz.dfch.CS.Abiquo.Client/tags) on [GitHub](https://github.com/dfensgmbh/biz.dfch.CS.Abiquo.Client)

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.4.0 1,212 12/29/2016
3.3.0 934 12/23/2016
3.2.1 1,036 12/16/2016
3.2.0 995 12/16/2016
3.1.0 1,024 12/14/2016
3.0.0 1,020 12/6/2016
2.0.0 958 11/17/2016
1.2.4 1,010 11/7/2016
1.2.3 989 11/7/2016
1.2.2 993 11/7/2016
1.2.1 961 10/24/2016
1.2.0 970 10/21/2016
1.1.0 960 10/20/2016
1.0.0 945 9/7/2016

20161206
# BREAKING CHANGE

* Removed GetTenantId method on interface IAuthenticationInformation


## BUGFIXES

* Added missing properties to model classes (Synchronized with Abiquo source code)


## FEATURES

* Signed assembly with strong name key
* Added DefaultTraceListener to TraceSource
* Updated Newtonsoft.Json to version 9.0.1
* Changed exception handling on login to catch all exceptions (instead of only HttpRequestException)
* Improved logging
* Added invoker for retrieving arbitrary links from abq models
* Added Href generator to for Uri (instead of string) to LinkBuilder
* Added overload for retrieving entities specified by full (link) uris
* Added DiskControllerTypeEnum
* Added VirtualMachineTypeEnum
* Implemented methods for switching tenant/enterprise
* Added TenantId property to BaseAbiquoClient, which loads the enterprise Id from the enterprise link of the current user information
* Splitted versioned and non versioned AbiquoMediaDataTypes


# NOTES

* Removed biz.dfch.CS.System.Utilities
* Removed biz.dfch.CS.Web.Utilities
* Added biz.dfch.CS.Commons 1.7.1
* Replaced references to Trace/Debug logging to Commons logger
* Replaced reference to RestClient with RestClient in Commons
* Renamed AbiquoBaseDto to AbiquoLinkBaseDto