Skip to content

Commit 24d1997

Browse files
committed
Updating to version 1.6.2.1 of the SDK and releasing version 1.1.0.5.
1 parent fb3689d commit 24d1997

File tree

6 files changed

+37
-36
lines changed

6 files changed

+37
-36
lines changed

eFormAPI/eFormAPI/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[assembly: AssemblyTitle("eFormAPI")]
88
[assembly: AssemblyDescription("")]
99
[assembly: AssemblyConfiguration("")]
10-
[assembly: AssemblyCompany("")]
10+
[assembly: AssemblyCompany("Microting A/S")]
1111
[assembly: AssemblyProduct("eFormAPI")]
1212
[assembly: AssemblyCopyright("Copyright © 2017")]
1313
[assembly: AssemblyTrademark("")]
@@ -30,5 +30,6 @@
3030
//
3131
// You can specify all the values or you can default the Revision and Build Numbers
3232
// by using the '*' as shown below:
33-
[assembly: AssemblyVersion("1.1.0.4")]
34-
[assembly: AssemblyFileVersion("1.1.0.4")]
33+
// [assembly: AssemblyVersion("1.0.*")]
34+
[assembly: AssemblyVersion("1.1.0.5")]
35+
[assembly: AssemblyFileVersion("1.1.0.5")]

eFormAPI/eFormAPI/eFormAPI.Web.csproj

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -65,28 +65,28 @@
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.2\lib\AWSSDK.Core.dll</HintPath>
68+
<HintPath>..\packages\Microting.eForm.1.6.2.1\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.2\lib\AWSSDK.SQS.dll</HintPath>
71+
<HintPath>..\packages\Microting.eForm.1.6.2.1\lib\AWSSDK.SQS.dll</HintPath>
7272
</Reference>
73-
<Reference Include="eFormCommunicator, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL">
74-
<HintPath>..\packages\Microting.eForm.1.6.2\lib\eFormCommunicator.dll</HintPath>
73+
<Reference Include="eFormCommunicator, Version=1.6.2.1, Culture=neutral, processorArchitecture=MSIL">
74+
<HintPath>..\packages\Microting.eForm.1.6.2.1\lib\eFormCommunicator.dll</HintPath>
7575
</Reference>
76-
<Reference Include="eFormCore, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL">
77-
<HintPath>..\packages\Microting.eForm.1.6.2\lib\eFormCore.dll</HintPath>
76+
<Reference Include="eFormCore, Version=1.6.2.1, Culture=neutral, processorArchitecture=MSIL">
77+
<HintPath>..\packages\Microting.eForm.1.6.2.1\lib\eFormCore.dll</HintPath>
7878
</Reference>
79-
<Reference Include="eFormData, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL">
80-
<HintPath>..\packages\Microting.eForm.1.6.2\lib\eFormData.dll</HintPath>
79+
<Reference Include="eFormData, Version=1.6.2.1, Culture=neutral, processorArchitecture=MSIL">
80+
<HintPath>..\packages\Microting.eForm.1.6.2.1\lib\eFormData.dll</HintPath>
8181
</Reference>
82-
<Reference Include="eFormShared, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL">
83-
<HintPath>..\packages\Microting.eForm.1.6.2\lib\eFormShared.dll</HintPath>
82+
<Reference Include="eFormShared, Version=1.6.2.1, Culture=neutral, processorArchitecture=MSIL">
83+
<HintPath>..\packages\Microting.eForm.1.6.2.1\lib\eFormShared.dll</HintPath>
8484
</Reference>
85-
<Reference Include="eFormSqlController, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL">
86-
<HintPath>..\packages\Microting.eForm.1.6.2\lib\eFormSqlController.dll</HintPath>
85+
<Reference Include="eFormSqlController, Version=1.6.2.1, Culture=neutral, processorArchitecture=MSIL">
86+
<HintPath>..\packages\Microting.eForm.1.6.2.1\lib\eFormSqlController.dll</HintPath>
8787
</Reference>
88-
<Reference Include="eFormSubscriber, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL">
89-
<HintPath>..\packages\Microting.eForm.1.6.2\lib\eFormSubscriber.dll</HintPath>
88+
<Reference Include="eFormSubscriber, Version=1.6.2.1, Culture=neutral, processorArchitecture=MSIL">
89+
<HintPath>..\packages\Microting.eForm.1.6.2.1\lib\eFormSubscriber.dll</HintPath>
9090
</Reference>
9191
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
9292
<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" targetFramework="net46" />
36+
<package id="Microting.eForm" version="1.6.2.1" 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/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[assembly: AssemblyTitle("eFromAPI.Common")]
88
[assembly: AssemblyDescription("")]
99
[assembly: AssemblyConfiguration("")]
10-
[assembly: AssemblyCompany("")]
10+
[assembly: AssemblyCompany("Microting A/S")]
1111
[assembly: AssemblyProduct("eFromAPI.Common")]
1212
[assembly: AssemblyCopyright("Copyright © 2017")]
1313
[assembly: AssemblyTrademark("")]
@@ -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.0.4")]
35-
[assembly: AssemblyFileVersion("1.1.0.4")]
34+
[assembly: AssemblyVersion("1.1.0.5")]
35+
[assembly: AssemblyFileVersion("1.1.0.5")]

eFormAPI/eFromAPI.Common/eFromAPI.Common.csproj

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,28 +31,28 @@
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.2\lib\AWSSDK.Core.dll</HintPath>
34+
<HintPath>..\packages\Microting.eForm.1.6.2.1\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.2\lib\AWSSDK.SQS.dll</HintPath>
37+
<HintPath>..\packages\Microting.eForm.1.6.2.1\lib\AWSSDK.SQS.dll</HintPath>
3838
</Reference>
39-
<Reference Include="eFormCommunicator, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL">
40-
<HintPath>..\packages\Microting.eForm.1.6.2\lib\eFormCommunicator.dll</HintPath>
39+
<Reference Include="eFormCommunicator, Version=1.6.2.1, Culture=neutral, processorArchitecture=MSIL">
40+
<HintPath>..\packages\Microting.eForm.1.6.2.1\lib\eFormCommunicator.dll</HintPath>
4141
</Reference>
42-
<Reference Include="eFormCore, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL">
43-
<HintPath>..\packages\Microting.eForm.1.6.2\lib\eFormCore.dll</HintPath>
42+
<Reference Include="eFormCore, Version=1.6.2.1, Culture=neutral, processorArchitecture=MSIL">
43+
<HintPath>..\packages\Microting.eForm.1.6.2.1\lib\eFormCore.dll</HintPath>
4444
</Reference>
45-
<Reference Include="eFormData, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL">
46-
<HintPath>..\packages\Microting.eForm.1.6.2\lib\eFormData.dll</HintPath>
45+
<Reference Include="eFormData, Version=1.6.2.1, Culture=neutral, processorArchitecture=MSIL">
46+
<HintPath>..\packages\Microting.eForm.1.6.2.1\lib\eFormData.dll</HintPath>
4747
</Reference>
48-
<Reference Include="eFormShared, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL">
49-
<HintPath>..\packages\Microting.eForm.1.6.2\lib\eFormShared.dll</HintPath>
48+
<Reference Include="eFormShared, Version=1.6.2.1, Culture=neutral, processorArchitecture=MSIL">
49+
<HintPath>..\packages\Microting.eForm.1.6.2.1\lib\eFormShared.dll</HintPath>
5050
</Reference>
51-
<Reference Include="eFormSqlController, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL">
52-
<HintPath>..\packages\Microting.eForm.1.6.2\lib\eFormSqlController.dll</HintPath>
51+
<Reference Include="eFormSqlController, Version=1.6.2.1, Culture=neutral, processorArchitecture=MSIL">
52+
<HintPath>..\packages\Microting.eForm.1.6.2.1\lib\eFormSqlController.dll</HintPath>
5353
</Reference>
54-
<Reference Include="eFormSubscriber, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL">
55-
<HintPath>..\packages\Microting.eForm.1.6.2\lib\eFormSubscriber.dll</HintPath>
54+
<Reference Include="eFormSubscriber, Version=1.6.2.1, Culture=neutral, processorArchitecture=MSIL">
55+
<HintPath>..\packages\Microting.eForm.1.6.2.1\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" targetFramework="net46" />
5+
<package id="Microting.eForm" version="1.6.2.1" targetFramework="net46" />
66
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net46" />
77
</packages>

0 commit comments

Comments
 (0)