-
Notifications
You must be signed in to change notification settings - Fork 288
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4840 from danilo-delbusso/private/danilod/sdk
CP-40404: Add C# NuGet specs in its csproj and Move C# SDK samples to .NET 6.0
- Loading branch information
Showing
13 changed files
with
151 additions
and
265 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
XenServer.NET | ||
============= | ||
|
||
XenServer.NET is a complete SDK for XenServer, exposing the XenServer | ||
API as .NET classes. It is written in C#. | ||
|
||
XenServer.NET includes a class for every API class, and a method for each API | ||
call, so API documentation and examples written for other languages will apply | ||
equally well to .NET. In particular, the SDK Guide and the Management API Guide | ||
are ideal for developers wishing to use XenServer.NET. | ||
|
||
XenServer.NET is free software. You can redistribute and modify it under the | ||
terms of the BSD 2-Clause license. See LICENSE.txt for details. | ||
|
||
This library is accompanied by pedagogical examples. These do not form | ||
part of this library, and are licensed for redistribution and modification | ||
under the BSD 2-Clause license. | ||
|
||
|
||
Reference | ||
--------- | ||
|
||
For XenServer documentation see https://docs.citrix.com/en-us/citrix-hypervisor/ | ||
|
||
The XenServer Management API Reference is available at | ||
https://developer-docs.citrix.com/projects/citrix-hypervisor-management-api/en/latest/ | ||
|
||
The XenServer Software Development Kit Guide is available at | ||
https://developer-docs.citrix.com/projects/citrix-hypervisor-sdk/en/latest/ | ||
|
||
For community content, blogs, and downloads, visit | ||
https://www.citrix.com/community/citrix-developer/ | ||
|
||
To network with other developers using XenServer visit | ||
https://discussions.citrix.com/forum/101-hypervisor-formerly-xenserver/ | ||
|
||
|
||
Prerequisites | ||
------------- | ||
|
||
This library requires .NET Standard 2.0. | ||
|
||
|
||
Dependencies | ||
------------ | ||
|
||
XenServer.NET is dependent upon the following libraries: | ||
|
||
- Newtonsoft JSON.NET by James Newton-King (see https://www.newtonsoft.com/). | ||
JSON.NET is licensed under the MIT license; see LICENSE.Newtonsoft.Json.txt | ||
for details. A patched version of the library (Newtonsoft.Json.CH.dll) is | ||
shipped with XenServer.NET. Its source code and license file can be found in | ||
https://github.com/xenserver/dotnet-packages. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
68 changes: 0 additions & 68 deletions
68
ocaml/sdk-gen/csharp/autogen/src/Properties/AssemblyInfo.cs
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.