Skip to content

Commit 6ba81c6

Browse files
committed
Adde nupkg content
1 parent d35c524 commit 6ba81c6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Mvc.JQuery.Datatables/Mvc.JQuery.Datatables.csproj

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
34
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
45
<PropertyGroup>
56
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -11,6 +12,20 @@
1112
<AssemblyName>Mvc.JQuery.DataTables</AssemblyName>
1213
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
1314
<FileAlignment>512</FileAlignment>
15+
<RootNamespace>Mvc.JQuery.DataTables</RootNamespace>
16+
<AssemblyName>Mvc.JQuery.DataTables</AssemblyName>
17+
<PackageId>Mvc.JQuery.DataTables</PackageId>
18+
19+
<PackageVersion>1.0.0</PackageVersion>
20+
<Authors>Harry McIntyre</Authors>
21+
<Description>Popular lib for using DataTables.net with IQueryable. Install this package to use with MVC5</Description>
22+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
23+
<PackageProjectUrl>https://github.com/mcintyre321/mvc.jquery.datatables</PackageProjectUrl>
24+
<Copyright>Harry McIntyre</Copyright>
25+
<PackageTags>jquery datatables iqueryable razor asp mvc mvc5</PackageTags>
26+
<PackageLicenseUrl>https://github.com/mcintyre321/mvc.jquery.datatables/blob/master/License.</PackageLicenseUrl> </PropertyGroup>
27+
28+
1429
</PropertyGroup>
1530
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1631
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)