Skip to content

Commit

Permalink
Updated the release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
yallie committed Nov 16, 2022
1 parent fa70174 commit b03cd3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions PochtaSdk/PochtaSdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>Beta release. What's new:

v0.15
— Added simple TrackingClient for mail tracking API.

v0.14
— Improved OtpravkaClient error reporting, added more display names to enum members.

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ This is a beta version that covers basic API features.
* Add the Nuget package: https://www.nuget.org/packages/PochtaSdk
* Use `TariffClient` class to calculate delivery tariffs and terms
* Use `OtpravkaClient` class to register packages (requires authentication)
* Use `TrackingClient` class for mail tracking (requires authentication)

## Sample usage

Expand Down Expand Up @@ -99,6 +100,10 @@ Documentation: https://otpravka.pochta.ru/specification
* SearchPostOffices [services-postoffice-settlement.offices.codes](https://otpravka.pochta.ru/specification#/services-postoffice-settlement.offices.codes)
* DownloadPostOffices [postoffice_passport-unload_passport](https://otpravka.pochta.ru/specification#/postoffice_passport-unload_passport)

## Tracking API support

* GetOperationHistory

## Trace log

A typical trace log looks like this:
Expand Down

0 comments on commit b03cd3f

Please sign in to comment.