Pārlūkot izejas kodu

after reverting, bumping version and fixing Directory.build.props

Charlie Kindel 4 gadi atpakaļ
vecāks
revīzija
5a95d0081b
2 mainītis faili ar 1 papildinājumiem un 11 dzēšanām
  1. 1 1
      .github/workflows/publish.yml
  2. 0 10
      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: 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>(.*)<\/Version>\s*$

+ 0 - 10
Directory.Build.props

@@ -1,10 +0,0 @@
-<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>