Skip to content

Commit 40a8a14

Browse files
committed
Bumping to version 1.6.1.8 of the SDK
1 parent effb791 commit 40a8a14

File tree

4 files changed

+32
-32
lines changed

4 files changed

+32
-32
lines changed

eFormAPI/eFormAPI/eFormAPI.Web.csproj

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -65,31 +65,31 @@
6565
<Private>True</Private>
6666
</Reference>
6767
<Reference Include="AWSSDK.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
68-
<HintPath>..\packages\Microting.eForm.1.6.1.7\lib\AWSSDK.Core.dll</HintPath>
68+
<HintPath>..\packages\Microting.eForm.1.6.1.8\lib\AWSSDK.Core.dll</HintPath>
6969
</Reference>
7070
<Reference Include="AWSSDK.SQS, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
71-
<HintPath>..\packages\Microting.eForm.1.6.1.7\lib\AWSSDK.SQS.dll</HintPath>
71+
<HintPath>..\packages\Microting.eForm.1.6.1.8\lib\AWSSDK.SQS.dll</HintPath>
7272
</Reference>
73-
<Reference Include="eFormCommunicator, Version=1.6.1.7, Culture=neutral, processorArchitecture=MSIL">
74-
<HintPath>..\packages\Microting.eForm.1.6.1.7\lib\eFormCommunicator.dll</HintPath>
73+
<Reference Include="eFormCommunicator, Version=1.6.1.8, Culture=neutral, processorArchitecture=MSIL">
74+
<HintPath>..\packages\Microting.eForm.1.6.1.8\lib\eFormCommunicator.dll</HintPath>
7575
</Reference>
76-
<Reference Include="eFormCore, Version=1.6.1.7, Culture=neutral, processorArchitecture=MSIL">
77-
<HintPath>..\packages\Microting.eForm.1.6.1.7\lib\eFormCore.dll</HintPath>
76+
<Reference Include="eFormCore, Version=1.6.1.8, Culture=neutral, processorArchitecture=MSIL">
77+
<HintPath>..\packages\Microting.eForm.1.6.1.8\lib\eFormCore.dll</HintPath>
7878
</Reference>
79-
<Reference Include="eFormData, Version=1.6.1.7, Culture=neutral, processorArchitecture=MSIL">
80-
<HintPath>..\packages\Microting.eForm.1.6.1.7\lib\eFormData.dll</HintPath>
79+
<Reference Include="eFormData, Version=1.6.1.8, Culture=neutral, processorArchitecture=MSIL">
80+
<HintPath>..\packages\Microting.eForm.1.6.1.8\lib\eFormData.dll</HintPath>
8181
</Reference>
8282
<Reference Include="eFormOffice, Version=1.6.1.3, Culture=neutral, processorArchitecture=MSIL">
83-
<HintPath>..\packages\Microting.eForm.1.6.1.7\lib\eFormOffice.dll</HintPath>
83+
<HintPath>..\packages\Microting.eForm.1.6.1.8\lib\eFormOffice.dll</HintPath>
8484
</Reference>
85-
<Reference Include="eFormShared, Version=1.6.1.7, Culture=neutral, processorArchitecture=MSIL">
86-
<HintPath>..\packages\Microting.eForm.1.6.1.7\lib\eFormShared.dll</HintPath>
85+
<Reference Include="eFormShared, Version=1.6.1.8, Culture=neutral, processorArchitecture=MSIL">
86+
<HintPath>..\packages\Microting.eForm.1.6.1.8\lib\eFormShared.dll</HintPath>
8787
</Reference>
88-
<Reference Include="eFormSqlController, Version=1.6.1.7, Culture=neutral, processorArchitecture=MSIL">
89-
<HintPath>..\packages\Microting.eForm.1.6.1.7\lib\eFormSqlController.dll</HintPath>
88+
<Reference Include="eFormSqlController, Version=1.6.1.8, Culture=neutral, processorArchitecture=MSIL">
89+
<HintPath>..\packages\Microting.eForm.1.6.1.8\lib\eFormSqlController.dll</HintPath>
9090
</Reference>
91-
<Reference Include="eFormSubscriber, Version=1.6.1.7, Culture=neutral, processorArchitecture=MSIL">
92-
<HintPath>..\packages\Microting.eForm.1.6.1.7\lib\eFormSubscriber.dll</HintPath>
91+
<Reference Include="eFormSubscriber, Version=1.6.1.8, Culture=neutral, processorArchitecture=MSIL">
92+
<HintPath>..\packages\Microting.eForm.1.6.1.8\lib\eFormSubscriber.dll</HintPath>
9393
</Reference>
9494
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
9595
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>

eFormAPI/eFormAPI/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<package id="Microsoft.Owin.Security.Cookies" version="3.1.0" targetFramework="net46" />
3434
<package id="Microsoft.Owin.Security.OAuth" version="3.1.0" targetFramework="net46" />
3535
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net46" />
36-
<package id="Microting.eForm" version="1.6.1.7" targetFramework="net46" />
36+
<package id="Microting.eForm" version="1.6.1.8" targetFramework="net46" />
3737
<package id="Modernizr" version="2.8.3" targetFramework="net46" />
3838
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net46" />
3939
<package id="NLog" version="4.4.11" targetFramework="net46" />

eFormAPI/eFromAPI.Common/eFromAPI.Common.csproj

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,31 +31,31 @@
3131
</PropertyGroup>
3232
<ItemGroup>
3333
<Reference Include="AWSSDK.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
34-
<HintPath>..\packages\Microting.eForm.1.6.1.7\lib\AWSSDK.Core.dll</HintPath>
34+
<HintPath>..\packages\Microting.eForm.1.6.1.8\lib\AWSSDK.Core.dll</HintPath>
3535
</Reference>
3636
<Reference Include="AWSSDK.SQS, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
37-
<HintPath>..\packages\Microting.eForm.1.6.1.7\lib\AWSSDK.SQS.dll</HintPath>
37+
<HintPath>..\packages\Microting.eForm.1.6.1.8\lib\AWSSDK.SQS.dll</HintPath>
3838
</Reference>
39-
<Reference Include="eFormCommunicator, Version=1.6.1.7, Culture=neutral, processorArchitecture=MSIL">
40-
<HintPath>..\packages\Microting.eForm.1.6.1.7\lib\eFormCommunicator.dll</HintPath>
39+
<Reference Include="eFormCommunicator, Version=1.6.1.8, Culture=neutral, processorArchitecture=MSIL">
40+
<HintPath>..\packages\Microting.eForm.1.6.1.8\lib\eFormCommunicator.dll</HintPath>
4141
</Reference>
42-
<Reference Include="eFormCore, Version=1.6.1.7, Culture=neutral, processorArchitecture=MSIL">
43-
<HintPath>..\packages\Microting.eForm.1.6.1.7\lib\eFormCore.dll</HintPath>
42+
<Reference Include="eFormCore, Version=1.6.1.8, Culture=neutral, processorArchitecture=MSIL">
43+
<HintPath>..\packages\Microting.eForm.1.6.1.8\lib\eFormCore.dll</HintPath>
4444
</Reference>
45-
<Reference Include="eFormData, Version=1.6.1.7, Culture=neutral, processorArchitecture=MSIL">
46-
<HintPath>..\packages\Microting.eForm.1.6.1.7\lib\eFormData.dll</HintPath>
45+
<Reference Include="eFormData, Version=1.6.1.8, Culture=neutral, processorArchitecture=MSIL">
46+
<HintPath>..\packages\Microting.eForm.1.6.1.8\lib\eFormData.dll</HintPath>
4747
</Reference>
4848
<Reference Include="eFormOffice, Version=1.6.1.3, Culture=neutral, processorArchitecture=MSIL">
49-
<HintPath>..\packages\Microting.eForm.1.6.1.7\lib\eFormOffice.dll</HintPath>
49+
<HintPath>..\packages\Microting.eForm.1.6.1.8\lib\eFormOffice.dll</HintPath>
5050
</Reference>
51-
<Reference Include="eFormShared, Version=1.6.1.7, Culture=neutral, processorArchitecture=MSIL">
52-
<HintPath>..\packages\Microting.eForm.1.6.1.7\lib\eFormShared.dll</HintPath>
51+
<Reference Include="eFormShared, Version=1.6.1.8, Culture=neutral, processorArchitecture=MSIL">
52+
<HintPath>..\packages\Microting.eForm.1.6.1.8\lib\eFormShared.dll</HintPath>
5353
</Reference>
54-
<Reference Include="eFormSqlController, Version=1.6.1.7, Culture=neutral, processorArchitecture=MSIL">
55-
<HintPath>..\packages\Microting.eForm.1.6.1.7\lib\eFormSqlController.dll</HintPath>
54+
<Reference Include="eFormSqlController, Version=1.6.1.8, Culture=neutral, processorArchitecture=MSIL">
55+
<HintPath>..\packages\Microting.eForm.1.6.1.8\lib\eFormSqlController.dll</HintPath>
5656
</Reference>
57-
<Reference Include="eFormSubscriber, Version=1.6.1.7, Culture=neutral, processorArchitecture=MSIL">
58-
<HintPath>..\packages\Microting.eForm.1.6.1.7\lib\eFormSubscriber.dll</HintPath>
57+
<Reference Include="eFormSubscriber, Version=1.6.1.8, Culture=neutral, processorArchitecture=MSIL">
58+
<HintPath>..\packages\Microting.eForm.1.6.1.8\lib\eFormSubscriber.dll</HintPath>
5959
</Reference>
6060
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
6161
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>

eFormAPI/eFromAPI.Common/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<packages>
33
<package id="EntityFramework" version="6.1.3" targetFramework="net46" />
44
<package id="Microsoft.Office.Interop.Excel" version="15.0.4795.1000" targetFramework="net46" />
5-
<package id="Microting.eForm" version="1.6.1.7" targetFramework="net46" />
5+
<package id="Microting.eForm" version="1.6.1.8" targetFramework="net46" />
66
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net46" />
77
</packages>

0 commit comments

Comments
 (0)