Browse Source

Revert "bumped version to 1.00-pre.99.1 as a test of nuget"

Charlie Kindel 4 years ago
parent
commit
7e8340b10b
3 changed files with 14 additions and 4 deletions
  1. 1 1
      .github/workflows/publish.yml
  2. 10 0
      Directory.Build.props
  3. 3 3
      Terminal.Gui/Directory.Build.props

+ 1 - 1
.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>(.*)<\/Version>\s*$

+ 10 - 0
Directory.Build.props

@@ -0,0 +1,10 @@
+<Project>
+
+  <PropertyGroup>
+    <Version>0.90.0</Version>
+    <AssemblyVersion>0.90.0</AssemblyVersion>
+    <FileVersion>0.90.0</FileVersion>    
+    <Authors>Miguel de Icaza, Charlie Kindel (@tig), @BDisp</Authors>
+  </PropertyGroup>
+
+</Project>

+ 3 - 3
Terminal.Gui/Directory.Build.props

@@ -1,9 +1,9 @@
 <Project>
 
   <PropertyGroup>
-    <Version>1.00-pre.99.1</Version>
-    <AssemblyVersion>0.99.1</AssemblyVersion>
-    <FileVersion>0.99.1</FileVersion>    
+    <Version>0.90.2</Version>
+    <AssemblyVersion>0.90.2</AssemblyVersion>
+    <FileVersion>0.90.2</FileVersion>    
     <Authors>Miguel de Icaza, Charlie Kindel (@tig), @BDisp</Authors>
   </PropertyGroup>