Skip to content

Commit

Permalink
Update Abp to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maliming committed Dec 7, 2018
1 parent 1dc5237 commit 7c13392
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions Abp.GeneralTree/Abp.GeneralTree.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Version>2.4.0</Version>
<Version>2.4.1</Version>
<PackageProjectUrl>https://github.com/maliming/Abp.GeneralTree</PackageProjectUrl>
<Authors>maliming</Authors>
<Company>maliming</Company>
<PackageReleaseNotes>fix bug</PackageReleaseNotes>
<PackageReleaseNotes>Update Abp to 4.0.2</PackageReleaseNotes>
<Description>Abp.GeneralTree Based on the idea of Organizations in abp module-zero, we did a general management of the entity tree structure.</Description>
<AssemblyVersion>2.4.0.0</AssemblyVersion>
<FileVersion>2.4.0.0</FileVersion>
<AssemblyVersion>2.4.1.0</AssemblyVersion>
<FileVersion>2.4.1.0</FileVersion>
<PackageTags>abp,generaltree</PackageTags>
<RepositoryUrl>https://github.com/maliming/Abp.GeneralTree</RepositoryUrl>
<RepositoryType />
Expand All @@ -21,7 +21,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Abp" Version="3.8.2" />
<PackageReference Include="Abp" Version="4.0.2" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions TreeApplication/TreeApplication.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Abp" Version="3.8.2" />
<PackageReference Include="Abp.EntityFrameworkCore" Version="3.8.2" />
<PackageReference Include="Abp" Version="4.0.2" />
<PackageReference Include="Abp.EntityFrameworkCore" Version="4.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down
14 changes: 7 additions & 7 deletions TreeTests/TreeTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Abp.EntityFrameworkCore" Version="3.8.2" />
<PackageReference Include="Abp.TestBase" Version="3.8.2" />
<PackageReference Include="Abp.EntityFrameworkCore" Version="4.0.2" />
<PackageReference Include="Abp.TestBase" Version="4.0.2" />
<PackageReference Include="Castle.Windsor.MsDependencyInjection" Version="3.3.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="2.1.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
<PackageReference Include="Shouldly" Version="3.0.0" />
<PackageReference Include="xunit" Version="2.4.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0">
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="2.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
<PackageReference Include="Shouldly" Version="3.0.2" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 7c13392

Please sign in to comment.