This repository has been archived by the owner on Jun 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 182
/
FakeXrmEasy.2011.nuspec
32 lines (32 loc) · 1.75 KB
/
FakeXrmEasy.2011.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>FakeXrmEasy</id>
<version>1.9.1</version>
<authors>@jordimontana</authors>
<owners>@jordimontana</owners>
<licenseUrl>https://raw.githubusercontent.com/jordimontana82/fake-xrm-easy/master/LICENSE.md</licenseUrl>
<projectUrl>http://dynamicsvalue.com/home?source=nuget</projectUrl>
<iconUrl>https://raw.githubusercontent.com/jordimontana82/fake-xrm-easy/master/FakeXrmEasyLogo_128x128.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Utilities to streamline unit testing in Dynamics CRM 2011 by faking the IOrganizationService against an In-Memory context which runs blazingly fast.</description>
<releaseNotes>@releaseNotes@</releaseNotes>
<copyright>Copyright 2014-2016</copyright>
<tags>dynamics crm 2011 unit testing xrm mock mocking fake fakes</tags>
<dependencies>
<dependency id="FakeItEasy" version="[6.0.0,7.0)" />
<dependency id="Microsoft.Xrm.Sdk.2011" version="[5.0.18]" />
<dependency id="Microsoft.Xrm.Sdk.Workflow.2011" version="[5.0.18]" />
<dependency id="Microsoft.Crm.Sdk.Proxy.2011" version="[5.0.18]" />
<dependency id="Microsoft.Xrm.Client.2011" version="[5.0.18]" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Activities" targetFramework="net40" />
<frameworkAssembly assemblyName="System.Runtime.Serialization" targetFramework="net40" />
</frameworkAssemblies>
</metadata>
<files>
<file src="..\Publish\FakeXrmEasy\FakeXrmEasy.dll" target="lib\net40\FakeXrmEasy.dll" />
<file src="..\Install-Scripts\2011\Install.ps1" target="tools\Install.ps1" />
</files>
</package>