Skip to content

Commit 3dec65b

Browse files
Garvin CasimirGarvin Casimir
Garvin Casimir
authored and
Garvin Casimir
committed
Fixing nuget spec and adding nuget suff to gitignore
1 parent 74be9a4 commit 3dec65b

File tree

5 files changed

+4
-140
lines changed

5 files changed

+4
-140
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ publish/
9696
# NuGet Packages Directory
9797
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
9898
packages/
99+
.nuget
100+
*.nupkg
101+
*.nupkg.bak
99102

100103
# Windows Azure Build Output
101104
csx

.nuget/NuGet.Config

-6
This file was deleted.

.nuget/NuGet.exe

-760 KB
Binary file not shown.

.nuget/NuGet.targets

-133
This file was deleted.

DataTablesParser.NuGet/Package.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency id="EntityFramework" version="5.0.0" />
2626
</group>
2727
</dependencies>
28-
<tags>C# Datatables.net javascript parser json</tags>
28+
<tags>C# Datatables Datatables.net javascript parser json Linq entity framework asp.net mvc</tags>
2929
</metadata>
3030
<files>
3131
<file src="lib/DataTablesParser.dll" target="lib" />

0 commit comments

Comments
 (0)