<PackageReference Include="Relativity.Server.Rsapi.SDK" Version="15.6.0" />

Relativity.Server.Rsapi.SDK 15.6.0

The Relativity services API .NET package provides you with a set of web services for programmatically manipulating many of the object types available in Relativity. Depending on the object type, you have the option to create, read, update, delete, and query on it. You can use the functionality provided by the Services API to perform many of the same tasks that you can complete through a Relativity web UI.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Relativity.Server.Rsapi.SDK</id>
    <version>15.6.0</version>
    <title>Relativity.Server.Rsapi.SDK</title>
    <authors>Relativity</authors>
    <owners>Relativity ODA LLC</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="file">license.txt</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <icon>relativity-nuget-logo.png</icon>
    <projectUrl>https://platform.relativity.com/</projectUrl>
    <description>The Relativity services API .NET package provides you with a set of web services for programmatically manipulating many of the object types available in Relativity. Depending on the object type, you have the option to create, read, update, delete, and query on it. You can use the functionality provided by the Services API to perform many of the same tasks that you can complete through a Relativity web UI.</description>
    <releaseNotes>https://platform.relativity.com</releaseNotes>
    <copyright>Copyright (c) Relativity</copyright>
    <tags>Relativity SDK Server Rsapi server-2023</tags>
    <dependencies>
      <group targetFramework=".NETFramework4.6.2" />
    </dependencies>
  </metadata>
</package>