> ## Documentation Index
> Fetch the complete documentation index at: https://www.cashfree.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# .NET SDK Changelog

> Track every release of the Cashfree .NET SDK, including the NuGet package rename, new features, and fixes across each version.

<Update label="v6.0.7" description="v6.0.7 - 16th July, 2026">
  **New NuGet package ID: `cashfree-dotnet-pg`**

  The .NET SDK is now published under a new NuGet package ID starting from this version.

  * **New package:** `cashfree-dotnet-pg` (from v6.0.7 onwards)
  * **Previous package:** `cashfree_pg` (final version: 5.0.6, no longer updated)

  To install:

  ```bash theme={"dark"}
  dotnet add package cashfree-dotnet-pg
  ```

  No code changes are required beyond updating the package reference. Future .NET SDK releases will be published only under `cashfree-dotnet-pg`.
</Update>
