Skip to content

Commit

Permalink
fix nugger id
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeferson Tenorio committed Mar 6, 2019
1 parent 5767ca5 commit b2a51cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions m3uParser.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6E62EFF6-EFCE-45C2-A785-27851E19307D}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
build.cake = build.cake
build.ps1 = build.ps1
create-nuget-spec.cmd = create-nuget-spec.cmd
Expand Down
3 changes: 2 additions & 1 deletion src/m3uParser/m3uParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>m3uParser</PackageId>
<PackageId>m3uParser.NET</PackageId>
<Version>1.0.2</Version>
<Authors>Jeferson Tenorio</Authors>
<Description>A dotnet parser for M3U file format</Description>
Expand All @@ -12,6 +12,7 @@
<PackageIconUrl>https://github.com/jefersonsv/m3uParser/raw/master/logo.png</PackageIconUrl>
<RepositoryUrl>https://github.com/jefersonsv/m3uParser</RepositoryUrl>
<RepositoryType>GIT</RepositoryType>
<Product>m3uParser.NET</Product>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit b2a51cf

Please sign in to comment.