Skip to content

Commit 1b291e2

Browse files
Merge pull request #874 from AdobeDocs/release_dotnetsdk_3.5.1
Release PDF Services .NET SDK 3.5.1
2 parents 4a0b652 + 3db7b8c commit 1b291e2

File tree

16 files changed

+133
-34
lines changed

16 files changed

+133
-34
lines changed

src/pages/overview/document-generation-api/quickstarts/dotnet/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To complete this guide, you will need:
5656

5757
<ItemGroup>
5858
<PackageReference Include="log4net" Version="2.0.12" />
59-
<PackageReference Include="Adobe.PDFServicesSDK" Version="3.5.0" />
59+
<PackageReference Include="Adobe.PDFServicesSDK" Version="3.5.1" />
6060
</ItemGroup>
6161

6262
<ItemGroup>

src/pages/overview/document-generation-api/quickstarts/java/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ To complete this guide, you will need:
6363
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6464
<maven.compiler.source>11</maven.compiler.source>
6565
<maven.compiler.target>11</maven.compiler.target>
66-
<pdfservices.sdk.version>4.0.0</pdfservices.sdk.version>
66+
<pdfservices.sdk.version>4.1.0</pdfservices.sdk.version>
6767
</properties>
6868

6969
<dependencies>

src/pages/overview/pdf-accessibility-auto-tag-api/gettingstarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ For security reasons you may wish to confirm the installer's authenticity. To do
251251
4. Verify the hash you generated matches the value in the .sha1 file.
252252

253253
```
254-
40a6d2a59a86849dd78e3c5b7983129fc7715907
254+
d9ec6a4b687b99d4763891114efc197c1b312ad1
255255
```
256256

257257
#### Logging
@@ -394,7 +394,7 @@ For security reasons you may wish to confirm the installer's authenticity. To do
394394
3. Verify the hash in the downloaded file matches the value published here.
395395

396396
```
397-
f6KSblmX/jegC23B8kT1O3rM9725Iu2y4ZYgy47qNxKqWHP9+NgaVTP7P4K0I+PZBkq/CZIFw7vmNB6WWuqmCA==
397+
5SGuLhMkPpS3pjGkbMKQZNEtttSQZDeCqE2n3CMiNBbJcdooJ8V/lMB+fOTJF0Y8UhdaoNvxN0ZynDqjxGvCVg==
398398
```
399399

400400
#### Logging

src/pages/overview/pdf-accessibility-auto-tag-api/quickstarts/dotnet/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To complete this guide, you will need:
5656

5757
<ItemGroup>
5858
<PackageReference Include="log4net" Version="2.0.12" />
59-
<PackageReference Include="Adobe.PDFServicesSDK" Version="3.5.0" />
59+
<PackageReference Include="Adobe.PDFServicesSDK" Version="3.5.1" />
6060
</ItemGroup>
6161

6262
<ItemGroup>

src/pages/overview/pdf-accessibility-auto-tag-api/quickstarts/java/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ To complete this guide, you will need:
6363
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6464
<maven.compiler.source>11</maven.compiler.source>
6565
<maven.compiler.target>11</maven.compiler.target>
66-
<pdfservices.sdk.version>4.0.0</pdfservices.sdk.version>
66+
<pdfservices.sdk.version>4.1.0</pdfservices.sdk.version>
6767
</properties>
6868

6969
<dependencies>

src/pages/overview/pdf-electronic-seal-api/gettingstarted.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ For security reasons you may wish to confirm the installer's authenticity. To do
300300
4. Verify the hash you generated matches the value in the .sha1 file.
301301

302302
```
303-
40a6d2a59a86849dd78e3c5b7983129fc7715907
303+
d9ec6a4b687b99d4763891114efc197c1b312ad1
304304
```
305305

306306
#### Logging
@@ -443,7 +443,7 @@ For security reasons you may wish to confirm the installer's authenticity. To do
443443
3. Verify the hash in the downloaded file matches the value published here.
444444

445445
```
446-
f6KSblmX/jegC23B8kT1O3rM9725Iu2y4ZYgy47qNxKqWHP9+NgaVTP7P4K0I+PZBkq/CZIFw7vmNB6WWuqmCA==
446+
5SGuLhMkPpS3pjGkbMKQZNEtttSQZDeCqE2n3CMiNBbJcdooJ8V/lMB+fOTJF0Y8UhdaoNvxN0ZynDqjxGvCVg==
447447
```
448448

449449
#### Logging
@@ -725,4 +725,4 @@ After downloading the zip, you can run the samples in the zip directly by settin
725725
"organization_id": "<YOUR_ORGNIZATION_ID>"
726726
}
727727
}
728-
```
728+
```

src/pages/overview/pdf-electronic-seal-api/quickstarts/dotnet/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To complete this guide, you will need:
5656

5757
<ItemGroup>
5858
<PackageReference Include="log4net" Version="2.0.12" />
59-
<PackageReference Include="Adobe.PDFServicesSDK" Version="3.5.0" />
59+
<PackageReference Include="Adobe.PDFServicesSDK" Version="3.5.1" />
6060
</ItemGroup>
6161

6262
<ItemGroup>

src/pages/overview/pdf-electronic-seal-api/quickstarts/java/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ To complete this guide, you will need:
6363
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6464
<maven.compiler.source>11</maven.compiler.source>
6565
<maven.compiler.target>11</maven.compiler.target>
66-
<pdfservices.sdk.version>4.0.0</pdfservices.sdk.version>
66+
<pdfservices.sdk.version>4.1.0</pdfservices.sdk.version>
6767
</properties>
6868

6969
<dependencies>

src/pages/overview/pdf-extract-api/gettingstarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ For security reasons you may wish to confirm the installer's authenticity. To do
251251
4. Verify the hash you generated matches the value in the .sha1 file.
252252

253253
```
254-
40a6d2a59a86849dd78e3c5b7983129fc7715907
254+
d9ec6a4b687b99d4763891114efc197c1b312ad1
255255
```
256256

257257
#### Logging
@@ -394,7 +394,7 @@ For security reasons you may wish to confirm the installer's authenticity. To do
394394
3. Verify the hash in the downloaded file matches the value published here.
395395

396396
```
397-
f6KSblmX/jegC23B8kT1O3rM9725Iu2y4ZYgy47qNxKqWHP9+NgaVTP7P4K0I+PZBkq/CZIFw7vmNB6WWuqmCA==
397+
5SGuLhMkPpS3pjGkbMKQZNEtttSQZDeCqE2n3CMiNBbJcdooJ8V/lMB+fOTJF0Y8UhdaoNvxN0ZynDqjxGvCVg==
398398
```
399399

400400
#### Logging

src/pages/overview/pdf-extract-api/quickstarts/dotnet/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To complete this guide, you will need:
5656

5757
<ItemGroup>
5858
<PackageReference Include="log4net" Version="2.0.12" />
59-
<PackageReference Include="Adobe.PDFServicesSDK" Version="3.5.0" />
59+
<PackageReference Include="Adobe.PDFServicesSDK" Version="3.5.1" />
6060
</ItemGroup>
6161

6262
<ItemGroup>

0 commit comments

Comments
 (0)