Updated to NStack v1.0.3

This commit is contained in:
Charlie Kindel
2022-09-18 18:13:31 -06:00
parent 811e6376d1
commit ccaade6f2f
2 changed files with 3 additions and 3 deletions

View File

@@ -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" />

View File

@@ -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