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: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
## Description
8
8
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.
10
10
11
11

12
12
@@ -16,14 +16,15 @@ This dotnet tool allows developers to anonymize sensitive data within a Kentico
16
16
17
17
| Xperience Version | Library Version |
18
18
| ----------------- | --------------- |
19
-
| >= 13.0.0 | >= 1.0.0 |
19
+
| >= 13.0.0 | 1.x.y |
20
+
| >= 30.0.0 | 2.x.y |
20
21
21
22
## Installing the tool
22
23
23
24
Run the following command from a command prompt such as Powershell:
0 commit comments