VOOZH about

URL: https://www.nuget.org/packages/FakeXrmEasy.v9/

⇱ NuGet Gallery | FakeXrmEasy.v9 3.9.3




👁 Image
FakeXrmEasy.v9 3.9.3

Prefix Reserved
dotnet add package FakeXrmEasy.v9 --version 3.9.3
 
 
NuGet\Install-Package FakeXrmEasy.v9 -Version 3.9.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.v9" Version="3.9.3" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FakeXrmEasy.v9" Version="3.9.3" />
 
Directory.Packages.props
<PackageReference Include="FakeXrmEasy.v9" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FakeXrmEasy.v9 --version 3.9.3
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FakeXrmEasy.v9, 3.9.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.
#:package FakeXrmEasy.v9@3.9.3
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FakeXrmEasy.v9&version=3.9.3
 
Install as a Cake Addin
#tool nuget:?package=FakeXrmEasy.v9&version=3.9.3
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

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

Product Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.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.v9:

Package Downloads
Niam.XRM.Framework.TestHelper

Test Framework for Niam.XRM.Framework. Make testing super easy in Microsoft Dynamics CRM Plugin Development.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.9.3 60 6/17/2026
3.9.2 190 6/13/2026
3.9.1 2,426 4/18/2026
3.9.0 1,546 3/23/2026
3.8.0 19,564 8/1/2025
3.7.0 10,421 7/24/2025
3.6.0 36,262 2/2/2025
3.5.0 59,701 6/15/2024
3.4.2 17,965 2/14/2024
3.3.3 27,244 10/22/2023
2.9.3 46 6/17/2026
2.9.2 116 6/13/2026
2.9.1 815 4/18/2026
2.9.0 1,372 3/18/2026
2.8.0 15,351 8/1/2025
2.7.0 3,166 7/22/2025
2.6.1 9,096 2/19/2025
2.6.0 13,665 2/2/2025
2.5.0 62,712 6/12/2024
2.4.2 31,723 2/14/2024
Loading failed

## [3.9.3]
- Increment package versions
## [3.9.2]
- Increment package versions
## [3.9.1]
- Increment package versions
## [3.9.0]
- Increment package versions
## [3.9.1]
- Upgraded Microsoft.PowerPlatform.Dataverse.Client to 1.2.10
- Increment package versions
## [3.9.0]
- Increment package versions
## [3.8.0]
- Increment package versions
## [3.7.0]
- Increment package versions
## [3.6.0]
- Increment package versions
## [3.5.0]
- Increment package versions
## [3.4.2]
- Increment package versions
- Update Github actions to increment action versions
## [3.3.3]
- Increment package versions
- Update build scripts to use new clean script
## [3.3.1]
- Bump DataverseClient dependency and upgade to net6.0 - https://github.com/DynamicsValue/fake-xrm-easy/issues/90
## [3.3.0]
- Update package dependencies
## [3.1.2]
### Changed
- Bump Dataverse dependency to 1.0.1
## [3.1.1]
### Changed
- 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
## [3.1.0]
### Changed
- Updated nuget package references
## [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