UGemini v2.0.0 Preview 6
Pre-release
Pre-release
Uralstech
released this
31 Aug 07:57
·
99 commits
to unstable
since this release
This release is a part of UGemini v2.0.0, pull request #18. This should be the last 2.0.0 release in preview - I've completed all the tasks I set out to do and just need to do the testing.
Breaking Changes
GeminiCachedContentPatchRequest
now acceptsGeminiCachedContentPatchData
instead ofGeminiCachedContent
as input.GeminiManager
'sTask Request(IGeminiPatchRequest request)
is nowTask<TResponse> Request<TResponse>(IGeminiPatchRequest request)
.
Changed
- Fixed
cachedContent.patch
.
Full Changelog: 2.0.0-preview.5...2.0.0-preview.6