C#: add change note

This commit is contained in:
Jami Cogswell
2023-05-17 10:52:16 -04:00
parent 588a62c3a4
commit be84fc2eac

View File

@@ -0,0 +1,9 @@
---
category: minorAnalysis
---
* Updated the following C# sink kind names. Any custom data extensions that use these sink kinds will need to be updated accordingly in order to continue working.
* `code` to `code-injection`
* `sql` to `sql-injection`
* `html` to `html-injection`
* `xss` to `js-injection`
* `remote` to `file-content-store`