From d9c495b37003dce00646e0f342a0d468145eb669 Mon Sep 17 00:00:00 2001 From: Arthur Hemmer Date: Tue, 19 Nov 2024 11:12:11 +0100 Subject: [PATCH] Update license name --- Conllu/Conllu/Conllu.csproj | 2 +- Conllu/commands.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Conllu/Conllu/Conllu.csproj b/Conllu/Conllu/Conllu.csproj index 0bb1149..b7e74be 100644 --- a/Conllu/Conllu/Conllu.csproj +++ b/Conllu/Conllu/Conllu.csproj @@ -6,7 +6,7 @@ Arthur Hemmer A lightweight C# CoNLL-U parser. Arthur Hemmer 2024 - https://github.com/ArthurDevNL/CoNLL-U/blob/main/LICENSE + https://github.com/ArthurDevNL/CoNLL-U/blob/main/LICENSE https://github.com/ArthurDevNL/CoNLL-U Git CONLLU;NLP;PARSER diff --git a/Conllu/commands.txt b/Conllu/commands.txt index bcca43d..d77f599 100644 --- a/Conllu/commands.txt +++ b/Conllu/commands.txt @@ -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