Skip to content

Commit

Permalink
Upgraded to ABP 0.5.10.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed Apr 2, 2015
1 parent a0813b5 commit 4f2a8e5
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions src/Abp.Zero.EntityFramework/Abp.Zero.EntityFramework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
<DocumentationFile>bin\Release\Abp.Zero.EntityFramework.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Abp, Version=0.5.10.1, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Abp, Version=0.5.10.3, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Abp.0.5.10.1\lib\net451\Abp.dll</HintPath>
<HintPath>..\packages\Abp.0.5.10.3\lib\net451\Abp.dll</HintPath>
</Reference>
<Reference Include="Abp.EntityFramework, Version=0.5.10.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/Abp.Zero.EntityFramework/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Abp" version="0.5.10.1" targetFramework="net451" />
<package id="Abp" version="0.5.10.3" targetFramework="net451" />
<package id="Abp.EntityFramework" version="0.5.10.0" targetFramework="net451" />
<package id="Castle.Core" version="3.3.3" targetFramework="net451" />
<package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net451" />
Expand Down
4 changes: 2 additions & 2 deletions src/Abp.Zero.NHibernate/Abp.Zero.NHibernate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
<DocumentationFile>bin\Release\Abp.Zero.NHibernate.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Abp, Version=0.5.10.1, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Abp, Version=0.5.10.3, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Abp.0.5.10.1\lib\net451\Abp.dll</HintPath>
<HintPath>..\packages\Abp.0.5.10.3\lib\net451\Abp.dll</HintPath>
</Reference>
<Reference Include="Abp.FluentMigrator, Version=0.5.10.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/Abp.Zero.NHibernate/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Abp" version="0.5.10.1" targetFramework="net451" />
<package id="Abp" version="0.5.10.3" targetFramework="net451" />
<package id="Abp.FluentMigrator" version="0.5.10.0" targetFramework="net451" />
<package id="Abp.NHibernate" version="0.5.10.0" targetFramework="net451" />
<package id="Castle.Core" version="3.3.3" targetFramework="net451" />
Expand Down
4 changes: 2 additions & 2 deletions src/Abp.Zero/Abp.Zero.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
<DocumentationFile>bin\Release\Abp.Zero.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Abp, Version=0.5.10.1, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Abp, Version=0.5.10.3, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Abp.0.5.10.1\lib\net451\Abp.dll</HintPath>
<HintPath>..\packages\Abp.0.5.10.3\lib\net451\Abp.dll</HintPath>
</Reference>
<Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/Abp.Zero/Authorization/Users/AbpUserManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ public virtual async Task<AbpLoginResult> LoginAsync(string userNameOrEmailAddre
throw new ArgumentNullException("plainPassword");
}

using (_unitOfWorkManager.Current.DisableFilter(AbpDataFilters.MayHaveTenant))
using (_unitOfWorkManager.Current.DisableFilter(AbpDataFilters.MayHaveTenant)) //TODO: No need to filter settings after ABP 0.5.10.3. Test it.
{
TUser user;

Expand Down
2 changes: 1 addition & 1 deletion src/Abp.Zero/Zero/AbpZeroCoreModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class AbpZeroCoreModule : AbpModule
/// <summary>
/// Current version of the zero module.
/// </summary>
public const string CurrentVersion = "0.5.12.8";
public const string CurrentVersion = "0.5.13.0";

public override void PreInitialize()
{
Expand Down
2 changes: 1 addition & 1 deletion src/Abp.Zero/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Abp" version="0.5.10.1" targetFramework="net451" />
<package id="Abp" version="0.5.10.3" targetFramework="net451" />
<package id="Castle.Core" version="3.3.3" targetFramework="net451" />
<package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net451" />
<package id="Castle.Windsor" version="3.3.0" targetFramework="net451" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Abp, Version=0.5.10.1, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Abp, Version=0.5.10.3, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Abp.0.5.10.1\lib\net451\Abp.dll</HintPath>
<HintPath>..\..\packages\Abp.0.5.10.3\lib\net451\Abp.dll</HintPath>
</Reference>
<Reference Include="Abp.EntityFramework, Version=0.5.10.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/Tests/Abp.Zero.SampleApp.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Abp" version="0.5.10.1" targetFramework="net451" />
<package id="Abp" version="0.5.10.3" targetFramework="net451" />
<package id="Abp.EntityFramework" version="0.5.10.0" targetFramework="net451" />
<package id="Abp.TestBase" version="0.1.7.0" targetFramework="net451" />
<package id="Castle.Core" version="3.3.3" targetFramework="net451" />
Expand Down
4 changes: 2 additions & 2 deletions src/Tests/Abp.Zero.SampleApp/Abp.Zero.SampleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Abp, Version=0.5.10.1, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Abp, Version=0.5.10.3, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Abp.0.5.10.1\lib\net451\Abp.dll</HintPath>
<HintPath>..\..\packages\Abp.0.5.10.3\lib\net451\Abp.dll</HintPath>
</Reference>
<Reference Include="Abp.EntityFramework, Version=0.5.10.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/Tests/Abp.Zero.SampleApp/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Abp" version="0.5.10.1" targetFramework="net451" />
<package id="Abp" version="0.5.10.3" targetFramework="net451" />
<package id="Abp.EntityFramework" version="0.5.10.0" targetFramework="net451" />
<package id="Castle.Core" version="3.3.3" targetFramework="net451" />
<package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net451" />
Expand Down

0 comments on commit 4f2a8e5

Please sign in to comment.