Skip to content

Commit c648fc7

Browse files
Publish security-and-protection category examples (#242)
1 parent ba4c9ac commit c648fc7

3 files changed

Lines changed: 69 additions & 69 deletions

File tree

security-and-protection/AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Use the simplest workflow that satisfies the task.
204204
## Build and run contract
205205

206206
- Target framework: `net8.0`
207-
- Package: `Aspose.Words` `26.7.0`
207+
- Package: `Aspose.Words` `26.8.0`
208208

209209
## Command reference
210210

@@ -218,7 +218,7 @@ cd ExampleProject
218218
### Add required packages
219219

220220
```bash
221-
dotnet add package Aspose.Words --version 26.7.0
221+
dotnet add package Aspose.Words --version 26.8.0
222222
```
223223

224224
### Copy a category example into the temp project

security-and-protection/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Security and Protection Examples for Aspose.Words for .NET
22

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.
44

55
## Snapshot
66

77
- Category: Security and Protection
88
- Slug: security-and-protection
99
- Total examples: 30
1010
- Publish-ready successful examples: 30 / 30
11-
- Source run: 20260802_190455_803b68
11+
- Source run: 20260830_195242_46e1a9
1212
- Security Workflow examples: 30
1313

1414
## Category rules that shaped these examples
@@ -22,7 +22,7 @@ This folder contains the live, publish-ready C# examples for the Security and Pr
2222
## Prerequisites
2323

2424
- .NET SDK 8.0 or later
25-
- Aspose.Words 26.7.0
25+
- Aspose.Words 26.8.0
2626

2727
## Running Examples
2828

@@ -31,7 +31,7 @@ Each file in this folder is a single, standalone `.cs` console example. To run o
3131
```bash
3232
dotnet new console -n ExampleProject --framework net8.0
3333
cd ExampleProject
34-
dotnet add package Aspose.Words --version 26.7.0
34+
dotnet add package Aspose.Words --version 26.8.0
3535

3636
# Copy one example from this folder into the project as Program.cs
3737
# PowerShell:
@@ -52,7 +52,7 @@ Example:
5252
# From the repository root
5353
dotnet new console -n ExampleProject --framework net8.0
5454
cd ExampleProject
55-
dotnet add package Aspose.Words --version 26.7.0
55+
dotnet add package Aspose.Words --version 26.8.0
5656

5757
# PowerShell example
5858
Copy-Item ..\security-and-protection\create-a-cancellationtokensource-and-pass-its-token-to-document-load-to-enable-interruptio.cs .\Program.cs
@@ -124,6 +124,6 @@ dotnet run --configuration Release --no-build
124124
125125
## Notes for maintainers
126126

127-
- This category is 100% publish-ready for the 26.7.0 run.
127+
- This category is 100% publish-ready for the 26.8.0 run.
128128
- Preserve file-to-task traceability when updating this folder.
129129
- Keep examples standalone and bootstrap local inputs inside the example whenever external sources are mentioned.

0 commit comments

Comments
 (0)