We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2703bcf commit 68880f5Copy full SHA for 68880f5
docs/migrations/migration2.md
@@ -0,0 +1,17 @@
1
+# Migration Guide: QRCoder v2
2
+
3
+This guide helps you migrate from QRCoder v1.x to v2.x.
4
5
+## New Features
6
7
+_Coming soon - this section will be populated as new features are added to v2._
8
9
+## Breaking Changes
10
11
+### Minimum framework version is now .NET Standard 2.0
12
13
+Upgrade your project to one of the following frameworks if required:
14
15
+- .NET Framework 4.6.2 or higher
16
+- .NET Core 2.0 or higher
17
+- .NET 5 or higher
0 commit comments