Skip to content

Commit ef5bc93

Browse files
committed
Examples update for GroupDocs.Signature for .NET 22.11
1 parent e3ec1da commit ef5bc93

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

Examples/GroupDocs.Signature.Examples.CSharp.Core/GroupDocs.Signature.Examples.CSharp.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Import Project="..\GroupDocs.Signature.Examples.CSharp\GroupDocs.Signature.Examples.CSharp.projitems" Label="Shared" />
99

1010
<ItemGroup>
11-
<PackageReference Include="GroupDocs.Signature" Version="22.11.0-alpha-20221130170247" />
11+
<PackageReference Include="GroupDocs.Signature" Version="22.11.0" />
1212
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
1313
</ItemGroup>
1414

Examples/GroupDocs.Signature.Examples.CSharp.Framework/GroupDocs.Signature.Examples.CSharp.Framework.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@
5555
<HintPath>..\packages\AWSSDK.S3.3.3.110.10\lib\net45\AWSSDK.S3.dll</HintPath>
5656
</Reference>
5757
<Reference Include="GroupDocs.Signature, Version=22.11.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL">
58-
<HintPath>..\packages\GroupDocs.Signature.22.11.0-alpha-20221130170247\lib\net40\GroupDocs.Signature.dll</HintPath>
59-
<Private>True</Private>
58+
<HintPath>..\packages\GroupDocs.Signature.22.11.0\lib\net40\GroupDocs.Signature.dll</HintPath>
6059
</Reference>
6160
<Reference Include="Microsoft.Azure.KeyVault.Core, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6261
<HintPath>..\packages\Microsoft.Azure.KeyVault.Core.3.0.4\lib\net461\Microsoft.Azure.KeyVault.Core.dll</HintPath>

Examples/GroupDocs.Signature.Examples.CSharp.Framework/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packages>
33
<package id="AWSSDK.Core" version="3.3.104.14" targetFramework="net461" />
44
<package id="AWSSDK.S3" version="3.3.110.10" targetFramework="net461" />
5-
<package id="GroupDocs.Signature" version="22.11.0-alpha-20221130170247" targetFramework="net461" />
5+
<package id="GroupDocs.Signature" version="22.11.0" targetFramework="net461" />
66
<package id="Microsoft.Azure.KeyVault.Core" version="3.0.4" targetFramework="net461" />
77
<package id="Microsoft.Rest.ClientRuntime" version="2.3.21" targetFramework="net461" />
88
<package id="Microsoft.Rest.ClientRuntime.Azure" version="3.3.19" targetFramework="net461" />

Examples/GroupDocs.Signature.Examples.CSharp.Net/GroupDocs.Signature.Examples.CSharp.Net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Import Project="..\GroupDocs.Signature.Examples.CSharp\GroupDocs.Signature.Examples.CSharp.projitems" Label="Shared" />
99

1010
<ItemGroup>
11-
<PackageReference Include="GroupDocs.Signature" Version="22.11.0-alpha-20221130170247" />
11+
<PackageReference Include="GroupDocs.Signature" Version="22.11.0" />
1212
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
1313
</ItemGroup>
1414

Examples/GroupDocs.Signature.Examples.CSharp/GroupDocs.Signature.Examples.CSharp.projitems

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<Compile Include="$(MSBuildThisFileDirectory)AdvancedUsage\DocumentPreview\GetCertificateInfoAdvanced.cs" />
4040
<Compile Include="$(MSBuildThisFileDirectory)AdvancedUsage\DocumentPreview\GetDocumentInfoAdvanced.cs" />
4141
<Compile Include="$(MSBuildThisFileDirectory)AdvancedUsage\DocumentPreview\GetDocumentProcessHistoryAdvanced.cs" />
42+
<Compile Include="$(MSBuildThisFileDirectory)AdvancedUsage\DocumentPreview\GetDocumentSignaturesInfo.cs" />
4243
<Compile Include="$(MSBuildThisFileDirectory)AdvancedUsage\HandlingExceptions\HandlingIncorrectPasswordException.cs" />
4344
<Compile Include="$(MSBuildThisFileDirectory)AdvancedUsage\HandlingExceptions\HandlingPasswordRequiredException.cs" />
4445
<Compile Include="$(MSBuildThisFileDirectory)AdvancedUsage\Loading\LoadingDocumentsFromDifferentSources\LoadDocumentFromAmazonS3.cs" />

0 commit comments

Comments
 (0)