diff --git a/CHANGELOG.md b/CHANGELOG.md index e570d22..a53fb25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +1.2.1 (13 May 2014) +------------------- + +* Ship the API reference inside the SDK zip file (html and pdf format). +* Bugs fixed: CA-89829, CA-109972, CA-124005, CA-126115, CA-129648, XOP-541. + 1.2.0 (4 Mar 2014) ------------------ diff --git a/csharp/samples/GetVariousRecords/Properties/AssemblyInfo.cs b/csharp/samples/GetVariousRecords/Properties/AssemblyInfo.cs index 1b8c658..0012ca0 100644 --- a/csharp/samples/GetVariousRecords/Properties/AssemblyInfo.cs +++ b/csharp/samples/GetVariousRecords/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ [assembly: AssemblyTitle("GetVariousRecords")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("Citrix Systems, Inc.")] [assembly: AssemblyProduct("GetVariousRecords")] [assembly: AssemblyCopyright("Copyright © Citrix Systems, Inc.")] [assembly: AssemblyTrademark("")] diff --git a/csharp/samples/GetVmRecords/Properties/AssemblyInfo.cs b/csharp/samples/GetVmRecords/Properties/AssemblyInfo.cs index f369e8c..5dd67cf 100644 --- a/csharp/samples/GetVmRecords/Properties/AssemblyInfo.cs +++ b/csharp/samples/GetVmRecords/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ [assembly: AssemblyTitle("GetVmRecords")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("Citrix Systems, Inc.")] [assembly: AssemblyProduct("GetVmRecords")] [assembly: AssemblyCopyright("Copyright © Citrix Systems, Inc.")] [assembly: AssemblyTrademark("")] diff --git a/csharp/samples/VmPowerStates/Properties/AssemblyInfo.cs b/csharp/samples/VmPowerStates/Properties/AssemblyInfo.cs index 6cee299..46da495 100644 --- a/csharp/samples/VmPowerStates/Properties/AssemblyInfo.cs +++ b/csharp/samples/VmPowerStates/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ [assembly: AssemblyTitle("VmPowerStates")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("Citrix Systems, Inc.")] [assembly: AssemblyProduct("VmPowerStates")] [assembly: AssemblyCopyright("Copyright © Citrix Systems, Inc.")] [assembly: AssemblyTrademark("")] diff --git a/csharp/src/AssemblyInfo.cs b/csharp/src/AssemblyInfo.cs index 0632cbf..d4720aa 100644 --- a/csharp/src/AssemblyInfo.cs +++ b/csharp/src/AssemblyInfo.cs @@ -1,31 +1,31 @@ -/* - * Copyright (c) Citrix Systems, Inc. - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * 1) Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * 2) Redistributions in binary form must reproduce the above - * copyright notice, this list of conditions and the following - * disclaimer in the documentation and/or other materials - * provided with the distribution. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS - * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE - * COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, - * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES - * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR - * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, - * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED - * OF THE POSSIBILITY OF SUCH DAMAGE. +/* + * Copyright (c) Citrix Systems, Inc. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1) Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2) Redistributions in binary form must reproduce the above + * copyright notice, this list of conditions and the following + * disclaimer in the documentation and/or other materials + * provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS + * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + * COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. */ using System; @@ -39,7 +39,7 @@ [assembly: AssemblyTitle("XenServer.NET")] [assembly: AssemblyDescription("Citrix XenServer C#.NET SDK")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("Citrix Systems, Inc.")] [assembly: AssemblyProduct("XenServer.NET")] [assembly: AssemblyCopyright("Copyright © Citrix Systems, Inc.")] [assembly: AssemblyTrademark("")] diff --git a/powershell/src/AssemblyInfo.cs b/powershell/src/AssemblyInfo.cs index cdeafc6..a754c49 100644 --- a/powershell/src/AssemblyInfo.cs +++ b/powershell/src/AssemblyInfo.cs @@ -38,7 +38,7 @@ [assembly: AssemblyTitle("XenServerPowerShell")] [assembly: AssemblyDescription("Citrix XenServer PowerShell Module")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Citrix")] +[assembly: AssemblyCompany("Citrix Systems, Inc.")] [assembly: AssemblyProduct("XenServerPowerShell")] [assembly: AssemblyCopyright("Copyright © Citrix Systems, Inc.")] [assembly: AssemblyTrademark("")]