浏览代码

Merge pull request #2058 from gui-cs/v1_8_1-2

(Trying again; fat fingers) - Removed packages.config (defunct). Relnotes for 1.8.1
Tig Kindel 2 年之前
父节点
当前提交
d23f5c39dd
共有 2 个文件被更改,包括 3 次插入4 次删除
  1. 3 0
      Terminal.Gui/Terminal.Gui.csproj
  2. 0 4
      packages.config

+ 3 - 0
Terminal.Gui/Terminal.Gui.csproj

@@ -79,6 +79,9 @@
     <Summary>A toolkit for building rich console apps for .NET that works on Windows, Mac, and Linux/Unix.</Summary>
     <Summary>A toolkit for building rich console apps for .NET that works on Windows, Mac, and Linux/Unix.</Summary>
     <Title>Terminal.Gui - Cross Platform Terminal user interface toolkit for .NET</Title>
     <Title>Terminal.Gui - Cross Platform Terminal user interface toolkit for .NET</Title>
     <PackageReleaseNotes>
     <PackageReleaseNotes>
+      Release v1.8.1
+      * Fixes #2053. MessageBox.Query not wrapping correctly 
+      
       Release v1.8.0
       Release v1.8.0
       * Fixes #2043. Update to NStack v1.0.3
       * Fixes #2043. Update to NStack v1.0.3
       * Fixes #2045. TrySetClipboardData test must be enclosed with a lock.
       * Fixes #2045. TrySetClipboardData test must be enclosed with a lock.

+ 0 - 4
packages.config

@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<packages>
-  <package id="NStack.Core" version="0.14.0" targetFramework="net472" />
-</packages>