Skip to content

Commit 972e37d

Browse files
committed
Bumping to version 1.6.2.9 of the SDK
1 parent 05f5692 commit 972e37d

File tree

4 files changed

+34
-34
lines changed

4 files changed

+34
-34
lines changed

eFormAPI/eFormAPI/eFormAPI.Web.csproj

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -65,29 +65,29 @@
6565
<HintPath>..\packages\AutoMapper.6.1.1\lib\net45\AutoMapper.dll</HintPath>
6666
<Private>True</Private>
6767
</Reference>
68-
<Reference Include="AWSSDK.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604">
69-
<HintPath>..\packages\Microting.eForm.1.6.2.5\lib\AWSSDK.Core.dll</HintPath>
68+
<Reference Include="AWSSDK.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
69+
<HintPath>..\packages\Microting.eForm.1.6.2.9\lib\AWSSDK.Core.dll</HintPath>
7070
</Reference>
71-
<Reference Include="AWSSDK.SQS, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604">
72-
<HintPath>..\packages\Microting.eForm.1.6.2.5\lib\AWSSDK.SQS.dll</HintPath>
71+
<Reference Include="AWSSDK.SQS, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
72+
<HintPath>..\packages\Microting.eForm.1.6.2.9\lib\AWSSDK.SQS.dll</HintPath>
7373
</Reference>
74-
<Reference Include="eFormCommunicator, Version=1.6.2.5, Culture=neutral, PublicKeyToken=null">
75-
<HintPath>..\packages\Microting.eForm.1.6.2.5\lib\eFormCommunicator.dll</HintPath>
74+
<Reference Include="eFormCommunicator, Version=1.6.2.9, Culture=neutral, processorArchitecture=MSIL">
75+
<HintPath>..\packages\Microting.eForm.1.6.2.9\lib\eFormCommunicator.dll</HintPath>
7676
</Reference>
77-
<Reference Include="eFormCore, Version=1.6.2.5, Culture=neutral, PublicKeyToken=null">
78-
<HintPath>..\packages\Microting.eForm.1.6.2.5\lib\eFormCore.dll</HintPath>
77+
<Reference Include="eFormCore, Version=1.6.2.9, Culture=neutral, processorArchitecture=MSIL">
78+
<HintPath>..\packages\Microting.eForm.1.6.2.9\lib\eFormCore.dll</HintPath>
7979
</Reference>
80-
<Reference Include="eFormData, Version=1.6.2.5, Culture=neutral, PublicKeyToken=null">
81-
<HintPath>..\packages\Microting.eForm.1.6.2.5\lib\eFormData.dll</HintPath>
80+
<Reference Include="eFormData, Version=1.6.2.9, Culture=neutral, processorArchitecture=MSIL">
81+
<HintPath>..\packages\Microting.eForm.1.6.2.9\lib\eFormData.dll</HintPath>
8282
</Reference>
83-
<Reference Include="eFormShared, Version=1.6.2.5, Culture=neutral, PublicKeyToken=null">
84-
<HintPath>..\packages\Microting.eForm.1.6.2.5\lib\eFormShared.dll</HintPath>
83+
<Reference Include="eFormShared, Version=1.6.2.9, Culture=neutral, processorArchitecture=MSIL">
84+
<HintPath>..\packages\Microting.eForm.1.6.2.9\lib\eFormShared.dll</HintPath>
8585
</Reference>
86-
<Reference Include="eFormSqlController, Version=1.6.2.5, Culture=neutral, PublicKeyToken=null">
87-
<HintPath>..\packages\Microting.eForm.1.6.2.5\lib\eFormSqlController.dll</HintPath>
86+
<Reference Include="eFormSqlController, Version=1.6.2.9, Culture=neutral, processorArchitecture=MSIL">
87+
<HintPath>..\packages\Microting.eForm.1.6.2.9\lib\eFormSqlController.dll</HintPath>
8888
</Reference>
89-
<Reference Include="eFormSubscriber, Version=1.6.2.5, Culture=neutral, PublicKeyToken=null">
90-
<HintPath>..\packages\Microting.eForm.1.6.2.5\lib\eFormSubscriber.dll</HintPath>
89+
<Reference Include="eFormSubscriber, Version=1.6.2.9, Culture=neutral, processorArchitecture=MSIL">
90+
<HintPath>..\packages\Microting.eForm.1.6.2.9\lib\eFormSubscriber.dll</HintPath>
9191
</Reference>
9292
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
9393
<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.2.5" targetFramework="net46" />
36+
<package id="Microting.eForm" version="1.6.2.9" 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: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,29 +30,29 @@
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
3232
<ItemGroup>
33-
<Reference Include="AWSSDK.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604">
34-
<HintPath>..\packages\Microting.eForm.1.6.2.5\lib\AWSSDK.Core.dll</HintPath>
33+
<Reference Include="AWSSDK.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
34+
<HintPath>..\packages\Microting.eForm.1.6.2.9\lib\AWSSDK.Core.dll</HintPath>
3535
</Reference>
36-
<Reference Include="AWSSDK.SQS, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604">
37-
<HintPath>..\packages\Microting.eForm.1.6.2.5\lib\AWSSDK.SQS.dll</HintPath>
36+
<Reference Include="AWSSDK.SQS, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
37+
<HintPath>..\packages\Microting.eForm.1.6.2.9\lib\AWSSDK.SQS.dll</HintPath>
3838
</Reference>
39-
<Reference Include="eFormCommunicator, Version=1.6.2.5, Culture=neutral, PublicKeyToken=null">
40-
<HintPath>..\packages\Microting.eForm.1.6.2.5\lib\eFormCommunicator.dll</HintPath>
39+
<Reference Include="eFormCommunicator, Version=1.6.2.9, Culture=neutral, processorArchitecture=MSIL">
40+
<HintPath>..\packages\Microting.eForm.1.6.2.9\lib\eFormCommunicator.dll</HintPath>
4141
</Reference>
42-
<Reference Include="eFormCore, Version=1.6.2.5, Culture=neutral, PublicKeyToken=null">
43-
<HintPath>..\packages\Microting.eForm.1.6.2.5\lib\eFormCore.dll</HintPath>
42+
<Reference Include="eFormCore, Version=1.6.2.9, Culture=neutral, processorArchitecture=MSIL">
43+
<HintPath>..\packages\Microting.eForm.1.6.2.9\lib\eFormCore.dll</HintPath>
4444
</Reference>
45-
<Reference Include="eFormData, Version=1.6.2.5, Culture=neutral, PublicKeyToken=null">
46-
<HintPath>..\packages\Microting.eForm.1.6.2.5\lib\eFormData.dll</HintPath>
45+
<Reference Include="eFormData, Version=1.6.2.9, Culture=neutral, processorArchitecture=MSIL">
46+
<HintPath>..\packages\Microting.eForm.1.6.2.9\lib\eFormData.dll</HintPath>
4747
</Reference>
48-
<Reference Include="eFormShared, Version=1.6.2.5, Culture=neutral, PublicKeyToken=null">
49-
<HintPath>..\packages\Microting.eForm.1.6.2.5\lib\eFormShared.dll</HintPath>
48+
<Reference Include="eFormShared, Version=1.6.2.9, Culture=neutral, processorArchitecture=MSIL">
49+
<HintPath>..\packages\Microting.eForm.1.6.2.9\lib\eFormShared.dll</HintPath>
5050
</Reference>
51-
<Reference Include="eFormSqlController, Version=1.6.2.5, Culture=neutral, PublicKeyToken=null">
52-
<HintPath>..\packages\Microting.eForm.1.6.2.5\lib\eFormSqlController.dll</HintPath>
51+
<Reference Include="eFormSqlController, Version=1.6.2.9, Culture=neutral, processorArchitecture=MSIL">
52+
<HintPath>..\packages\Microting.eForm.1.6.2.9\lib\eFormSqlController.dll</HintPath>
5353
</Reference>
54-
<Reference Include="eFormSubscriber, Version=1.6.2.5, Culture=neutral, PublicKeyToken=null">
55-
<HintPath>..\packages\Microting.eForm.1.6.2.5\lib\eFormSubscriber.dll</HintPath>
54+
<Reference Include="eFormSubscriber, Version=1.6.2.9, Culture=neutral, processorArchitecture=MSIL">
55+
<HintPath>..\packages\Microting.eForm.1.6.2.9\lib\eFormSubscriber.dll</HintPath>
5656
</Reference>
5757
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
5858
<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.2.5" targetFramework="net46" />
5+
<package id="Microting.eForm" version="1.6.2.9" targetFramework="net46" />
66
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net46" />
77
</packages>

0 commit comments

Comments
 (0)