Skip to content

Commit 19e5db7

Browse files
committed
Updating to version 1.6.4.6 of the SDK.
1 parent 06bd76f commit 19e5db7

File tree

11 files changed

+46
-47
lines changed

11 files changed

+46
-47
lines changed

eFormAPI/Installation/AllowMultipleVersions/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.1.2.4")]
36-
[assembly: AssemblyFileVersion("1.1.2.4")]
35+
[assembly: AssemblyVersion("1.1.2.5")]
36+
[assembly: AssemblyFileVersion("1.1.2.5")]

eFormAPI/Installation/AllowMultipleVersionsBundle/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.1.2.4")]
36-
[assembly: AssemblyFileVersion("1.1.2.4")]
35+
[assembly: AssemblyVersion("1.1.2.5")]
36+
[assembly: AssemblyFileVersion("1.1.2.5")]

eFormAPI/Installation/CustomActions/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.1.2.4")]
35-
[assembly: AssemblyFileVersion("1.1.2.4")]
34+
[assembly: AssemblyVersion("1.1.2.5")]
35+
[assembly: AssemblyFileVersion("1.1.2.5")]

eFormAPI/Installation/MainInstaller/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!--<?define MicrotingService_TargetDir=$(var.eFormAPI.Web.TargetDir)?>-->
44
<?define ProductName="Microting eForm API" ?>
55

6-
<Product Id="*" Name="$(var.ProductName)" Language="1033" Version="1.1.2.4" Manufacturer="Microting A/S">
6+
<Product Id="*" Name="$(var.ProductName)" Language="1033" Version="1.1.2.5" Manufacturer="Microting A/S">
77
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" InstallPrivileges="elevated" AdminImage="yes" />
88

99
<UIRef Id="WixUI_InstallDirModified" />

eFormAPI/eFormAPI.Common/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.1.2.4")]
35-
[assembly: AssemblyFileVersion("1.1.2.4")]
34+
[assembly: AssemblyVersion("1.1.2.5")]
35+
[assembly: AssemblyFileVersion("1.1.2.5")]

eFormAPI/eFormAPI.Common/eFormAPI.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.4.4\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.4.6\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.4.4\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.4.6\lib\AWSSDK.SQS.dll</HintPath>
3838
</Reference>
39-
<Reference Include="eFormCommunicator, Version=1.6.4.4, Culture=neutral, PublicKeyToken=null">
40-
<HintPath>..\packages\Microting.eForm.1.6.4.4\lib\eFormCommunicator.dll</HintPath>
39+
<Reference Include="eFormCommunicator, Version=1.6.4.6, Culture=neutral, processorArchitecture=AMD64">
40+
<HintPath>..\packages\Microting.eForm.1.6.4.6\lib\eFormCommunicator.dll</HintPath>
4141
</Reference>
42-
<Reference Include="eFormCore, Version=1.6.4.4, Culture=neutral, PublicKeyToken=null">
43-
<HintPath>..\packages\Microting.eForm.1.6.4.4\lib\eFormCore.dll</HintPath>
42+
<Reference Include="eFormCore, Version=1.6.4.6, Culture=neutral, processorArchitecture=AMD64">
43+
<HintPath>..\packages\Microting.eForm.1.6.4.6\lib\eFormCore.dll</HintPath>
4444
</Reference>
45-
<Reference Include="eFormData, Version=1.6.4.4, Culture=neutral, PublicKeyToken=null">
46-
<HintPath>..\packages\Microting.eForm.1.6.4.4\lib\eFormData.dll</HintPath>
45+
<Reference Include="eFormData, Version=1.6.4.6, Culture=neutral, processorArchitecture=AMD64">
46+
<HintPath>..\packages\Microting.eForm.1.6.4.6\lib\eFormData.dll</HintPath>
4747
</Reference>
48-
<Reference Include="eFormShared, Version=1.6.4.4, Culture=neutral, PublicKeyToken=null">
49-
<HintPath>..\packages\Microting.eForm.1.6.4.4\lib\eFormShared.dll</HintPath>
48+
<Reference Include="eFormShared, Version=1.6.4.6, Culture=neutral, processorArchitecture=AMD64">
49+
<HintPath>..\packages\Microting.eForm.1.6.4.6\lib\eFormShared.dll</HintPath>
5050
</Reference>
51-
<Reference Include="eFormSqlController, Version=1.6.4.4, Culture=neutral, PublicKeyToken=null">
52-
<HintPath>..\packages\Microting.eForm.1.6.4.4\lib\eFormSqlController.dll</HintPath>
51+
<Reference Include="eFormSqlController, Version=1.6.4.6, Culture=neutral, processorArchitecture=AMD64">
52+
<HintPath>..\packages\Microting.eForm.1.6.4.6\lib\eFormSqlController.dll</HintPath>
5353
</Reference>
54-
<Reference Include="eFormSubscriber, Version=1.6.4.4, Culture=neutral, PublicKeyToken=null">
55-
<HintPath>..\packages\Microting.eForm.1.6.4.4\lib\eFormSubscriber.dll</HintPath>
54+
<Reference Include="eFormSubscriber, Version=1.6.4.6, Culture=neutral, processorArchitecture=AMD64">
55+
<HintPath>..\packages\Microting.eForm.1.6.4.6\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/eFormAPI.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.4.4" targetFramework="net46" />
5+
<package id="Microting.eForm" version="1.6.4.6" targetFramework="net46" />
66
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net46" />
77
</packages>

eFormAPI/eFormAPI/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Revision and Build Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.1.2.3")]
35-
[assembly: AssemblyFileVersion("1.1.2.3")]
34+
[assembly: AssemblyVersion("1.1.2.5")]
35+
[assembly: AssemblyFileVersion("1.1.2.5")]

eFormAPI/eFormAPI/Web.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
1010
</configSections>
1111
<connectionStrings>
12-
<add name="eFormMainConnection" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=eFormMain;Integrated Security=True"
13-
providerName="System.Data.SqlClient" />
12+
<add name="eFormMainConnection" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=eFormMain;Integrated Security=True" providerName="System.Data.SqlClient" />
1413
</connectionStrings>
1514
<appSettings>
1615
<add key="webpages:Version" value="3.0.0.0" />

eFormAPI/eFormAPI/eFormAPI.Web.csproj

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -67,29 +67,29 @@
6767
<HintPath>..\packages\AutoMapper.6.1.1\lib\net45\AutoMapper.dll</HintPath>
6868
<Private>True</Private>
6969
</Reference>
70-
<Reference Include="AWSSDK.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604">
71-
<HintPath>..\packages\Microting.eForm.1.6.4.4\lib\AWSSDK.Core.dll</HintPath>
70+
<Reference Include="AWSSDK.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
71+
<HintPath>..\packages\Microting.eForm.1.6.4.6\lib\AWSSDK.Core.dll</HintPath>
7272
</Reference>
73-
<Reference Include="AWSSDK.SQS, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604">
74-
<HintPath>..\packages\Microting.eForm.1.6.4.4\lib\AWSSDK.SQS.dll</HintPath>
73+
<Reference Include="AWSSDK.SQS, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
74+
<HintPath>..\packages\Microting.eForm.1.6.4.6\lib\AWSSDK.SQS.dll</HintPath>
7575
</Reference>
76-
<Reference Include="eFormCommunicator, Version=1.6.4.4, Culture=neutral, PublicKeyToken=null">
77-
<HintPath>..\packages\Microting.eForm.1.6.4.4\lib\eFormCommunicator.dll</HintPath>
76+
<Reference Include="eFormCommunicator, Version=1.6.4.6, Culture=neutral, processorArchitecture=AMD64">
77+
<HintPath>..\packages\Microting.eForm.1.6.4.6\lib\eFormCommunicator.dll</HintPath>
7878
</Reference>
79-
<Reference Include="eFormCore, Version=1.6.4.4, Culture=neutral, PublicKeyToken=null">
80-
<HintPath>..\packages\Microting.eForm.1.6.4.4\lib\eFormCore.dll</HintPath>
79+
<Reference Include="eFormCore, Version=1.6.4.6, Culture=neutral, processorArchitecture=AMD64">
80+
<HintPath>..\packages\Microting.eForm.1.6.4.6\lib\eFormCore.dll</HintPath>
8181
</Reference>
82-
<Reference Include="eFormData, Version=1.6.4.4, Culture=neutral, PublicKeyToken=null">
83-
<HintPath>..\packages\Microting.eForm.1.6.4.4\lib\eFormData.dll</HintPath>
82+
<Reference Include="eFormData, Version=1.6.4.6, Culture=neutral, processorArchitecture=AMD64">
83+
<HintPath>..\packages\Microting.eForm.1.6.4.6\lib\eFormData.dll</HintPath>
8484
</Reference>
85-
<Reference Include="eFormShared, Version=1.6.4.4, Culture=neutral, PublicKeyToken=null">
86-
<HintPath>..\packages\Microting.eForm.1.6.4.4\lib\eFormShared.dll</HintPath>
85+
<Reference Include="eFormShared, Version=1.6.4.6, Culture=neutral, processorArchitecture=AMD64">
86+
<HintPath>..\packages\Microting.eForm.1.6.4.6\lib\eFormShared.dll</HintPath>
8787
</Reference>
88-
<Reference Include="eFormSqlController, Version=1.6.4.4, Culture=neutral, PublicKeyToken=null">
89-
<HintPath>..\packages\Microting.eForm.1.6.4.4\lib\eFormSqlController.dll</HintPath>
88+
<Reference Include="eFormSqlController, Version=1.6.4.6, Culture=neutral, processorArchitecture=AMD64">
89+
<HintPath>..\packages\Microting.eForm.1.6.4.6\lib\eFormSqlController.dll</HintPath>
9090
</Reference>
91-
<Reference Include="eFormSubscriber, Version=1.6.4.4, Culture=neutral, PublicKeyToken=null">
92-
<HintPath>..\packages\Microting.eForm.1.6.4.4\lib\eFormSubscriber.dll</HintPath>
91+
<Reference Include="eFormSubscriber, Version=1.6.4.6, Culture=neutral, processorArchitecture=AMD64">
92+
<HintPath>..\packages\Microting.eForm.1.6.4.6\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>

0 commit comments

Comments
 (0)