biz.dfch.CS.Abiquo.Client
3.0.0
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
<PackageReference Include="biz.dfch.CS.Abiquo.Client" Version="3.0.0" />
paket add biz.dfch.CS.Abiquo.Client --version 3.0.0
#r "nuget: biz.dfch.CS.Abiquo.Client, 3.0.0"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- biz.dfch.CS.Commons (>= 1.7.1)
- Newtonsoft.Json (>= 9.0.1)
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,254 | 12/29/2016 |
3.3.0 | 965 | 12/23/2016 |
3.2.1 | 1,105 | 12/16/2016 |
3.2.0 | 1,021 | 12/16/2016 |
3.1.0 | 1,054 | 12/14/2016 |
3.0.0 | 1,048 | 12/6/2016 |
2.0.0 | 985 | 11/17/2016 |
1.2.4 | 1,042 | 11/7/2016 |
1.2.3 | 1,012 | 11/7/2016 |
1.2.2 | 1,023 | 11/7/2016 |
1.2.1 | 990 | 10/24/2016 |
1.2.0 | 997 | 10/21/2016 |
1.1.0 | 987 | 10/20/2016 |
1.0.0 | 975 | 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