diff --git a/create-nuget-spec.cmd b/create-nuget-spec.cmd
index 08d6190..db5133f 100644
--- a/create-nuget-spec.cmd
+++ b/create-nuget-spec.cmd
@@ -1 +1 @@
-nuget spec .\src\m3uParser\bin\Release\m3uParser.dll -force
\ No newline at end of file
+.\packages\NuspecFromGithub.1.0.5\bin\Debug\NuspecFromGithub.exe -p .\src\m3uParser.tool --force -g jefersonsv/m3uParser
\ No newline at end of file
diff --git a/m3uParser-icon.png b/logo.png
similarity index 100%
rename from m3uParser-icon.png
rename to logo.png
diff --git a/m3uParser.dll.nuspec b/m3uParser.dll.nuspec
deleted file mode 100644
index e8133fd..0000000
--- a/m3uParser.dll.nuspec
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
- m3uParser
- 1.0.0
- Jeferson Tenorio
- jefersonsv
- https://raw.githubusercontent.com/jefersonsv/m3uParser/master/LICENSE
- https://github.com/jefersonsv/m3uParser
- http://ICON_URL_HERE_OR_DELETE_THIS_LINE
- false
- A dotnet parser for M3U file format
- A dotnet parser for M3U file format
- Copyright 2017
- Tag1 Tag2
-
-
\ No newline at end of file
diff --git a/m3uParser.sln b/m3uParser.sln
index bb801cf..e0f014d 100644
--- a/m3uParser.sln
+++ b/m3uParser.sln
@@ -16,7 +16,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.gitignore = .gitignore
build.cake = build.cake
build.ps1 = build.ps1
+ create-nuget-spec.cmd = create-nuget-spec.cmd
LICENSE = LICENSE
+ logo.png = logo.png
README.md = README.md
EndProjectSection
EndProject
diff --git a/src/m3uParser.tool/logo.png b/src/m3uParser.tool/logo.png
new file mode 100644
index 0000000..1d64a48
Binary files /dev/null and b/src/m3uParser.tool/logo.png differ
diff --git a/src/m3uParser.tool/m3uParser.tool.csproj b/src/m3uParser.tool/m3uParser.tool.csproj
index 74ad9d0..d3bc6a4 100644
--- a/src/m3uParser.tool/m3uParser.tool.csproj
+++ b/src/m3uParser.tool/m3uParser.tool.csproj
@@ -32,8 +32,18 @@
4
+
+ ..\..\packages\NuspecFromGithub.1.0.5\lib\net45\CommandLineArgumentsParser.dll
+
+
+ ..\..\packages\NuspecFromGithub.1.0.5\lib\net45\Newtonsoft.Json.dll
+
+
+
+
+
@@ -47,6 +57,7 @@
+
diff --git a/src/m3uParser.tool/m3uParser.tool.nuspec b/src/m3uParser.tool/m3uParser.tool.nuspec
new file mode 100644
index 0000000..a84533c
--- /dev/null
+++ b/src/m3uParser.tool/m3uParser.tool.nuspec
@@ -0,0 +1,18 @@
+
+
+
+ m3uParser
+ 1.0.0.0
+ A dotnet parser for M3U file format
+ Jeferson Tenorio
+ Jeferson Tenorio
+ http://choosealicense.com/licenses/mit/
+ https://github.com/jefersonsv/m3uParser
+ https://upload.wikimedia.org/wikipedia/commons/thumb/2/25/NuGet_project_logo.svg/220px-NuGet_project_logo.svg.png
+ false
+ A dotnet parser for M3U file format
+ correção schedular
+ Copyright 2017
+
+
+
\ No newline at end of file
diff --git a/src/m3uParser.tool/packages.config b/src/m3uParser.tool/packages.config
new file mode 100644
index 0000000..da5aa9b
--- /dev/null
+++ b/src/m3uParser.tool/packages.config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file