forked from jefersonsv/m3uParser.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jeferson Tenorio
committed
Dec 26, 2017
1 parent
f8763b9
commit 169dbca
Showing
8 changed files
with
38 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
nuget spec .\src\m3uParser\bin\Release\m3uParser.dll -force | ||
.\packages\NuspecFromGithub.1.0.5\bin\Debug\NuspecFromGithub.exe -p .\src\m3uParser.tool --force -g jefersonsv/m3uParser |
File renamed without changes
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package> | ||
<metadata> | ||
<id>m3uParser</id> | ||
<version>1.0.0.0</version> | ||
<title>A dotnet parser for M3U file format</title> | ||
<authors>Jeferson Tenorio</authors> | ||
<owners>Jeferson Tenorio</owners> | ||
<licenseUrl>http://choosealicense.com/licenses/mit/</licenseUrl> | ||
<projectUrl>https://github.com/jefersonsv/m3uParser</projectUrl> | ||
<iconUrl>https://upload.wikimedia.org/wikipedia/commons/thumb/2/25/NuGet_project_logo.svg/220px-NuGet_project_logo.svg.png</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>A dotnet parser for M3U file format</description> | ||
<releaseNotes>correção schedular</releaseNotes> | ||
<copyright>Copyright 2017</copyright> | ||
<tags></tags> | ||
</metadata> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="CommandLineArgumentsParser" version="3.0.18" targetFramework="net47" /> | ||
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net47" /> | ||
<package id="NuspecFromGithub" version="1.0.5" targetFramework="net47" /> | ||
</packages> |