Skip to content

Releases: kolya5544/dotNS

Bugfixes

05 Jan 11:38
Compare
Choose a tag to compare
0.5.1

fixed exception thrown on svg files load attempt by SkiaSharp

New update

27 Jan 17:35
Compare
Choose a tag to compare

I moved the code from System.Drawing to SkiaSharp. Enjoy!

Ratelimits + World Assembly API

28 Oct 13:25
Compare
Choose a tag to compare

New features!
Changelog:

  • Added Ratelimit feature for API calls at 50 requests per 30 seconds (this.RateLimit)
  • Added World Assembly API
  • Changed the way internal API calls are done.
  • Bugfixes.

Telegram API + Card API

18 Jun 13:56
Compare
Choose a tag to compare

New features!
Changelog:

  • Added CardSeason, CardCategory enum
  • Added MarketType, Market, Trade, TradingCard classes
  • Enhanced GetDump() with ability to get trading card dumps using GetDump(CardSeason)
  • Added SendTelegram() so people can use Telegram API to send telegrams (Not tested properly)
  • Replaced GetFlag() with Flag property (instead of nation.GetFlag() use nation.Flag)
  • Added GetCard() to get information of a card
  • Added GetDeck() to get all cards of a nation
  • GetDump bugfix over XML parsing "&"
  • Minor bugfixes

Feature enhancement release

13 Jun 10:55
Compare
Choose a tag to compare

Added features:

  • You can now request nation's flag using GetFlag()
  • You can now use Verification API to prove ownership of an account
  • You can now set UserAgent for API calls
  • Added support for daily region/nation dumps
  • Fixed AddressIssue not working properly
  • Added census statistics access
  • Patriotism and Food quality added

First release

08 May 13:18
Compare
Choose a tag to compare

It works. I think.