Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado-x committed Mar 6, 2018
1 parent 1584790 commit ea06cef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/X.PagedList.Mvc.Core/X.PagedList.Mvc.Core.csproj
Expand Up @@ -3,16 +3,16 @@
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Description>Library for easily paging through any IEnumerable/IQueryable in ASP.NET Core</Description>
<Authors>Copyright Troy Goode, Ernado © 2017</Authors>
<Authors>Copyright Troy Goode, Ernado © 2018</Authors>
<Company>.NET Core Ukrainian User Group</Company>
<PackageLicenseUrl>https://github.com/dncuug/X.PagedList/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/dncuug/X.PagedList</PackageProjectUrl>
<PackageIconUrl>https://ru.gravatar.com/userimage/8071071/f2dc08ee7e4016451f64a7ae9cffd110.png?size=200</PackageIconUrl>
<RepositoryUrl>https://github.com/dncuug/X.PagedList.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Version>7.2.2</Version>
<AssemblyVersion>7.2.0</AssemblyVersion>
<FileVersion>7.2.0</FileVersion>
<Version>7.2.4</Version>
<AssemblyVersion>7.2.4</AssemblyVersion>
<FileVersion>7.2.4</FileVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.0.0" />
Expand Down

0 comments on commit ea06cef

Please sign in to comment.