FakeXrmEasy.v2011 2.4.2

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.v2011 --version 2.4.2
NuGet\Install-Package FakeXrmEasy.v2011 -Version 2.4.2
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.v2011" Version="2.4.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FakeXrmEasy.v2011 --version 2.4.2
#r "nuget: FakeXrmEasy.v2011, 2.4.2"
#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.v2011 as a Cake Addin
#addin nuget:?package=FakeXrmEasy.v2011&version=2.4.2

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

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

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.4.2 91 2/14/2024
2.3.3 254 10/15/2023
2.3.1 312 12/27/2022
2.3.0 99 12/24/2022
2.2.0 448 9/14/2022
2.1.2 411 5/29/2022
2.1.1 383 5/29/2022
2.1.0 398 5/25/2022

## [2.4.2]
- Increment package versions
- Update Github actions to increment action versions
## [2.3.3]
- Increment package versions
- Update build scripts to use new clean script
## [2.3.1]
- Another version to fix FakeXrmEasy.Plugins package dependency
## [2.3.0]
- Update package dependencies
## [2.1.2]
### Changed
- Fix package references to use 2.1.1 instead of 2.1.0
## [2.1.1]
### Changed
- 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
- Limit FakeItEasy package dependency to v6.x versions - DynamicsValue/fake-xrm-easy#37
## [2.1.0]
### Changed
- Updated nuget package references to only use 2.x versions
- Bump CoreAssemblies package in v9 to support ILogger telemetry and to match package dependencies
- Removed netcoreapp3.1 in 2x versions. It'll be supported in 3x versions
- Update GitHub actions after the netcoreapp3.1 removal in 2x
## [2.0.1-rc1] - Initial release