v0.7.4
BREAKING CHANGES
- The minimal framework requirement has dropped to
net6.0
, there might be framework-related issues, but should be ok for most of times, just a reminder if wired bug happens. Cnblogs.DashScope.Sdk
no longer depends onJsonSchema.Net.Generation
, you may manually install it or useGetJsonSchemaAsNode()
if you are innet9.0
(docs).
What's Changed
- chore: upgrade json schema by @ikesnowy in #92
- build(deps): Update to M.E.AI 9.5.0-preview by @jozkee in #93
- chore: upgrade msai 9.5.0 by @ikesnowy in #94
- refactor: make library compatible with net6 by @ikesnowy in #96
Full Changelog: v0.7.3...v0.7.4