Skip to content

Commit fde9326

Browse files
update README.md
1 parent 6005338 commit fde9326

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Description
88

9-
This dotnet tool allows developers to anonymize sensitive data within a Kentico 13 database. The database remains in a usable state and can be connected to a Kentico 13 instance. This can be useful to protect user and visitor personal data when sending the database to third-parties including Kentico Support.
9+
This dotnet tool allows developers to anonymize sensitive data within a Kentico database. The database remains in a usable state and can be connected to a Kentico instance. This can be useful to protect user and visitor personal data when sending the database to third-parties including Kentico Support.
1010

1111
![Sample console output](/images/sample.png)
1212

@@ -16,14 +16,15 @@ This dotnet tool allows developers to anonymize sensitive data within a Kentico
1616

1717
| Xperience Version | Library Version |
1818
| ----------------- | --------------- |
19-
| >= 13.0.0 | >= 1.0.0 |
19+
| >= 13.0.0 | 1.x.y |
20+
| >= 30.0.0 | 2.x.y |
2021

2122
## Installing the tool
2223

2324
Run the following command from a command prompt such as Powershell:
2425

2526
```powershell
26-
dotnet tool install XperienceCommunity.DatabaseAnonymizer -g
27+
dotnet tool install XperienceCommunity.DatabaseAnonymizer -g --version 1.0.0
2728
```
2829

2930
## Updating the tool
@@ -44,7 +45,7 @@ Run the following command from a command prompt such as Powershell:
4445
xperience-anonymizer
4546
```
4647

47-
The tool will prompt you to provide connection details for the Kentico 13 database, then run the anonymization process.
48+
The tool will prompt you to provide connection details for the Kentico database, then run the anonymization process.
4849

4950
## Full Instructions
5051

0 commit comments

Comments
 (0)