Skip to content

Commit

Permalink
Fixing nuget spec and adding nuget suff to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Garvin Casimir authored and Garvin Casimir committed Jul 18, 2013
1 parent 74be9a4 commit 3dec65b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 140 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ publish/
# NuGet Packages Directory
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
packages/
.nuget
*.nupkg
*.nupkg.bak

# Windows Azure Build Output
csx
Expand Down
6 changes: 0 additions & 6 deletions .nuget/NuGet.Config

This file was deleted.

Binary file removed .nuget/NuGet.exe
Binary file not shown.
133 changes: 0 additions & 133 deletions .nuget/NuGet.targets

This file was deleted.

2 changes: 1 addition & 1 deletion DataTablesParser.NuGet/Package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency id="EntityFramework" version="5.0.0" />
</group>
</dependencies>
<tags>C# Datatables.net javascript parser json</tags>
<tags>C# Datatables Datatables.net javascript parser json Linq entity framework asp.net mvc</tags>
</metadata>
<files>
<file src="lib/DataTablesParser.dll" target="lib" />
Expand Down

0 comments on commit 3dec65b

Please sign in to comment.