Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions source/upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ the version after v2.0 including any listed under v2.20.
Version 2.28.0 Potential Breaking Change
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- All {+driver-short+} components are strongly named. If your application
has dependencies that reference multiple {+driver-short+} versions, you must create
- All {+driver-short+} components are strongly named. If you are using driver version
2.28 or later, and your application has dependencies that reference multiple
{+driver-short+} versions, you must create
binding redirects, as shown in the following example:

.. code-block:: csharp
Expand Down
Loading