We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f11462e commit 7367448Copy full SHA for 7367448
README.md
@@ -162,7 +162,7 @@ The `CharacterSet` property defaults to "UTF-8" if not specified. Other common v
162
163
If your app crashes when opening the scanner in release builds but works fine in debug builds, this is likely due to aggressive code trimming by the .NET linker.
164
165
-**This library is now trimmer-safe** (as of version X.X.X) and includes the necessary `[DynamicDependency]` attributes to preserve required code during trimming.
+**This library is now trimmer-safe** and includes the necessary `[DynamicDependency]` attributes to preserve required code during trimming.
166
167
If you're still experiencing issues:
168
0 commit comments