Skip to content

Commit a652b5b

Browse files
committed
Updating:
- Microting.eForm to 2.1.302 - Microting.eFormApi.BasePn to 1.1.12
1 parent be95010 commit a652b5b

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=294_Angular;User Id=sa;Password=aiT1sueh;" providerName="System.Data.SqlClient" />
1414
<add name="eFormVehiclesPnConnection" connectionString="" providerName="System.Data.SqlClient" />
1515
</connectionStrings>
1616
<appSettings>
@@ -48,7 +48,7 @@
4848
-->
4949
<system.web>
5050
<compilation debug="true" targetFramework="4.6.1" />
51-
<httpRuntime targetFramework="4.6" maxRequestLength="1024000"/>
51+
<httpRuntime targetFramework="4.6" maxRequestLength="1024000" />
5252
<httpModules />
5353
</system.web>
5454
<system.webServer>

eFormAPI/eFormAPI/eFormAPI.Web.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,11 @@
130130
<Reference Include="Microsoft.Owin.Security.OAuth, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
131131
<HintPath>..\packages\Microsoft.Owin.Security.OAuth.3.1.0\lib\net45\Microsoft.Owin.Security.OAuth.dll</HintPath>
132132
</Reference>
133-
<Reference Include="Microting.eForm, Version=2.1.298.0, Culture=neutral, processorArchitecture=MSIL">
134-
<HintPath>..\packages\Microting.eForm.2.1.298\lib\net45\Microting.eForm.dll</HintPath>
133+
<Reference Include="Microting.eForm, Version=2.1.302.0, Culture=neutral, processorArchitecture=MSIL">
134+
<HintPath>..\packages\Microting.eForm.2.1.302\lib\net45\Microting.eForm.dll</HintPath>
135135
</Reference>
136-
<Reference Include="Microting.eFormApi.BasePn, Version=1.1.9.0, Culture=neutral, processorArchitecture=AMD64">
137-
<HintPath>..\packages\Microting.eFormApi.BasePn.1.1.9\lib\net46\Microting.eFormApi.BasePn.dll</HintPath>
136+
<Reference Include="Microting.eFormApi.BasePn, Version=1.1.12.0, Culture=neutral, processorArchitecture=MSIL">
137+
<HintPath>..\packages\Microting.eFormApi.BasePn.1.1.12\lib\net46\Microting.eFormApi.BasePn.dll</HintPath>
138138
</Reference>
139139
<Reference Include="MySql.Data, Version=6.9.12.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
140140
<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
@@ -36,8 +36,8 @@
3636
<package id="Microsoft.Owin.Security.Cookies" version="3.1.0" targetFramework="net46" />
3737
<package id="Microsoft.Owin.Security.OAuth" version="3.1.0" targetFramework="net46" />
3838
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net46" />
39-
<package id="Microting.eForm" version="2.1.298" targetFramework="net461" />
40-
<package id="Microting.eFormApi.BasePn" version="1.1.9" targetFramework="net461" />
39+
<package id="Microting.eForm" version="2.1.302" targetFramework="net461" />
40+
<package id="Microting.eFormApi.BasePn" version="1.1.12" targetFramework="net461" />
4141
<package id="Modernizr" version="2.8.3" targetFramework="net46" />
4242
<package id="MySql.Data" version="6.9.12" targetFramework="net461" />
4343
<package id="MySql.Data.Entity" version="6.9.12" targetFramework="net461" />

0 commit comments

Comments
 (0)