Skip to content

Commit

Permalink
Update license name
Browse files Browse the repository at this point in the history
  • Loading branch information
AHemmerShift committed Nov 19, 2024
1 parent 0df87a4 commit d9c495b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Conllu/Conllu/Conllu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Authors>Arthur Hemmer</Authors>
<Description>A lightweight C# CoNLL-U parser.</Description>
<Copyright>Arthur Hemmer 2024</Copyright>
<PackageLicenseUrl>https://github.com/ArthurDevNL/CoNLL-U/blob/main/LICENSE</PackageLicenseUrl>
<LicenseUrl>https://github.com/ArthurDevNL/CoNLL-U/blob/main/LICENSE</LicenseUrl>
<RepositoryUrl>https://github.com/ArthurDevNL/CoNLL-U</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageTags>CONLLU;NLP;PARSER</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion Conllu/commands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
dotnet pack --configuration release

# Push to github
dotnet nuget push ./Conllu/bin/Release/{package-name} --source github
dotnet nuget push ./Conllu/bin/Release/Conllu.1.1.2.nupkg --source github

0 comments on commit d9c495b

Please sign in to comment.