Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Releases: Dolphinsimon/xinge-api-cSharp

Add .NET6.0 Support

24 Nov 03:02
Compare
Choose a tag to compare

Add .NET6.0 Support;
Update nuget packages;

Full Changelog: 1.1.1...1.1.2

IConfiguration support

26 Nov 15:23
Compare
Choose a tag to compare

In this version, you can just add a config section in your appsettings.json like:
"XingeApp":{
"AppId":"",
"AccessKey":"",
"SecretKey":""
}
https://www.nuget.org/packages/XingeApp/1.1.1

New IXingeApp interface

26 Nov 15:00
Compare
Choose a tag to compare

Make all synchronous methods to Task based asynchronous methods.
https://www.nuget.org/packages/XingeApp/1.1.0

The first published to nuget version

26 Nov 15:24
Compare
Choose a tag to compare

The first published to nuget version. This version is built from the original sources from official repository.
https://www.nuget.org/packages/XingeApp/1.0.0