Skip to content

Commit

Permalink
package upgrade to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
sisindrymedagam committed Nov 24, 2024
1 parent ade7353 commit 0a63b35
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/P.Pager.Mvc.Core/P.Pager.Mvc.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
<Description>Lightweight package for easily paging through any IEnumerable/IQueryable in .NET Core Mvc Web Application.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIconUrl>https://raw.githubusercontent.com/BlogArray/P.Pager/master/icon.png</PackageIconUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageProjectUrl>https://github.com/BlogArray/P.Pager</PackageProjectUrl>
<RepositoryUrl>https://github.com/BlogArray/P.Pager.git</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryType>git</RepositoryType>
<PackageTags>Paged list, paging in .net core, asp.net pagedlist, paging in .net, paging in mvc, MvcPager, MvcPagedList, PaginationInMvc, MvcPagination</PackageTags>
<NeutralLanguage>en-IN</NeutralLanguage>
Expand All @@ -28,4 +30,12 @@
<ItemGroup>
<ProjectReference Include="..\P.Pager\P.Pager.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\icon.png" Pack="true" PackagePath="\"/>
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
<ItemGroup>
<Content Include="..\..\icon.png" Link="icon.png" CopyToOutputDirectory="Always" />
<Content Include="..\..\README.md" Link="README.md" CopyToOutputDirectory="Always" />
</ItemGroup>
</Project>
10 changes: 10 additions & 0 deletions src/P.Pager/P.Pager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
<Description>Lightweight package for easily paging through any IEnumerable/IQueryable in .NET and .NET Core.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIconUrl>https://raw.githubusercontent.com/BlogArray/P.Pager/master/icon.png</PackageIconUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageProjectUrl>https://github.com/BlogArray/P.Pager</PackageProjectUrl>
<RepositoryUrl>https://github.com/BlogArray/P.Pager.git</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryType>git</RepositoryType>
<PackageTags>Paged list, paging in .net core, asp.net pagedlist, paging in .net, paging in mvc, MvcPager, MvcPagedList, PaginationInMvc, MvcPagination</PackageTags>
<NeutralLanguage>en-IN</NeutralLanguage>
Expand All @@ -22,4 +24,12 @@
<PackageReleaseNotes>v9.0 - P.Pager now Support .Net Core 6 above.</PackageReleaseNotes>
<AssemblyOriginatorKeyFile>p.pager.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\icon.png" Pack="true" PackagePath="\"/>
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
<ItemGroup>
<Content Include="..\..\icon.png" Link="icon.png" CopyToOutputDirectory="Always" />
<Content Include="..\..\README.md" Link="README.md" CopyToOutputDirectory="Always" />
</ItemGroup>
</Project>

0 comments on commit 0a63b35

Please sign in to comment.