Skip to content

Commit d48b72c

Browse files
committed
Bumping to version 2.0.9 of the SDK.
1 parent e4cdbac commit d48b72c

File tree

7 files changed

+19
-4
lines changed

7 files changed

+19
-4
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,7 @@ eFormAPI/Installation/MainInstaller/LetsEncryptFileList.wxs
9090
eFormAPI/Installation/MainInstaller/ClientFileList.wxs
9191
eFormAPI/Installation/MainInstaller/ApiFileList.wxs
9292
/eFormAPI/eFormApi.Integration.Tests/obj/Release
93+
/eFormAPI/eFormApi.Integration.Tests/bin/*
9394
/eFormAPI/eFormApi.Tests/obj/Release
95+
/eFormAPI/eFormApi.Tests/bin/*
96+
/eformAPI/eFormApi.Integration.Tests/bin/*

eFormAPI/eFormAPI.Common/eFormAPI.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<Private>True</Private>
5858
</Reference>
5959
<Reference Include="Microting.eForm, Version=1.6.4.19, Culture=neutral, processorArchitecture=AMD64">
60-
<HintPath>..\packages\Microting.eForm.2.0.7\lib\net45\Microting.eForm.dll</HintPath>
60+
<HintPath>..\packages\Microting.eForm.2.0.9\lib\net45\Microting.eForm.dll</HintPath>
6161
</Reference>
6262
<Reference Include="MySql.Data, Version=6.9.10.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
6363
<HintPath>..\packages\MySql.Data.6.9.10\lib\net45\MySql.Data.dll</HintPath>

eFormAPI/eFormAPI.Common/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<package id="EntityFramework" version="6.1.3" targetFramework="net46" />
88
<package id="EPPlus" version="4.1.1" targetFramework="net46" />
99
<package id="Microsoft.Office.Interop.Excel" version="15.0.4795.1000" targetFramework="net46" />
10-
<package id="Microting.eForm" version="2.0.7" targetFramework="net46" />
10+
<package id="Microting.eForm" version="2.0.9" targetFramework="net46" />
1111
<package id="MySql.Data" version="6.9.10" targetFramework="net46" />
1212
<package id="MySql.Data.Entity" version="6.9.10" targetFramework="net46" />
1313
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net46" />

eFormAPI/eFormAPI/eFormAPI.Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<HintPath>..\packages\Microsoft.Owin.Security.OAuth.3.1.0\lib\net45\Microsoft.Owin.Security.OAuth.dll</HintPath>
129129
</Reference>
130130
<Reference Include="Microting.eForm, Version=1.6.4.19, Culture=neutral, processorArchitecture=AMD64">
131-
<HintPath>..\packages\Microting.eForm.2.0.7\lib\net45\Microting.eForm.dll</HintPath>
131+
<HintPath>..\packages\Microting.eForm.2.0.9\lib\net45\Microting.eForm.dll</HintPath>
132132
</Reference>
133133
<Reference Include="MySql.Data, Version=6.9.10.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
134134
<HintPath>..\packages\MySql.Data.6.9.10\lib\net45\MySql.Data.dll</HintPath>

eFormAPI/eFormAPI/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<package id="Microsoft.Owin.Security.Cookies" version="3.1.0" targetFramework="net46" />
3939
<package id="Microsoft.Owin.Security.OAuth" version="3.1.0" targetFramework="net46" />
4040
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net46" />
41-
<package id="Microting.eForm" version="2.0.7" targetFramework="net461" />
41+
<package id="Microting.eForm" version="2.0.9" targetFramework="net461" />
4242
<package id="Modernizr" version="2.8.3" targetFramework="net46" />
4343
<package id="MySql.Data" version="6.9.10" targetFramework="net461" />
4444
<package id="MySql.Data.Entity" version="6.9.10" targetFramework="net461" />
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<runtime>
4+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
5+
<dependentAssembly>
6+
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
7+
<bindingRedirect oldVersion="0.0.0.0-10.0.0.0" newVersion="10.0.0.0" />
8+
</dependentAssembly>
9+
</assemblyBinding>
10+
</runtime>
11+
</configuration>

eFormAPI/eFormApi.Integration.Tests/eFormApi.Integration.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
<Compile Include="Properties\AssemblyInfo.cs" />
5252
</ItemGroup>
5353
<ItemGroup>
54+
<None Include="app.config" />
5455
<None Include="packages.config" />
5556
</ItemGroup>
5657
<ItemGroup>

0 commit comments

Comments
 (0)