From 5a95d0081b10be5d07f33075cb3ff1548c8dabc8 Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Tue, 29 Sep 2020 10:57:02 -0700 Subject: [PATCH] after reverting, bumping version and fixing Directory.build.props --- .github/workflows/publish.yml | 2 +- Directory.Build.props | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 Directory.Build.props diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 54c2d6aab..3c3a7c3a1 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: Directory.Build.props + VERSION_FILE_PATH: Terminal.Gui/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 deleted file mode 100644 index 53f7dce48..000000000 --- a/Directory.Build.props +++ /dev/null @@ -1,10 +0,0 @@ - - - - 0.90.0 - 0.90.0 - 0.90.0 - Miguel de Icaza, Charlie Kindel (@tig), @BDisp - - - \ No newline at end of file