Skip to content

Commit 592b7cc

Browse files
committed
Updating:
- Microting.eForm to 3.0.62 - Microting.eFormApi.BasePn to 1.1.43
1 parent bbcc8ea commit 592b7cc

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

eFormAPI/eFormAPI/Web.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
1111
</configSections>
1212
<connectionStrings>
13-
<add name="eFormMainConnection" connectionString="" providerName="System.Data.SqlClient" />
13+
<add name="eFormMainConnection" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=405_Angular;User Id=sa;Password=aiT1sueh;" providerName="System.Data.SqlClient" />
1414
<add name="eFormVehiclesPnConnection" connectionString="" providerName="System.Data.SqlClient" />
1515
</connectionStrings>
1616
<appSettings>
@@ -37,7 +37,7 @@
3737
<add key="restore:securityCode" value="code" />
3838
<add key="restore:defaultPassword" value="Qq1234567$" />
3939
<add key="auth:isTwoFactorForced" value="False" />
40-
<add key="general:defaultLocale" value="en-US" />
40+
<add key="general:defaultLocale" />
4141
</appSettings>
4242
<!--
4343
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.

eFormAPI/eFormAPI/eFormAPI.Web.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@
133133
<Reference Include="Microsoft.Owin.Security.OAuth, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
134134
<HintPath>..\packages\Microsoft.Owin.Security.OAuth.3.1.0\lib\net45\Microsoft.Owin.Security.OAuth.dll</HintPath>
135135
</Reference>
136-
<Reference Include="Microting.eForm, Version=3.0.61.0, Culture=neutral, processorArchitecture=MSIL">
137-
<HintPath>..\packages\Microting.eForm.3.0.61\lib\net45\Microting.eForm.dll</HintPath>
136+
<Reference Include="Microting.eForm, Version=3.0.62.0, Culture=neutral, processorArchitecture=MSIL">
137+
<HintPath>..\packages\Microting.eForm.3.0.62\lib\net45\Microting.eForm.dll</HintPath>
138138
</Reference>
139-
<Reference Include="Microting.eFormApi.BasePn, Version=1.1.40.0, Culture=neutral, processorArchitecture=MSIL">
140-
<HintPath>..\packages\Microting.eFormApi.BasePn.1.1.40\lib\net461\Microting.eFormApi.BasePn.dll</HintPath>
139+
<Reference Include="Microting.eFormApi.BasePn, Version=1.1.43.0, Culture=neutral, processorArchitecture=MSIL">
140+
<HintPath>..\packages\Microting.eFormApi.BasePn.1.1.43\lib\net461\Microting.eFormApi.BasePn.dll</HintPath>
141141
</Reference>
142142
<Reference Include="MySql.Data, Version=6.9.12.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
143143
<HintPath>..\packages\MySql.Data.6.9.12\lib\net45\MySql.Data.dll</HintPath>

eFormAPI/eFormAPI/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
<package id="Microsoft.Owin.Security.Cookies" version="3.1.0" targetFramework="net46" />
3838
<package id="Microsoft.Owin.Security.OAuth" version="3.1.0" targetFramework="net46" />
3939
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net46" />
40-
<package id="Microting.eForm" version="3.0.61" targetFramework="net461" />
41-
<package id="Microting.eFormApi.BasePn" version="1.1.40" targetFramework="net461" />
40+
<package id="Microting.eForm" version="3.0.62" targetFramework="net461" />
41+
<package id="Microting.eFormApi.BasePn" version="1.1.43" targetFramework="net461" />
4242
<package id="Modernizr" version="2.8.3" targetFramework="net46" />
4343
<package id="MySql.Data" version="6.9.12" targetFramework="net461" />
4444
<package id="MySql.Data.Entity" version="6.9.12" targetFramework="net461" />

0 commit comments

Comments
 (0)