From 36db9ffb6475c80aad8a3e1510d1d0663f663d72 Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Tue, 29 Sep 2020 07:26:48 -0700 Subject: [PATCH 1/3] bumped version to 1.00.00-pre as a test of nuget --- Terminal.Gui/Directory.Build.props | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Terminal.Gui/Directory.Build.props b/Terminal.Gui/Directory.Build.props index b5334f688..2db58eb0f 100644 --- a/Terminal.Gui/Directory.Build.props +++ b/Terminal.Gui/Directory.Build.props @@ -1,9 +1,9 @@ - 0.90.2 - 0.90.2 - 0.90.2 + 1.00.0-pre + 1.00.0-pre + 1.00.0-pre Miguel de Icaza, Charlie Kindel (@tig), @BDisp From 1c4c0264a7327aa9235fa9c6399d9c152d01371b Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Tue, 29 Sep 2020 08:25:15 -0700 Subject: [PATCH 2/3] trying new format --- Terminal.Gui/Directory.Build.props | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Terminal.Gui/Directory.Build.props b/Terminal.Gui/Directory.Build.props index 2db58eb0f..7cf3dcffb 100644 --- a/Terminal.Gui/Directory.Build.props +++ b/Terminal.Gui/Directory.Build.props @@ -1,9 +1,9 @@ - 1.00.0-pre - 1.00.0-pre - 1.00.0-pre + 1.00-pre.99.1 + 0.99.1 + 0.99.1 Miguel de Icaza, Charlie Kindel (@tig), @BDisp From f77fa585b6484b25a92fe69d3d05f9c5345692a0 Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Tue, 29 Sep 2020 08:44:03 -0700 Subject: [PATCH 3/3] realized I had two 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