Skip to content

Commit c1a0a75

Browse files
committed
update documentation
1 parent b5d8d5e commit c1a0a75

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
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

docs/Usage-Guide.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,7 @@
22

33
## Supported tables
44

5-
See [`TablesConfiguration`](/src/Models/TablesConfiguration.cs) for a full list of supported tables and columns. This integration currently anonymizes the data contained in the following tables:
6-
7-
- CMS_Country
8-
- CMS_Email
9-
- CMS_State
10-
- CMS_User
11-
- CMS_UserSettings
12-
- COM_Address
13-
- COM_Customer
14-
- COM_OrderAddress
15-
- OM_Account
16-
- OM_Contact
5+
See [`TablesConfiguration`](/src/Models/TablesConfiguration.cs) for a full list of supported tables and columns. The list can be customized using [this guide](#adding-your-tables).
176

187
## Adding your tables
198

0 commit comments

Comments
 (0)