Skip to content

Commit ac0bf37

Browse files
committed
Updated XrmToolBox NuGet references
1 parent 8613b35 commit ac0bf37

5 files changed

Lines changed: 47 additions & 60 deletions

File tree

MsDyn.Contrib.CloneFieldDefinitions.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<licenseUrl>https://github.com/DigitalFlow/XrmToolBox.CloneFieldDefinitions/blob/master/LICENSE</licenseUrl>
1212
<tags>XrmToolBox Plugins Clone Field Definitions</tags>
1313
<dependencies>
14-
<dependency id="XrmToolBox" version="1.2016.6.29" />
14+
<dependency id="XrmToolBox" version="1.2018.1.20" />
1515
</dependencies>
1616
</metadata>
1717
<files>

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,12 @@
1-
# XrmToolBox.CloneFieldDefinitions
1+
# XrmToolBox.CloneFieldDefinitions [![Build status](https://ci.appveyor.com/api/projects/status/a4keqi1hpwj2b73f/branch/master?svg=true)](https://ci.appveyor.com/project/DigitalFlow/xrmtoolbox-clonefielddefinitions/branch/master) [![NuGet Badge](https://buildstats.info/nuget/MsDyn.Contrib.CloneFieldDefinitions)](https://www.nuget.org/packages/MsDyn.Contrib.CloneFieldDefinitions)
22
A Plugin for the XrmToolBox that allows to copy field definitions from one entity to another.
33
It supports most field types, even lookups.
44

55
# Known issues
66
- Copying of Customer Lookups (2016 feature) is not yet possible
7-
- Source Fields can only be copied once, afterwards a restart is needed. This includes successful aswell as unsuccessful copy tries. This will be fixed soon, the reason for this behaviour is that the retrieved source data is edited directly, therefore the fields cannot be found on subsequential runs
8-
9-
# NuGet
10-
This plugin is available as Nuget Package.
11-
12-
[![NuGet Badge](https://buildstats.info/nuget/MsDyn.Contrib.CloneFieldDefinitions)](https://www.nuget.org/packages/MsDyn.Contrib.CloneFieldDefinitions)
137

148
# Contributors
159
I very much appreciate Pull Requests to this project, therefore I'd like to mention everyone contributing to this project.
1610

1711
- Remon Kamel ([@harryremon](https://github.com/harryremon))
18-
- Brad Symons ([@bradsymons](https://github.com/bradsymons))
19-
20-
# Build
21-
[![Build status](https://ci.appveyor.com/api/projects/status/a4keqi1hpwj2b73f/branch/master?svg=true)](https://ci.appveyor.com/project/DigitalFlow/xrmtoolbox-clonefielddefinitions/branch/master)
12+
- Brad Symons ([@bradsymons](https://github.com/bradsymons))

src/lib/MsDyn.Contrib.CloneFieldDefinitions/MsDyn.Contrib.CloneFieldDefinitions.csproj

Lines changed: 32 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>MsDyn.Contrib.CloneFieldDefinitions</RootNamespace>
1111
<AssemblyName>MsDyn.Contrib.CloneFieldDefinitions</AssemblyName>
12-
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14+
<TargetFrameworkProfile />
1415
</PropertyGroup>
1516
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1617
<DebugSymbols>true</DebugSymbols>
@@ -30,53 +31,46 @@
3031
<WarningLevel>4</WarningLevel>
3132
</PropertyGroup>
3233
<ItemGroup>
33-
<Reference Include="McTools.Xrm.Connection, Version=1.2016.5.27, Culture=neutral, PublicKeyToken=96037217801d9658, processorArchitecture=MSIL">
34-
<HintPath>..\..\..\packages\MscrmTools.Xrm.Connection.1.2016.5.27\lib\net452\McTools.Xrm.Connection.dll</HintPath>
35-
<Private>True</Private>
34+
<Reference Include="McTools.Xrm.Connection, Version=1.2017.10.15, Culture=neutral, PublicKeyToken=96037217801d9658, processorArchitecture=MSIL">
35+
<HintPath>..\..\..\packages\MscrmTools.Xrm.Connection.1.2017.10.15\lib\net462\McTools.Xrm.Connection.dll</HintPath>
3636
</Reference>
37-
<Reference Include="McTools.Xrm.Connection.WinForms, Version=1.2016.5.27, Culture=neutral, PublicKeyToken=f1559f79cf894e27, processorArchitecture=MSIL">
38-
<HintPath>..\..\..\packages\MscrmTools.Xrm.Connection.1.2016.5.27\lib\net452\McTools.Xrm.Connection.WinForms.dll</HintPath>
39-
<Private>True</Private>
37+
<Reference Include="McTools.Xrm.Connection.WinForms, Version=1.2017.10.15, Culture=neutral, PublicKeyToken=f1559f79cf894e27, processorArchitecture=MSIL">
38+
<HintPath>..\..\..\packages\MscrmTools.Xrm.Connection.1.2017.10.15\lib\net462\McTools.Xrm.Connection.WinForms.dll</HintPath>
4039
</Reference>
41-
<Reference Include="Microsoft.Crm.Sdk.Proxy, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
42-
<HintPath>..\..\..\packages\Microsoft.CrmSdk.CoreAssemblies.8.1.0.2\lib\net452\Microsoft.Crm.Sdk.Proxy.dll</HintPath>
43-
<Private>True</Private>
40+
<Reference Include="Microsoft.Crm.Sdk.Proxy, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
41+
<HintPath>..\..\..\packages\Microsoft.CrmSdk.CoreAssemblies.9.0.0.5\lib\net452\Microsoft.Crm.Sdk.Proxy.dll</HintPath>
4442
</Reference>
4543
<Reference Include="Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
4644
<HintPath>..\..\..\packages\Microsoft.IdentityModel.6.1.7600.16394\lib\net35\Microsoft.IdentityModel.dll</HintPath>
4745
<Private>True</Private>
4846
</Reference>
49-
<Reference Include="Microsoft.IdentityModel.Clients.ActiveDirectory, Version=2.24.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
50-
<HintPath>..\..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.2.24.304111323\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.dll</HintPath>
51-
<Private>True</Private>
47+
<Reference Include="Microsoft.IdentityModel.Clients.ActiveDirectory, Version=2.29.0.1078, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
48+
<HintPath>..\..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.2.29.0\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.dll</HintPath>
5249
</Reference>
53-
<Reference Include="Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms, Version=2.24.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
54-
<HintPath>..\..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.2.24.304111323\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms.dll</HintPath>
55-
<Private>True</Private>
50+
<Reference Include="Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms, Version=2.29.0.1078, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
51+
<HintPath>..\..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.2.29.0\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms.dll</HintPath>
5652
</Reference>
5753
<Reference Include="Microsoft.Web.XmlTransform, Version=2.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
5854
<HintPath>..\..\..\packages\Microsoft.Web.Xdt.2.1.0\lib\net40\Microsoft.Web.XmlTransform.dll</HintPath>
5955
<Private>True</Private>
6056
</Reference>
61-
<Reference Include="Microsoft.Xrm.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
62-
<HintPath>..\..\..\packages\Microsoft.CrmSdk.CoreAssemblies.8.1.0.2\lib\net452\Microsoft.Xrm.Sdk.dll</HintPath>
63-
<Private>True</Private>
57+
<Reference Include="Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
58+
<HintPath>..\..\..\packages\Microsoft.CrmSdk.CoreAssemblies.9.0.0.5\lib\net452\Microsoft.Xrm.Sdk.dll</HintPath>
6459
</Reference>
65-
<Reference Include="Microsoft.Xrm.Sdk.Deployment, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
66-
<HintPath>..\..\..\packages\Microsoft.CrmSdk.Deployment.8.1.0.2\lib\net452\Microsoft.Xrm.Sdk.Deployment.dll</HintPath>
67-
<Private>True</Private>
60+
<Reference Include="Microsoft.Xrm.Sdk.Deployment, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
61+
<HintPath>..\..\..\packages\Microsoft.CrmSdk.Deployment.9.0.0.5\lib\net452\Microsoft.Xrm.Sdk.Deployment.dll</HintPath>
6862
</Reference>
69-
<Reference Include="Microsoft.Xrm.Sdk.Workflow, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
70-
<HintPath>..\..\..\packages\Microsoft.CrmSdk.Workflow.8.1.0.2\lib\net452\Microsoft.Xrm.Sdk.Workflow.dll</HintPath>
71-
<Private>True</Private>
63+
<Reference Include="Microsoft.Xrm.Sdk.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
64+
<HintPath>..\..\..\packages\Microsoft.CrmSdk.Workflow.9.0.0.5\lib\net452\Microsoft.Xrm.Sdk.Workflow.dll</HintPath>
7265
</Reference>
73-
<Reference Include="Microsoft.Xrm.Tooling.Connector, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
74-
<HintPath>..\..\..\packages\Microsoft.CrmSdk.XrmTooling.CoreAssembly.8.1.0.2\lib\net452\Microsoft.Xrm.Tooling.Connector.dll</HintPath>
75-
<Private>True</Private>
66+
<Reference Include="Microsoft.Xrm.Tooling.Connector, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
67+
<HintPath>..\..\..\packages\Microsoft.CrmSdk.XrmTooling.CoreAssembly.9.0.0.5\lib\net452\Microsoft.Xrm.Tooling.Connector.dll</HintPath>
7668
</Reference>
77-
<Reference Include="NuGet.Core, Version=2.11.1.812, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
78-
<HintPath>..\..\..\packages\NuGet.Core.2.11.1\lib\net40-Client\NuGet.Core.dll</HintPath>
79-
<Private>True</Private>
69+
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
70+
<HintPath>..\..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
71+
</Reference>
72+
<Reference Include="NuGet.Core, Version=2.12.0.817, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
73+
<HintPath>..\..\..\packages\NuGet.Core.2.12.0\lib\net40-Client\NuGet.Core.dll</HintPath>
8074
</Reference>
8175
<Reference Include="PresentationFramework" />
8276
<Reference Include="System" />
@@ -104,13 +98,14 @@
10498
<Reference Include="System.Data" />
10599
<Reference Include="System.Net.Http" />
106100
<Reference Include="System.Xml" />
107-
<Reference Include="XrmToolBox, Version=1.2016.6.29, Culture=neutral, processorArchitecture=MSIL">
108-
<HintPath>..\..\..\packages\XrmToolBoxPackage.1.2016.6.29\lib\net452\XrmToolBox.exe</HintPath>
109-
<Private>True</Private>
101+
<Reference Include="XrmToolBox, Version=1.2018.1.20, Culture=neutral, processorArchitecture=MSIL">
102+
<HintPath>..\..\..\packages\XrmToolBoxPackage.1.2018.1.20\lib\net462\XrmToolBox.exe</HintPath>
110103
</Reference>
111-
<Reference Include="XrmToolBox.Extensibility, Version=1.2016.6.29, Culture=neutral, processorArchitecture=MSIL">
112-
<HintPath>..\..\..\packages\XrmToolBoxPackage.1.2016.6.29\lib\net452\XrmToolBox.Extensibility.dll</HintPath>
113-
<Private>True</Private>
104+
<Reference Include="XrmToolBox.Extensibility, Version=1.2017.7.10, Culture=neutral, processorArchitecture=MSIL">
105+
<HintPath>..\..\..\packages\XrmToolBoxPackage.1.2018.1.20\lib\net462\XrmToolBox.Extensibility.dll</HintPath>
106+
</Reference>
107+
<Reference Include="XrmToolBox.PluginsStore, Version=1.2017.10.7, Culture=neutral, processorArchitecture=MSIL">
108+
<HintPath>..\..\..\packages\XrmToolBoxPackage.1.2018.1.20\lib\net462\XrmToolBox.PluginsStore.dll</HintPath>
114109
</Reference>
115110
</ItemGroup>
116111
<ItemGroup>

src/lib/MsDyn.Contrib.CloneFieldDefinitions/app.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
55
<dependentAssembly>
66
<assemblyIdentity name="Microsoft.IdentityModel.Clients.ActiveDirectory" publicKeyToken="31bf3856ad364e35" culture="neutral" />
7-
<bindingRedirect oldVersion="0.0.0.0-2.24.0.0" newVersion="2.24.0.0" />
7+
<bindingRedirect oldVersion="0.0.0.0-2.29.0.1078" newVersion="2.29.0.1078" />
88
</dependentAssembly>
99
<dependentAssembly>
1010
<assemblyIdentity name="Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms" publicKeyToken="31bf3856ad364e35" culture="neutral" />
11-
<bindingRedirect oldVersion="0.0.0.0-2.24.0.0" newVersion="2.24.0.0" />
11+
<bindingRedirect oldVersion="0.0.0.0-2.29.0.1078" newVersion="2.29.0.1078" />
1212
</dependentAssembly>
1313
</assemblyBinding>
1414
</runtime>
15-
</configuration>
15+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" /></startup></configuration>
Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.CrmSdk.CoreAssemblies" version="8.1.0.2" targetFramework="net452" />
4-
<package id="Microsoft.CrmSdk.Deployment" version="8.1.0.2" targetFramework="net452" />
5-
<package id="Microsoft.CrmSdk.Workflow" version="8.1.0.2" targetFramework="net452" />
6-
<package id="Microsoft.CrmSdk.XrmTooling.CoreAssembly" version="8.1.0.2" targetFramework="net452" />
3+
<package id="Microsoft.CrmSdk.CoreAssemblies" version="9.0.0.5" targetFramework="net462" />
4+
<package id="Microsoft.CrmSdk.Deployment" version="9.0.0.5" targetFramework="net462" />
5+
<package id="Microsoft.CrmSdk.Workflow" version="9.0.0.5" targetFramework="net462" />
6+
<package id="Microsoft.CrmSdk.XrmTooling.CoreAssembly" version="9.0.0.5" targetFramework="net462" />
77
<package id="Microsoft.IdentityModel" version="6.1.7600.16394" targetFramework="net452" />
8-
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="2.24.304111323" targetFramework="net452" />
8+
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="2.29.0" targetFramework="net462" />
99
<package id="Microsoft.Web.Xdt" version="2.1.0" targetFramework="net452" />
10-
<package id="MscrmTools.Xrm.Connection" version="1.2016.5.27" targetFramework="net452" />
11-
<package id="NuGet.Core" version="2.11.1" targetFramework="net452" />
12-
<package id="XrmToolBoxPackage" version="1.2016.6.29" targetFramework="net452" />
10+
<package id="MscrmTools.Xrm.Connection" version="1.2017.10.15" targetFramework="net462" />
11+
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net462" />
12+
<package id="NuGet.Core" version="2.12.0" targetFramework="net462" />
13+
<package id="XrmToolBoxPackage" version="1.2018.1.20" targetFramework="net462" />
1314
</packages>

0 commit comments

Comments
 (0)