Skip to content

Commit

Permalink
Update and align projects version
Browse files Browse the repository at this point in the history
  • Loading branch information
a-gubskiy committed Nov 8, 2017
1 parent 3a7be22 commit c7faf0c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/X.PagedList.Mvc.Core/X.PagedList.Mvc.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<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>1.0.7-beta</Version>
<AssemblyVersion>1.0.7</AssemblyVersion>
<FileVersion>1.0.7</FileVersion>
<Version>7.2.0</Version>
<AssemblyVersion>7.2.0</AssemblyVersion>
<FileVersion>7.2.0</FileVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.0.0" />
Expand Down
6 changes: 3 additions & 3 deletions src/X.PagedList.Mvc/X.PagedList.Mvc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net452</TargetFramework>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>7.1.7</Version>
<Version>7.2.0</Version>
<Authors>Copyright Troy Goode, Ernado © 2017</Authors>
<Company>.NET Core Ukrainian User Group</Company>
<Description>Library for easily paging through any IEnumerable/IQueryable in ASP.NET MVC</Description>
Expand All @@ -14,8 +14,8 @@
<RepositoryType>git</RepositoryType>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>x_paged_list_mvc.snk</AssemblyOriginatorKeyFile>
<AssemblyVersion>7.1.7</AssemblyVersion>
<FileVersion>7.1.7</FileVersion>
<AssemblyVersion>7.2.0</AssemblyVersion>
<FileVersion>7.2.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/X.PagedList/X.PagedList.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Authors>Copyright Troy Goode, Ernado © 2017</Authors>
<Company>.NET Core Ukrainian User Group</Company>
<Version>7.1.7</Version>
<AssemblyVersion>7.1.7</AssemblyVersion>
<FileVersion>7.1.7</FileVersion>
<Version>7.2.0</Version>
<AssemblyVersion>7.2.0</AssemblyVersion>
<FileVersion>7.2.0</FileVersion>
<PackageProjectUrl>https://github.com/dncuug/X.PagedList</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/dncuug/X.PagedList/blob/master/LICENSE</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit c7faf0c

Please sign in to comment.