Skip to content

Commit

Permalink
Using updated Connection v 1.2022.4.49
Browse files Browse the repository at this point in the history
  • Loading branch information
rappen committed Apr 23, 2022
1 parent 7f3e8e1 commit 6c3fbc7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions FXBTests/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="McTools.Xrm.Connection.WinForms" publicKeyToken="f1559f79cf894e27" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.2022.4.48" newVersion="1.2022.4.48" />
<bindingRedirect oldVersion="0.0.0.0-1.2022.4.49" newVersion="1.2022.4.49" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="McTools.Xrm.Connection" publicKeyToken="96037217801d9658" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.2022.4.48" newVersion="1.2022.4.48" />
<bindingRedirect oldVersion="0.0.0.0-1.2022.4.49" newVersion="1.2022.4.49" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
Expand Down
8 changes: 4 additions & 4 deletions FetchXmlBuilder/FetchXmlBuilder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="McTools.Xrm.Connection, Version=1.2022.4.48, Culture=neutral, PublicKeyToken=96037217801d9658, processorArchitecture=MSIL">
<HintPath>..\packages\MscrmTools.Xrm.Connection.1.2022.4.48\lib\net462\McTools.Xrm.Connection.dll</HintPath>
<Reference Include="McTools.Xrm.Connection, Version=1.2022.4.49, Culture=neutral, PublicKeyToken=96037217801d9658, processorArchitecture=MSIL">
<HintPath>..\packages\MscrmTools.Xrm.Connection.1.2022.4.49\lib\net462\McTools.Xrm.Connection.dll</HintPath>
</Reference>
<Reference Include="McTools.Xrm.Connection.WinForms, Version=1.2022.4.48, Culture=neutral, PublicKeyToken=f1559f79cf894e27, processorArchitecture=MSIL">
<HintPath>..\packages\MscrmTools.Xrm.Connection.1.2022.4.48\lib\net462\McTools.Xrm.Connection.WinForms.dll</HintPath>
<Reference Include="McTools.Xrm.Connection.WinForms, Version=1.2022.4.49, Culture=neutral, PublicKeyToken=f1559f79cf894e27, processorArchitecture=MSIL">
<HintPath>..\packages\MscrmTools.Xrm.Connection.1.2022.4.49\lib\net462\McTools.Xrm.Connection.WinForms.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions FetchXmlBuilder/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="McTools.Xrm.Connection.WinForms" publicKeyToken="f1559f79cf894e27" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.2022.4.48" newVersion="1.2022.4.48" />
<bindingRedirect oldVersion="0.0.0.0-1.2022.4.49" newVersion="1.2022.4.49" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="McTools.Xrm.Connection" publicKeyToken="96037217801d9658" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.2022.4.48" newVersion="1.2022.4.48" />
<bindingRedirect oldVersion="0.0.0.0-1.2022.4.49" newVersion="1.2022.4.49" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Xrm.Tooling.Connector" publicKeyToken="31bf3856ad364e35" culture="neutral" />
Expand Down
2 changes: 1 addition & 1 deletion FetchXmlBuilder/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<package id="Microsoft.Rest.ClientRuntime" version="2.3.23" targetFramework="net472" />
<package id="Microsoft.Web.WebView2" version="1.0.1054.31" targetFramework="net472" />
<package id="Microsoft.Web.Xdt" version="3.1.0" targetFramework="net472" />
<package id="MscrmTools.Xrm.Connection" version="1.2022.4.48" targetFramework="net472" />
<package id="MscrmTools.Xrm.Connection" version="1.2022.4.49" targetFramework="net472" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net472" />
<package id="NuGet.Common" version="5.9.1" targetFramework="net472" />
<package id="NuGet.Configuration" version="5.9.1" targetFramework="net472" />
Expand Down

0 comments on commit 6c3fbc7

Please sign in to comment.