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