FakeXrmEasy.Messages.v2013 3.3.3

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package FakeXrmEasy.Messages.v2013 --version 3.3.3                
NuGet\Install-Package FakeXrmEasy.Messages.v2013 -Version 3.3.3                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FakeXrmEasy.Messages.v2013" Version="3.3.3" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FakeXrmEasy.Messages.v2013 --version 3.3.3                
#r "nuget: FakeXrmEasy.Messages.v2013, 3.3.3"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FakeXrmEasy.Messages.v2013 as a Cake Addin
#addin nuget:?package=FakeXrmEasy.Messages.v2013&version=3.3.3

// Install FakeXrmEasy.Messages.v2013 as a Cake Tool
#tool nuget:?package=FakeXrmEasy.Messages.v2013&version=3.3.3                

This package contains implemented default fake messages.

RELEASE NOTES
------------------
## [3.3.3]
### Changed
- Updated build scripts so that it actually deletes bin folders as opposed to doing dotnet clean -  https://github.com/DynamicsValue/fake-xrm-easy/issues/76
- Upgraded GitHub Actions to update Java major version to run SonarCloud analysis - https://github.com/DynamicsValue/fake-xrm-easy/issues/110
- Returns organisation and business unit in WhoAmIRequest to support Calendar rules - https://github.com/DynamicsValue/fake-xrm-easy/issues/23
- Update legacy CRM SDK 2011 dependency to use official MS package - https://github.com/DynamicsValue/fake-xrm-easy/issues/105
## [3.3.1]
### Changed
- Bump DataverseClient dependency to upgrade to net6 - https://github.com/DynamicsValue/fake-xrm-easy/issues/90
## [3.3.0]
### Changed
- Updated dependencies
## [3.2.0]
### Changed
- Replace references to PullRequestException by UnsupportedExceptionFactory
- Fix Sonar Quality Gate settings: DynamicsValue/fake-xrm-easy#28
## [3.1.2]
- Bump dataverse dependency to 1.0.1
## [3.1.1]
### Changed
- Limit FakeItEasy package dependency to v6.x versions - DynamicsValue/fake-xrm-easy#37
- Updated build script to also include the major version in the Title property of the generated .nuspec file - DynamicsValue/fake-xrm-easy#41
## [3.1.0]
### Changed
- Update executor after fix DynamicsValue/fake-xrm-easy#16 was introduced.
## [3.0.2]
### Changed
- Bump Dataverse dependency to 0.6.1 from 0.5.10 to solve DynamicsValue/fake-xrm-easy#20
- Also replaced Microsoft.Dynamics.Sdk.Messages dependency, as it has also been deprecated by MSFT, to Microsoft.PowerPlatform.Dataverse.Client.Dynamics 0.6.1 DynamicsValue/fake-xrm-easy#20
## [3.0.1-rc1] - Initial release

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on FakeXrmEasy.Messages.v2013:

Package Downloads
FakeXrmEasy.v2013

FakeXrmEasy is the open source test automation framework for .net core and the Power Platform / Dataverse. This is an include package.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.5.0 146 6/15/2024
3.4.0 182 2/14/2024
3.3.3 261 10/22/2023
3.3.1 284 3/21/2023
3.3.0 430 12/27/2022
3.2.0 605 9/7/2022
3.1.2 637 6/14/2022
3.1.1 648 5/30/2022
3.0.2 681 3/15/2022
3.0.1-rc1.4 146 12/2/2021
2.5.0 96 6/10/2024
2.4.0 147 2/5/2024
2.3.3 115 10/15/2023
2.3.0 313 12/24/2022
2.2.0 372 9/7/2022
2.1.1 562 5/29/2022
2.1.0 452 5/24/2022
2.0.1-rc1.3 144 12/2/2021
2.0.1-rc1.1 152 11/23/2021

## [3.3.3]
### Changed
- Updated build scripts so that it actually deletes bin folders as opposed to doing dotnet clean -  https://github.com/DynamicsValue/fake-xrm-easy/issues/76
- Upgraded GitHub Actions to update Java major version to run SonarCloud analysis - https://github.com/DynamicsValue/fake-xrm-easy/issues/110
- Returns organisation and business unit in WhoAmIRequest to support Calendar rules - https://github.com/DynamicsValue/fake-xrm-easy/issues/23
- Update legacy CRM SDK 2011 dependency to use official MS package - https://github.com/DynamicsValue/fake-xrm-easy/issues/105
## [3.3.1]
### Changed
- Bump DataverseClient dependency to upgrade to net6 - https://github.com/DynamicsValue/fake-xrm-easy/issues/90
## [3.3.0]
### Changed
- Updated dependencies
## [3.2.0]
### Changed
- Replace references to PullRequestException by UnsupportedExceptionFactory
- Fix Sonar Quality Gate settings: DynamicsValue/fake-xrm-easy#28
## [3.1.2]
- Bump dataverse dependency to 1.0.1
## [3.1.1]
### Changed
- Limit FakeItEasy package dependency to v6.x versions - DynamicsValue/fake-xrm-easy#37
- Updated build script to also include the major version in the Title property of the generated .nuspec file - DynamicsValue/fake-xrm-easy#41
## [3.1.0]
### Changed
- Update executor after fix DynamicsValue/fake-xrm-easy#16 was introduced.
## [3.0.2]
### Changed
- Bump Dataverse dependency to 0.6.1 from 0.5.10 to solve DynamicsValue/fake-xrm-easy#20
- Also replaced Microsoft.Dynamics.Sdk.Messages dependency, as it has also been deprecated by MSFT, to Microsoft.PowerPlatform.Dataverse.Client.Dynamics 0.6.1 DynamicsValue/fake-xrm-easy#20
## [3.0.1-rc1] - Initial release