diff --git a/build/.gitignore b/build/.gitignore new file mode 100644 index 0000000..003d18c --- /dev/null +++ b/build/.gitignore @@ -0,0 +1 @@ +Release \ No newline at end of file diff --git a/build/AutoReST.0.2.nupkg b/build/AutoReST.0.2.nupkg deleted file mode 100644 index 3105e02..0000000 Binary files a/build/AutoReST.0.2.nupkg and /dev/null differ diff --git a/build/AutoReST.nuspec b/build/AutoReST.nuspec deleted file mode 100644 index b653f0c..0000000 --- a/build/AutoReST.nuspec +++ /dev/null @@ -1,14 +0,0 @@ - - - - AutoReST - AutoReST - https://github.com/hhariri/AutoReST/ - https://github.com/hhariri/AutoReST/blob/master/LICENSE.TXT - 0.2 - Hadi Hariri - AutoReST for ASP.NET MVC - en-US - false - - \ No newline at end of file diff --git a/build/Package.nuspec b/build/Package.nuspec new file mode 100644 index 0000000..040eda4 --- /dev/null +++ b/build/Package.nuspec @@ -0,0 +1,18 @@ + + + + EasyMVC + 0.9.0 + Hadi Hariri + Hadi Hariri + https://github.com/hhariri/EasyMVC/blob/master/LICENSE.TXT + https://github.com/hhariri/EasyMVC + true + An MVC Library to make ReST and Conneg and other things easy + REST, MVC, ASP.NET MVC + + + + + + \ No newline at end of file diff --git a/build/build.xml b/build/build.xml index cea6a6b..171848b 100644 --- a/build/build.xml +++ b/build/build.xml @@ -1,21 +1,15 @@  - + ..\src\ - X:\Tools\Nuget\nuget.exe - - - - - + - - - - + + + - + \ No newline at end of file