mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Updated to NStack v1.0.3
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<InformationalVersion>1.0</InformationalVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="NStack.Core" Version="1.0.1" />
|
||||
<PackageReference Include="NStack.Core" Version="1.0.3" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Terminal.Gui\Terminal.Gui.csproj" />
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="all" />
|
||||
<PackageReference Include="NStack.Core" Version="1.0.1" />
|
||||
<PackageReference Include="NStack.Core" Version="1.0.3" />
|
||||
<InternalsVisibleTo Include="UnitTests" />
|
||||
</ItemGroup>
|
||||
<!-- Uncomment the RestoreSources element to have dotnet restore pull NStack from a local dir for testing -->
|
||||
@@ -80,7 +80,7 @@
|
||||
<Title>Terminal.Gui - Cross Platform Terminal user interface toolkit for .NET</Title>
|
||||
<PackageReleaseNotes>
|
||||
Release v1.8.0
|
||||
* Fixes #2043. Update to NStack v1.0.1
|
||||
* Fixes #2043. Update to NStack v1.0.3
|
||||
* Fixes #2045. TrySetClipboardData test must be enclosed with a lock.
|
||||
* Fixes #2025. API Docs are now generated via Github Action - View Source Works
|
||||
* Fixes #1991. Broken link in README
|
||||
|
||||
Reference in New Issue
Block a user