diff --git a/nuget.yml b/nuget.yml new file mode 100644 index 0000000..4b9c327 --- /dev/null +++ b/nuget.yml @@ -0,0 +1,6 @@ +jobs: +- job: push_nuget + displayName: Push to NuGet + steps: + - script: echo 'Hello, World!' + displayName: Say something to the console \ No newline at end of file diff --git a/src/Phonetic.Speller.Console/Phonetic.Speller.Console.csproj b/src/Phonetic.Speller.Console/Phonetic.Speller.Console.csproj index e3e7f69..4c1c619 100644 --- a/src/Phonetic.Speller.Console/Phonetic.Speller.Console.csproj +++ b/src/Phonetic.Speller.Console/Phonetic.Speller.Console.csproj @@ -6,7 +6,7 @@ pspell true pspell - 1.0.0 + 2.0.0 diff --git a/src/Phonetic.Speller/Phonetic.Speller.csproj b/src/Phonetic.Speller/Phonetic.Speller.csproj index 3cfa629..08475bc 100644 --- a/src/Phonetic.Speller/Phonetic.Speller.csproj +++ b/src/Phonetic.Speller/Phonetic.Speller.csproj @@ -1,6 +1,6 @@ netstandard2.0 - 1.0.0 + 2.0.0 \ No newline at end of file