ParatureSDK 2.0.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package ParatureSDK --version 2.0.6
NuGet\Install-Package ParatureSDK -Version 2.0.6
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="ParatureSDK" Version="2.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ParatureSDK --version 2.0.6
#r "nuget: ParatureSDK, 2.0.6"
#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 ParatureSDK as a Cake Addin
#addin nuget:?package=ParatureSDK&version=2.0.6

// Install ParatureSDK as a Cake Tool
#tool nuget:?package=ParatureSDK&version=2.0.6

The Microsoft ParatureSDK for .NET allows you to integrate Parature with other systems to create amazing Agent and Customer experiences. It is a C# library which abstracts the Parature REST API to C# Classes.

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.

This package has no dependencies.

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.0.0-beta-1 4,448 9/2/2015
2.2.4 22,615 5/23/2016
2.2.3 1,109 4/19/2016
2.2.2 1,636 3/2/2016
2.2.1 1,204 11/6/2015
2.2.0 1,472 9/2/2015
2.1.2 2,135 8/21/2015
2.1.1 1,467 7/10/2015
2.0.10 1,060 6/26/2015
2.0.9 971 6/26/2015
2.0.8 997 6/24/2015
2.0.7 998 6/24/2015
2.0.6 1,032 6/23/2015
2.0.5 1,048 5/28/2015
2.0.4 1,045 5/27/2015
2.0.3 1,048 5/22/2015
2.0.2 1,209 5/18/2015
2.0.1 1,003 5/13/2015
2.0.0 1,067 4/17/2015
1.0.1 1,308 2/26/2015

Release 2.0.6
*Fix for Retrieve All Records defect resulting from implementation of IEnumerable
*Date Created, Date Ended, and Is Anonymous Chat fields deserializing correctly


Release 2.0.5
*Updated Chat object and added new ChatMessage object
*Chat transcripts and Chats updated to be able to retreived correctly

Release 2.0.4:
* Status, Views, and Roles now retrievable
* Fixed list retrieval returning duplicates from 2.0.1/2

Changes for 2.0.3
-Fixed issue w/ Ticket serialization/deserialization
-Added enumerator for object lists

Changes for 2.0.2
-Added Keywords support for Article entity

Changes for 2.0
The latest version of the SDK is a large refactor. Many methods have been changed, classes added/removed, and code paths cleaned up. While this provides us a much easier codebase to react to change requests and bugs, we do not recommend this latest release for production-critical deployments. It likewise won't be a drop-in replacement for the old ParatureAPI dll. PLEASE stick with the OSS_R2 branch from GitHub or the 1.0.X packages on NuGet if you can't handle a little cutting edge.

This branch is the future of this SDK. So please take your development into consideration - eventually the 1.0.X packages and the OSS_RCX branches will be deprecated.