<PackageReference Include="Relativity.Server.API.SDK" Version="17.4.2" />

Relativity.Server.API.SDK 17.4.2

The Relativity Server API .NET package includes interfaces that you can program against when developing agents, custom pages, and event handlers. They provide the ability to write common code for sharing across these extensibility points, simplifying your development processes and facilitating code reusability.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Relativity.Server.API.SDK</id>
    <version>17.4.2</version>
    <title>Relativity.Server.API.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 Server API .NET package includes interfaces that you can program against when developing agents, custom pages, and event handlers. They provide the ability to write common code for sharing across these extensibility points, simplifying your development processes and facilitating code reusability.</description>
    <releaseNotes>https://platform.relativity.com</releaseNotes>
    <copyright>Copyright (c) Relativity</copyright>
    <tags>Relativity Server API SDK server-2023</tags>
    <dependencies>
      <group targetFramework=".NETFramework4.6.2">
        <dependency id="Relativity.Server.Kepler.SDK" version="2.15.6" />
      </group>
    </dependencies>
  </metadata>
</package>