diff --git a/.fern/metadata.json b/.fern/metadata.json
index 5bae4e5..97bccad 100644
--- a/.fern/metadata.json
+++ b/.fern/metadata.json
@@ -10,10 +10,10 @@
"base-exception-class-name": "CloudPDFException",
"base-api-exception-class-name": "CloudPDFApiException"
},
- "originGitCommit": "1345fb7a45ee660a352774d29decce25cb54b8ea",
+ "originGitCommit": "20cebe429411ef5019c9e31fc7841d72b7fb98a8",
"originGitCommitIsDirty": false,
"invokedBy": "ci",
- "requestedVersion": "3.0.0-next.7",
+ "requestedVersion": "3.0.0-next.8",
"ciProvider": "github",
- "sdkVersion": "3.0.0-next.7"
+ "sdkVersion": "3.0.0-next.8"
}
\ No newline at end of file
diff --git a/cloudpdf-generation.json b/cloudpdf-generation.json
index bdc208c..ba7ffb2 100644
--- a/cloudpdf-generation.json
+++ b/cloudpdf-generation.json
@@ -1,12 +1,12 @@
{
"language": "csharp",
- "canonicalVersion": "3.0.0-next.7",
- "sdkVersion": "3.0.0-next.7",
+ "canonicalVersion": "3.0.0-next.8",
+ "sdkVersion": "3.0.0-next.8",
"source": {
"repository": "embedpdf/embed-pdf-viewer",
"openapi": "cloudpdf/contract/openapi.json",
- "openapiSha256": "f6fc610bfd193f278a7e8ec063d9e96b8fef86bdec7ade5e7bc4b19879673147",
- "gitCommit": "1345fb7a45ee660a352774d29decce25cb54b8ea",
+ "openapiSha256": "e997d51317662fe0666e6582916ded9b17a8bcd225c178548e1ff226e4d01c6d",
+ "gitCommit": "20cebe429411ef5019c9e31fc7841d72b7fb98a8",
"gitCommitIsDirty": false
},
"fern": {
diff --git a/src/CloudPDF/CloudPDF.csproj b/src/CloudPDF/CloudPDF.csproj
index d9a48f9..5781671 100644
--- a/src/CloudPDF/CloudPDF.csproj
+++ b/src/CloudPDF/CloudPDF.csproj
@@ -11,7 +11,7 @@
enable
12
enable
- 3.0.0-next.7
+ 3.0.0-next.8
3.0.0.0
3.0.0.0
README.md
diff --git a/src/CloudPDF/Core/Public/Version.cs b/src/CloudPDF/Core/Public/Version.cs
index ba0eb12..8f40262 100644
--- a/src/CloudPDF/Core/Public/Version.cs
+++ b/src/CloudPDF/Core/Public/Version.cs
@@ -3,5 +3,5 @@ namespace CloudPDF;
[Serializable]
internal class Version
{
- public const string Current = "3.0.0-next.7";
+ public const string Current = "3.0.0-next.8";
}