You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: security-and-protection/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# Security and Protection Examples for Aspose.Words for .NET
2
2
3
-
This folder contains the live, publish-ready C# examples for the Security and Protection category. Each file is a standalone console example selected from the verified 26.7.0 run.
3
+
This folder contains the live, publish-ready C# examples for the Security and Protection category. Each file is a standalone console example selected from the verified 26.8.0 run.
4
4
5
5
## Snapshot
6
6
7
7
- Category: Security and Protection
8
8
- Slug: security-and-protection
9
9
- Total examples: 30
10
10
- Publish-ready successful examples: 30 / 30
11
-
- Source run: 20260802_190455_803b68
11
+
- Source run: 20260830_195242_46e1a9
12
12
- Security Workflow examples: 30
13
13
14
14
## Category rules that shaped these examples
@@ -22,7 +22,7 @@ This folder contains the live, publish-ready C# examples for the Security and Pr
22
22
## Prerequisites
23
23
24
24
- .NET SDK 8.0 or later
25
-
- Aspose.Words 26.7.0
25
+
- Aspose.Words 26.8.0
26
26
27
27
## Running Examples
28
28
@@ -31,7 +31,7 @@ Each file in this folder is a single, standalone `.cs` console example. To run o
31
31
```bash
32
32
dotnet new console -n ExampleProject --framework net8.0
33
33
cd ExampleProject
34
-
dotnet add package Aspose.Words --version 26.7.0
34
+
dotnet add package Aspose.Words --version 26.8.0
35
35
36
36
# Copy one example from this folder into the project as Program.cs
37
37
# PowerShell:
@@ -52,7 +52,7 @@ Example:
52
52
# From the repository root
53
53
dotnet new console -n ExampleProject --framework net8.0
0 commit comments