瀏覽代碼

merge 1.0.0-pre.9

Charlie Kindel 4 年之前
父節點
當前提交
788cf85e4a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Terminal.Gui/Directory.Build.props

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

@@ -13,10 +13,10 @@
           - Use major.minor.build.revision - revision is the same as used in Version
           
        e.g. If AssemblyVersion is 1.2.3.4, Version could be EITHER 1.2.3.4 or 1.2.3-pre.4 depending on whether it's a pre-release or not.
-    -->
     <Version>1.0.0-pre.8</Version>
     <AssemblyVersion>1.0.0.8</AssemblyVersion>
     <FileVersion>1.0.0.8</FileVersion>    
+    -->
     <Authors>Miguel de Icaza, Charlie Kindel (@tig), @BDisp</Authors>
   </PropertyGroup>