From 29f6f497a07fdb82cf06e9f2d80b733676073b3e Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Tue, 29 Sep 2020 10:53:27 -0700 Subject: [PATCH] Revert "bumped version to 1.00-pre.99.1 as a test of nuget" --- .github/workflows/publish.yml | 2 +- Directory.Build.props | 10 ++++++++++ Terminal.Gui/Directory.Build.props | 6 +++--- 3 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 Directory.Build.props diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3c3a7c3a1..54c2d6aab 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,7 +27,7 @@ jobs: PACKAGE_NAME: Terminal.Gui # Filepath with version info, relative to root of repository & defaults to PROJECT_FILE_PATH - VERSION_FILE_PATH: Terminal.Gui/Directory.Build.props + VERSION_FILE_PATH: Directory.Build.props # Regex pattern to extract version info in a capturing group VERSION_REGEX: ^\s*(.*)<\/Version>\s*$ diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 000000000..53f7dce48 --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,10 @@ + + + + 0.90.0 + 0.90.0 + 0.90.0 + Miguel de Icaza, Charlie Kindel (@tig), @BDisp + + + \ No newline at end of file diff --git a/Terminal.Gui/Directory.Build.props b/Terminal.Gui/Directory.Build.props index 7cf3dcffb..b5334f688 100644 --- a/Terminal.Gui/Directory.Build.props +++ b/Terminal.Gui/Directory.Build.props @@ -1,9 +1,9 @@ - 1.00-pre.99.1 - 0.99.1 - 0.99.1 + 0.90.2 + 0.90.2 + 0.90.2 Miguel de Icaza, Charlie Kindel (@tig), @BDisp