- Added new messages for File and Image Upload/Download/Delete - DynamicsValue/fake-xrm-easy#157
- Minor Breaking Change: Generic Message executors have been moved to FakeXrmEasy.FakeMessageExecutors.GenericExecutors namespace for consistency with their own interface name
- Add ExportPdfDocumentExecutor - DynamicsValue/fake-xrm-easy#125
- Add RetrieveCurrentOrganizationRequest executor - DynamicsValue/fake-xrm-easy#136
- Introduces validation error when trying to add a user to a default team - DynamicsValue/fake-xrm-easy#108
- Fixes responsible type in CloseIncidentRequestExecutor - DynamicsValue/fake-xrm-easy#116
- Increase code coverage for NavigateToNextEntityOrganizationRequest
- Remove unnecessary checks in NavigateToNextEntityOrganizationRequestExecutor: thanks Temmy
- Alpha: Introduced subscription usage monitoring based on customer feedback
- Set default build configuration in solution file to FAKE_XRM_EASY_9
- Remove ReleaseNotes from package description - DynamicsValue/fake-xrm-easy#115
- build.ps1 improvements: do not build project twice (added --no-build) when running dotnet test, do not build again either when packing assemblies either: DynamicsValue/fake-xrm-easy#119
- Update build scripts to use 'all' target frameworks by default - DynamicsValue/fake-xrm-easy#126
- Update github actions to use new Sonar environment variables - DynamicsValue/fake-xrm-easy#120
- Updated build scripts so that it actually deletes bin folders as opposed to doing dotnet clean - DynamicsValue/fake-xrm-easy#76
- Upgraded GitHub Actions to update Java major version to run SonarCloud analysis - DynamicsValue/fake-xrm-easy#110
- Returns organisation and business unit in WhoAmIRequest to support Calendar rules - DynamicsValue/fake-xrm-easy#23
- Update legacy CRM SDK 2011 dependency to use official MS package - DynamicsValue/fake-xrm-easy#105
- Updated dependencies
- Replace references to PullRequestException by UnsupportedExceptionFactory
- Fix Sonar Quality Gate settings: DynamicsValue/fake-xrm-easy#28
- Limit FakeItEasy package dependency to v6.x versions - DynamicsValue/fake-xrm-easy#37
- Made CRM SDK v8.2 dependencies less specific - DynamicsValue/fake-xrm-easy#21
- Updated build script to also include the major version in the Title property of the generated .nuspec file - DynamicsValue/fake-xrm-easy#41
- Update executor after fix DynamicsValue/fake-xrm-easy#16 was introduced.
- Update package reference ranges to use 2.x versions only.
- Bump Microsoft.CrmSdk.CoreAssemblies to version 9.0.2.27 to support plugin telemetry - DynamicsValue/fake-xrm-easy#24