Skip to content

Commit

Permalink
Update Abp to 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maliming committed Mar 24, 2019
1 parent d855392 commit e662a8d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 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.2</Version>
<Version>2.4.3</Version>
<PackageProjectUrl>https://github.com/maliming/Abp.GeneralTree</PackageProjectUrl>
<Authors>maliming</Authors>
<Company>maliming</Company>
<PackageReleaseNotes>Update Abp to 4.2.0</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.2.0</AssemblyVersion>
<FileVersion>2.4.2.0</FileVersion>
<PackageReleaseNotes>Update Abp to 4.4.0</PackageReleaseNotes>
<Description>Abp.GeneralTree Based on the idea of Organizations in Abp, we did a general management of the entity tree structure.</Description>
<AssemblyVersion>2.4.3.0</AssemblyVersion>
<FileVersion>2.4.3.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="4.2.0" />
<PackageReference Include="Abp" Version="4.4.0" />
</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="4.2.0" />
<PackageReference Include="Abp.EntityFrameworkCore" Version="4.2.0" />
<PackageReference Include="Abp" Version="4.4.0" />
<PackageReference Include="Abp.EntityFrameworkCore" Version="4.4.0" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Abp.EntityFrameworkCore" Version="4.2.0" />
<PackageReference Include="Abp.TestBase" Version="4.2.0" />
<PackageReference Include="Abp.EntityFrameworkCore" Version="4.4.0" />
<PackageReference Include="Abp.TestBase" Version="4.4.0" />
<PackageReference Include="Castle.Windsor.MsDependencyInjection" Version="3.3.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="2.2.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="2.2.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
<PackageReference Include="Shouldly" Version="3.0.2" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
Expand Down

0 comments on commit e662a8d

Please sign in to comment.