- added GetAccessToken method in the MindSphereApiSdk class
- added UpdateCredentials method in the MindSphereApiSdk class
- added PATCH /assettypes/{id}/variables
- added EventManagement (without jobs)
- added MindSphereName attribute to bind C# objects to the objects in the MindSphere
- new class architecture - clients are initialized by MindSphereApiSdk instance
- no need to provide HttpClient instance
- added ClientConfiguration (region, domain, timeout, proxy)
- added UserCredentials as a new credential option
- listing operations now return pagination model with embedded data
- added more options to the request classes (e.g. IncludeShared, IfNoneMatch)
- improved validations
- use of unit tests
- added parameters validation
- better exception handling
- initial release