Changelog
All notable changes to this package will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[0.3.0] - 2022-10-05
Changed
- Manual documentation improvements
- [Breaking] These interfaces does not inherit from IDisposable anymore: ISceneProvider, IWorkspaceProvider.
- WorkspaceProvider now correctly derializes the LatestVersion for scenes in
ListScenesAsync()
[0.2.1] - 2022-09-22
Changed
- README.md, LICENSE.md.
- Manual documentation
- No longer disposing injected dependencies
- Bumping version of Common package and using new namespaces
[0.2.0] - 2022-09-15
Added
- [Breaking] Added a CloudConfiguration to the SceneProvider, WorkspaceProvider and Workspace constructor.
Changed
- Sample scripts are now wrapped in a DT_EXCLUDE_SAMPLES define
[0.1.0] - 2022-09-08
Added
- Added sample
- Added documentation to package
- VersionJson class and property in SceneJson
- LatestVersion property in Scene
- Added PAT support to sample
Changed
- [Breaking] WorkspaceProvider, Workspace and SceneProvider constructors accept new arguments.
[0.0.1] - 2022-08-26
Changed
- SceneId and WorkspaceId have been changed from String to System.Guid.
Fixed
- Deserialization of Workspaces from the REST endpoint.