Skip to content

Commit

Permalink
Path for nuspec build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeferson Tenorio committed Dec 26, 2017
1 parent f8763b9 commit 169dbca
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 18 deletions.
2 changes: 1 addition & 1 deletion create-nuget-spec.cmd
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
17 changes: 0 additions & 17 deletions m3uParser.dll.nuspec

This file was deleted.

2 changes: 2 additions & 0 deletions m3uParser.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file added src/m3uParser.tool/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/m3uParser.tool/m3uParser.tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,18 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="CommandLineArgumentsParser, Version=3.0.18.0, Culture=neutral, PublicKeyToken=16ad7bf6f4a1666c, processorArchitecture=MSIL">
<HintPath>..\..\packages\NuspecFromGithub.1.0.5\lib\net45\CommandLineArgumentsParser.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\..\packages\NuspecFromGithub.1.0.5\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.IO.Compression.FileSystem" />
<Reference Include="System.Numerics" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
Expand All @@ -47,6 +57,7 @@
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\m3uParser\m3uParser.csproj">
Expand Down
18 changes: 18 additions & 0 deletions src/m3uParser.tool/m3uParser.tool.nuspec
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>
6 changes: 6 additions & 0 deletions src/m3uParser.tool/packages.config
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>

0 comments on commit 169dbca

Please sign in to comment.