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: lists/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
# Lists Examples for Aspose.Words for .NET
2
2
3
-
This folder contains the live, publish-ready C# examples for the Lists 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 Lists 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: Lists
8
8
- Slug: lists
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
- Numbered List Workflow examples: 2
13
13
- Bulleted List Workflow examples: 1
14
14
- Nested List Workflow examples: 17
@@ -31,7 +31,7 @@ This folder contains the live, publish-ready C# examples for the Lists category.
31
31
## Prerequisites
32
32
33
33
- .NET SDK 8.0 or later
34
-
- Aspose.Words 26.7.0
34
+
- Aspose.Words 26.8.0
35
35
36
36
## Running Examples
37
37
@@ -40,7 +40,7 @@ Each file in this folder is a single, standalone `.cs` console example. To run o
40
40
```bash
41
41
dotnet new console -n ExampleProject --framework net8.0
42
42
cd ExampleProject
43
-
dotnet add package Aspose.Words --version 26.7.0
43
+
dotnet add package Aspose.Words --version 26.8.0
44
44
45
45
# Copy one example from this folder into the project as Program.cs
46
46
# PowerShell:
@@ -61,7 +61,7 @@ Example:
61
61
# From the repository root
62
62
dotnet new console -n ExampleProject --framework net8.0
0 commit comments