FakeXrmEasy.Abstractions.v2013 3.1.1

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package FakeXrmEasy.Abstractions.v2013 --version 3.1.1                
NuGet\Install-Package FakeXrmEasy.Abstractions.v2013 -Version 3.1.1                
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.Abstractions.v2013" Version="3.1.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FakeXrmEasy.Abstractions.v2013 --version 3.1.1                
#r "nuget: FakeXrmEasy.Abstractions.v2013, 3.1.1"                
#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.Abstractions.v2013 as a Cake Addin
#addin nuget:?package=FakeXrmEasy.Abstractions.v2013&version=3.1.1

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

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

RELEASE NOTES
------------------
## [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
## [3.1.0]
### Added
- Added Logger property to IXrmFakedPluginContextProperties - DynamicsValue/fake-xrm-easy#24
## [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 net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on FakeXrmEasy.Abstractions.v2013:

Package Downloads
FakeXrmEasy.Core.v2013

FakeXrmEasy is the open source test automation framework for .net core and the Power Platform. This is the core package containing a configurable middleware, crud operators, and query translation between FetchXml, QueryExpression, CRM LINQ, and QueryByAttribute.

FakeXrmEasy.Plugins.v2013

This package contains helpers to aid in developing and testing of plugins as well as pipeline simulation features.

FakeXrmEasy.Messages.v2013

This package contains implemented default fake messages.

FakeXrmEasy.v2013

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

FakeXrmEasy.CodeActivities.v2013

FakeXrmEasy is the open source test automation framework for .net core and the Power Platform / Dataverse. This package contains helpers to unit test code activities.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.5.0 180 6/15/2024
3.4.0 227 2/14/2024
3.3.3 313 10/22/2023
3.3.1 422 3/20/2023
3.3.0 784 12/27/2022
3.2.0 1,221 9/7/2022
3.1.2 1,238 6/14/2022
3.1.1 1,256 5/30/2022
3.1.0 895 3/20/2022
3.0.2 1,305 3/15/2022
3.0.1-rc1.23 470 12/4/2021
3.0.1-rc1.22 150 12/2/2021
3.0.1-rc1.17 1,330 11/28/2021
3.0.1-rc1.15 1,165 11/28/2021
3.0.1-rc1.13 2,651 11/25/2021
3.0.1-rc1.6 152 11/23/2021
3.0.1-rc1.3 135 11/23/2021
2.5.0 114 6/10/2024
2.4.0 271 2/5/2024
2.3.3 1,370 10/15/2023
2.3.0 431 12/24/2022
2.2.0 428 9/7/2022
2.1.1 705 5/29/2022
2.1.0 558 3/20/2022
2.0.1-rc1.21 157 12/2/2021
2.0.1-rc1.20 1,495 11/28/2021
2.0.1-rc1.19 1,395 11/28/2021
2.0.1-rc1.18 1,390 11/28/2021
2.0.1-rc1.16 1,324 11/28/2021
2.0.1-rc1.14 1,204 11/28/2021
2.0.1-rc1.12 2,550 11/25/2021
2.0.1-rc1.11 163 11/23/2021
2.0.1-rc1.2 142 11/23/2021

## [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
## [3.1.0]
### Added
- Added Logger property to IXrmFakedPluginContextProperties - DynamicsValue/fake-xrm-easy#24
## [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