FakeXrmEasy.Messages.v2011 2.4.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package FakeXrmEasy.Messages.v2011 --version 2.4.0
NuGet\Install-Package FakeXrmEasy.Messages.v2011 -Version 2.4.0
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.v2011" Version="2.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FakeXrmEasy.Messages.v2011 --version 2.4.0
#r "nuget: FakeXrmEasy.Messages.v2011, 2.4.0"
#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.v2011 as a Cake Addin
#addin nuget:?package=FakeXrmEasy.Messages.v2011&version=2.4.0

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

This package contains implemented default fake messages.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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.v2011:

Package Downloads
FakeXrmEasy.v2011 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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
2.4.0 174 2/5/2024
2.3.3 270 10/15/2023
2.3.0 396 12/24/2022
2.2.0 406 9/7/2022
2.1.1 476 5/29/2022
2.1.0 480 5/24/2022
2.0.1-rc1.3 151 12/2/2021
2.0.1-rc1.1 167 11/23/2021

## [2.4.0]
## Added
- **Alpha**: Introduced subscription usage monitoring based on customer feedback
### Changed
- Set default build configuration in solution file to FAKE_XRM_EASY_9
- Remove ReleaseNotes from package description - https://github.com/DynamicsValue/fake-xrm-easy/issues/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: https://github.com/DynamicsValue/fake-xrm-easy/issues/119
- Update build scripts to use 'all' target frameworks by default - https://github.com/DynamicsValue/fake-xrm-easy/issues/126
- Update github actions to use new Sonar environment variables - https://github.com/DynamicsValue/fake-xrm-easy/issues/120
## [2.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
## [2.3.0]
### Changed
- Updated dependencies
## [2.2.0]
### Changed
- Replace references to PullRequestException by UnsupportedExceptionFactory
- Fix Sonar Quality Gate settings: DynamicsValue/fake-xrm-easy#28
## [2.1.1]
### Changed
- 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
## [2.1.0]
### Changed
- 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
## [2.0.1-rc1] - Initial release