Skip to content

Commit

Permalink
Updated to ABP v0.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed Sep 6, 2014
1 parent 7083f13 commit b7c3daf
Show file tree
Hide file tree
Showing 12 changed files with 54 additions and 54 deletions.
8 changes: 4 additions & 4 deletions src/Taskever.Application/Taskever.Application.csproj
Expand Up @@ -33,13 +33,13 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Abp, Version=0.3.1.3, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Abp, Version=0.3.2.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Abp.0.3.1.3\lib\net451\Abp.dll</HintPath>
<HintPath>..\packages\Abp.0.3.2.0\lib\net451\Abp.dll</HintPath>
</Reference>
<Reference Include="Abp.Application, Version=0.3.1.3, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Abp.Application, Version=0.3.2.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Abp.Application.0.3.1.3\lib\net451\Abp.Application.dll</HintPath>
<HintPath>..\packages\Abp.Application.0.3.2.0\lib\net451\Abp.Application.dll</HintPath>
</Reference>
<Reference Include="Abp.Modules.Core, Version=0.3.1.2, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
4 changes: 2 additions & 2 deletions src/Taskever.Application/packages.config
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Abp" version="0.3.1.3" targetFramework="net451" />
<package id="Abp.Application" version="0.3.1.3" targetFramework="net451" />
<package id="Abp" version="0.3.2.0" targetFramework="net451" />
<package id="Abp.Application" version="0.3.2.0" targetFramework="net451" />
<package id="Abp.Modules.Core" version="0.3.1.2" targetFramework="net451" />
<package id="Abp.Modules.Core.Application" version="0.3.1.2" targetFramework="net451" />
<package id="AutoMapper" version="3.2.1" targetFramework="net451" />
Expand Down
Expand Up @@ -32,13 +32,13 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Abp, Version=0.3.1.3, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Abp, Version=0.3.2.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Abp.0.3.1.3\lib\net451\Abp.dll</HintPath>
<HintPath>..\packages\Abp.0.3.2.0\lib\net451\Abp.dll</HintPath>
</Reference>
<Reference Include="Abp.Infrastructure.EntityFramework, Version=0.3.1.3, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Abp.Infrastructure.EntityFramework, Version=0.3.2.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Abp.Infrastructure.EntityFramework.0.3.1.3\lib\net451\Abp.Infrastructure.EntityFramework.dll</HintPath>
<HintPath>..\packages\Abp.Infrastructure.EntityFramework.0.3.2.0\lib\net451\Abp.Infrastructure.EntityFramework.dll</HintPath>
</Reference>
<Reference Include="Abp.Modules.Core, Version=0.3.1.2, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
4 changes: 2 additions & 2 deletions src/Taskever.Infrastructure.EntityFramework/packages.config
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Abp" version="0.3.1.3" targetFramework="net451" />
<package id="Abp.Infrastructure.EntityFramework" version="0.3.1.3" targetFramework="net451" />
<package id="Abp" version="0.3.2.0" targetFramework="net451" />
<package id="Abp.Infrastructure.EntityFramework" version="0.3.2.0" targetFramework="net451" />
<package id="Abp.Modules.Core" version="0.3.1.2" targetFramework="net451" />
<package id="Abp.Modules.Core.Infrastructure.EntityFramework" version="0.3.1.2" targetFramework="net451" />
<package id="Castle.Core" version="3.3.0" targetFramework="net451" />
Expand Down
Expand Up @@ -33,17 +33,17 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Abp, Version=0.3.1.3, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Abp, Version=0.3.2.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Abp.0.3.1.3\lib\net451\Abp.dll</HintPath>
<HintPath>..\packages\Abp.0.3.2.0\lib\net451\Abp.dll</HintPath>
</Reference>
<Reference Include="Abp.Application, Version=0.3.1.2, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Abp.Application, Version=0.3.2.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Abp.Application.0.3.1.2\lib\net451\Abp.Application.dll</HintPath>
<HintPath>..\packages\Abp.Application.0.3.2.0\lib\net451\Abp.Application.dll</HintPath>
</Reference>
<Reference Include="Abp.Infrastructure.NHibernate, Version=0.3.1.3, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Abp.Infrastructure.NHibernate, Version=0.3.2.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Abp.Infrastructure.NHibernate.0.3.1.3\lib\net451\Abp.Infrastructure.NHibernate.dll</HintPath>
<HintPath>..\packages\Abp.Infrastructure.NHibernate.0.3.2.0\lib\net451\Abp.Infrastructure.NHibernate.dll</HintPath>
</Reference>
<Reference Include="Abp.Modules.Core, Version=0.3.1.2, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
6 changes: 3 additions & 3 deletions src/Taskever.Infrastructure.NHibernate/packages.config
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Abp" version="0.3.1.3" targetFramework="net451" />
<package id="Abp.Application" version="0.3.1.2" targetFramework="net451" />
<package id="Abp.Infrastructure.NHibernate" version="0.3.1.3" targetFramework="net451" />
<package id="Abp" version="0.3.2.0" targetFramework="net451" />
<package id="Abp.Application" version="0.3.2.0" targetFramework="net451" />
<package id="Abp.Infrastructure.NHibernate" version="0.3.2.0" targetFramework="net451" />
<package id="Abp.Modules.Core" version="0.3.1.2" targetFramework="net451" />
<package id="Abp.Modules.Core.Infrastructure.NHibernate" version="0.3.1.2" targetFramework="net451" />
<package id="Castle.Core" version="3.3.0" targetFramework="net451" />
Expand Down
16 changes: 8 additions & 8 deletions src/Taskever.Web.Api/Taskever.Web.Api.csproj
Expand Up @@ -33,21 +33,21 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Abp, Version=0.3.1.3, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Abp, Version=0.3.2.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Abp.0.3.1.3\lib\net451\Abp.dll</HintPath>
<HintPath>..\packages\Abp.0.3.2.0\lib\net451\Abp.dll</HintPath>
</Reference>
<Reference Include="Abp.Application, Version=0.3.1.3, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Abp.Application, Version=0.3.2.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Abp.Application.0.3.1.3\lib\net451\Abp.Application.dll</HintPath>
<HintPath>..\packages\Abp.Application.0.3.2.0\lib\net451\Abp.Application.dll</HintPath>
</Reference>
<Reference Include="Abp.Web, Version=0.3.1.3, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Abp.Web, Version=0.3.2.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Abp.Web.0.3.1.3\lib\net451\Abp.Web.dll</HintPath>
<HintPath>..\packages\Abp.Web.0.3.2.0\lib\net451\Abp.Web.dll</HintPath>
</Reference>
<Reference Include="Abp.Web.Api, Version=0.3.1.3, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Abp.Web.Api, Version=0.3.2.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Abp.Web.Api.0.3.1.3\lib\net451\Abp.Web.Api.dll</HintPath>
<HintPath>..\packages\Abp.Web.Api.0.3.2.0\lib\net451\Abp.Web.Api.dll</HintPath>
</Reference>
<Reference Include="AutoMapper, Version=3.2.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
8 changes: 4 additions & 4 deletions src/Taskever.Web.Api/packages.config
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Abp" version="0.3.1.3" targetFramework="net451" />
<package id="Abp.Application" version="0.3.1.3" targetFramework="net451" />
<package id="Abp.Web" version="0.3.1.3" targetFramework="net451" />
<package id="Abp.Web.Api" version="0.3.1.3" targetFramework="net451" />
<package id="Abp" version="0.3.2.0" targetFramework="net451" />
<package id="Abp.Application" version="0.3.2.0" targetFramework="net451" />
<package id="Abp.Web" version="0.3.2.0" targetFramework="net451" />
<package id="Abp.Web.Api" version="0.3.2.0" targetFramework="net451" />
<package id="AutoMapper" version="3.2.1" targetFramework="net451" />
<package id="Castle.Core" version="3.3.0" targetFramework="net451" />
<package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net451" />
Expand Down
24 changes: 12 additions & 12 deletions src/Taskever.Web.Mvc/Taskever.Web.Mvc.csproj
Expand Up @@ -41,13 +41,13 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Abp, Version=0.3.1.3, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Abp, Version=0.3.2.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Abp.0.3.1.3\lib\net451\Abp.dll</HintPath>
<HintPath>..\packages\Abp.0.3.2.0\lib\net451\Abp.dll</HintPath>
</Reference>
<Reference Include="Abp.Application, Version=0.3.1.3, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Abp.Application, Version=0.3.2.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Abp.Application.0.3.1.3\lib\net451\Abp.Application.dll</HintPath>
<HintPath>..\packages\Abp.Application.0.3.2.0\lib\net451\Abp.Application.dll</HintPath>
</Reference>
<Reference Include="Abp.Modules.Core, Version=0.3.1.2, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand All @@ -65,17 +65,17 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Abp.Modules.Core.Web.Mvc.0.3.1.2\lib\net451\Abp.Modules.Core.Web.Mvc.dll</HintPath>
</Reference>
<Reference Include="Abp.Web, Version=0.3.1.3, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Abp.Web, Version=0.3.2.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Abp.Web.0.3.1.3\lib\net451\Abp.Web.dll</HintPath>
<HintPath>..\packages\Abp.Web.0.3.2.0\lib\net451\Abp.Web.dll</HintPath>
</Reference>
<Reference Include="Abp.Web.Api, Version=0.3.1.3, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Abp.Web.Api, Version=0.3.2.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Abp.Web.Api.0.3.1.3\lib\net451\Abp.Web.Api.dll</HintPath>
<HintPath>..\packages\Abp.Web.Api.0.3.2.0\lib\net451\Abp.Web.Api.dll</HintPath>
</Reference>
<Reference Include="Abp.Web.Mvc, Version=0.3.1.3, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Abp.Web.Mvc, Version=0.3.2.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Abp.Web.Mvc.0.3.1.3\lib\net451\Abp.Web.Mvc.dll</HintPath>
<HintPath>..\packages\Abp.Web.Mvc.0.3.2.0\lib\net451\Abp.Web.Mvc.dll</HintPath>
</Reference>
<Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down Expand Up @@ -377,12 +377,12 @@
<Content Include="fonts\glyphicons-halflings-regular.eot" />
<Content Include="Content\bootstrap-theme.css.map" />
<Content Include="Content\bootstrap.css.map" />
<Content Include="Abp\Framework\styles\abp.less" />
<Content Include="Abp\Framework\styles\abp.css.map" />
<Content Include="fonts\fontawesome-webfont.woff" />
<Content Include="fonts\fontawesome-webfont.ttf" />
<Content Include="fonts\fontawesome-webfont.eot" />
<Content Include="fonts\FontAwesome.otf" />
<Content Include="Abp\Framework\styles\abp.less" />
<Content Include="Abp\Framework\styles\abp.css.map" />
<None Include="Scripts\jquery-2.1.1.intellisense.js" />
<Content Include="Scripts\durandal\viewEngine.js" />
<Content Include="Scripts\durandal\viewLocator.js" />
Expand Down
12 changes: 6 additions & 6 deletions src/Taskever.Web.Mvc/packages.config
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Abp" version="0.3.1.3" targetFramework="net451" />
<package id="Abp.Application" version="0.3.1.3" targetFramework="net451" />
<package id="Abp" version="0.3.2.0" targetFramework="net451" />
<package id="Abp.Application" version="0.3.2.0" targetFramework="net451" />
<package id="Abp.Modules.Core" version="0.3.1.2" targetFramework="net451" />
<package id="Abp.Modules.Core.Application" version="0.3.1.2" targetFramework="net451" />
<package id="Abp.Modules.Core.Web.Api" version="0.3.1.2" targetFramework="net451" />
<package id="Abp.Modules.Core.Web.Mvc" version="0.3.1.2" targetFramework="net451" />
<package id="Abp.Web" version="0.3.1.3" targetFramework="net451" />
<package id="Abp.Web.Api" version="0.3.1.3" targetFramework="net451" />
<package id="Abp.Web.Mvc" version="0.3.1.3" targetFramework="net451" />
<package id="Abp.Web.Resources" version="0.3.1.3" targetFramework="net451" />
<package id="Abp.Web" version="0.3.2.0" targetFramework="net451" />
<package id="Abp.Web.Api" version="0.3.2.0" targetFramework="net451" />
<package id="Abp.Web.Mvc" version="0.3.2.0" targetFramework="net451" />
<package id="Abp.Web.Resources" version="0.3.2.0" targetFramework="net451" />
<package id="Antlr" version="3.5.0.2" targetFramework="net451" />
<package id="AutoMapper" version="3.2.1" targetFramework="net451" />
<package id="bootstrap" version="3.2.0" targetFramework="net451" />
Expand Down
4 changes: 2 additions & 2 deletions src/Taskever/Taskever.csproj
Expand Up @@ -33,9 +33,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Abp, Version=0.3.1.3, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Abp, Version=0.3.2.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Abp.0.3.1.3\lib\net451\Abp.dll</HintPath>
<HintPath>..\packages\Abp.0.3.2.0\lib\net451\Abp.dll</HintPath>
</Reference>
<Reference Include="Abp.Modules.Core, Version=0.3.1.2, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/Taskever/packages.config
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Abp" version="0.3.1.3" targetFramework="net451" />
<package id="Abp" version="0.3.2.0" targetFramework="net451" />
<package id="Abp.Modules.Core" version="0.3.1.2" targetFramework="net451" />
<package id="Castle.Core" version="3.3.0" targetFramework="net451" />
<package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net451" />
Expand Down

0 comments on commit b7c3daf

Please sign in to comment.