v1.0.0
Gw2Sharp can now be considered feature complete.
Happy new year everyone 🎆
Let's celebrate 2021 with the first non-prerelease version of Gw2Sharp!
Despite this being a major version increment, there have been no public facing code changes compared to 0.12.0; your code should still compile without any issues.
Given that we have reached version 1, I'm changing the way how the versioning works.
Previously, when Gw2Sharp was still in version 0.x.y, any breaking change would increment the minor number and any non-breaking change would increment the patch number.
Now, starting with version 1, Gw2Sharp will follow semver properly. Breaking changes will increment the major version. Non-breaking additions will increment the minor version. Non-breaking fixes will increment the patch version.
Dependencies
- System.Text.Json has been updated to 5.0.0 with some additional internal changes to support the transition from 4.7.1