Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/gitleaks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
dotnet-version: '3.1.x'
- name: Install the report tool packages
if: steps.gitleaks.outcome != 'success'
if: steps.gitleaks.outcome.leaks != '0'
run: |
nuget install "Syncfusion.Email" -source ${{ secrets.NexusFeedLink }} -ExcludeVersion
dir $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Version History in Word Processor

Document versioning is the systematic management of document changes, allowing users to track, compare, and revert to previous iterations of a document. It involves the creation of multiple versions of a document, each representing a snapshot of its content at a specific point in time. Versioning in Word Processor requires client-side and server-side changes, please find the details in the below link.
Document versioning is the systematic management of document changes, allowing users to track, compare, and revert to previous iterations of a document. It involves the creation of multiple versions of a document, each representing a snapshot of its content at a specific point in time. Versioning in Word Processor requires client-side and server-side changes, please find the details in the below link

- Client-side
- [TypeScript](./client-side/TypeScript/README.md)
- Server-side
- [ASP.NET Core](./server-side/ASP.NET%20Core/README.md)
- [ASP.NET Core](./server-side/ASP.NET%20Core/README.md)
Loading