diff --git a/docs/mint.json b/docs/mint.json index f09f58118..c224ee23c 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -570,7 +570,9 @@ "sdks/languages/node", "sdks/languages/python", "sdks/languages/java", - "sdks/languages/go" + "sdks/languages/go", + "sdks/languages/ruby", + "sdks/languages/csharp" ] }, { diff --git a/docs/sdks/languages/csharp.mdx b/docs/sdks/languages/csharp.mdx index 55fcd215c..4cf75a5c6 100644 --- a/docs/sdks/languages/csharp.mdx +++ b/docs/sdks/languages/csharp.mdx @@ -1,4 +1,4 @@ -{/* --- +--- title: "Infisical .NET SDK" sidebarTitle: ".NET" icon: "bars" @@ -9,6 +9,12 @@ If you're working with C#, the official [Infisical C# SDK](https://github.com/In - [Nuget Package](https://www.nuget.org/packages/Infisical.Sdk) - [Github Repository](https://github.com/Infisical/sdk/tree/main/languages/csharp) + + **Deprecation Notice** + + All versions prior to **2.3.9** should be considered deprecated and are no longer supported by Infisical. Please update to version **2.3.9** or newer. All changes are fully backwards compatible with older versions. + + ## Basic Usage ```cs @@ -584,4 +590,4 @@ var decryptedPlaintext = infisical.DecryptSymmetric(decryptOptions); #### Returns (string) `Plaintext` (string): The decrypted plaintext. - */} + diff --git a/docs/sdks/languages/ruby.mdx b/docs/sdks/languages/ruby.mdx index 5b0e9668a..b6fe0863a 100644 --- a/docs/sdks/languages/ruby.mdx +++ b/docs/sdks/languages/ruby.mdx @@ -1,4 +1,4 @@ -{/* --- +--- title: "Infisical Ruby SDK" sidebarTitle: "Ruby" icon: "diamond" @@ -6,11 +6,17 @@ icon: "diamond" -If you're working with Ruby , the official [Infisical Ruby SDK](https://github.com/infisical/sdk) package is the easiest way to fetch and work with secrets for your application. +If you're working with Ruby, the official [Infisical Ruby SDK](https://github.com/infisical/sdk) package is the easiest way to fetch and work with secrets for your application. - [Ruby Package](https://rubygems.org/gems/infisical-sdk) - [Github Repository](https://github.com/infisical/sdk) + + **Deprecation Notice** + + All versions prior to **2.3.9** should be considered deprecated and are no longer supported by Infisical. Please update to version **2.3.9** or newer. All changes are fully backwards compatible with older versions. + + ## Basic Usage ```ruby @@ -433,4 +439,4 @@ decrypted_data = infisical.cryptography.decrypt_symmetric( #### Returns (string) -`Plaintext` (string): The decrypted plaintext. */} \ No newline at end of file +`Plaintext` (string): The decrypted plaintext. \ No newline at end of file