Terminal.Gui.csproj 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  3. <DebugType>portable</DebugType>
  4. </PropertyGroup>
  5. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  6. <DefineConstants>TRACE;DEBUG_IDISPOSABLE</DefineConstants>
  7. <DebugType>portable</DebugType>
  8. </PropertyGroup>
  9. <PropertyGroup>
  10. <!-- Version numbers are automatically updated by gitversion when a release is released -->
  11. <!-- In the source tree the version will always be 1.0 for all projects. -->
  12. <!-- Do not modify these. Do NOT commit after manually running `dotnet-gitversion /updateprojectfiles` -->
  13. <AssemblyVersion>1.0</AssemblyVersion>
  14. <FileVersion>1.0</FileVersion>
  15. <Version>1.0</Version>
  16. <InformationalVersion>1.0</InformationalVersion>
  17. </PropertyGroup>
  18. <ItemGroup>
  19. <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="all" />
  20. <PackageReference Include="NStack.Core" Version="1.0.3" />
  21. <InternalsVisibleTo Include="UnitTests" />
  22. </ItemGroup>
  23. <!-- Uncomment the RestoreSources element to have dotnet restore pull NStack from a local dir for testing -->
  24. <PropertyGroup>
  25. <!-- See https://stackoverflow.com/a/44463578/297526 -->
  26. <!--<RestoreSources>$(RestoreSources);../../local-packages;https://api.nuget.org/v3/index.json</RestoreSources>-->
  27. </PropertyGroup>
  28. <!-- API Documentation -->
  29. <ItemGroup>
  30. <None Include="..\docfx\images\logo.png">
  31. <Pack>True</Pack>
  32. <PackagePath>\</PackagePath>
  33. </None>
  34. <None Include="..\README.md">
  35. <Pack>True</Pack>
  36. <PackagePath>\</PackagePath>
  37. </None>
  38. </ItemGroup>
  39. <ItemGroup>
  40. <Compile Update="Resources\Strings.Designer.cs">
  41. <DesignTime>True</DesignTime>
  42. <AutoGen>True</AutoGen>
  43. <DependentUpon>Strings.resx</DependentUpon>
  44. </Compile>
  45. </ItemGroup>
  46. <ItemGroup>
  47. <EmbeddedResource Update="Resources\Strings.resx">
  48. <Generator>ResXFileCodeGenerator</Generator>
  49. <LastGenOutput>Strings.Designer.cs</LastGenOutput>
  50. </EmbeddedResource>
  51. </ItemGroup>
  52. <!-- Enable Nuget Source Link for github -->
  53. <ItemGroup>
  54. <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
  55. </ItemGroup>
  56. <PropertyGroup>
  57. <TargetFrameworks>net472;netstandard2.0;net6.0</TargetFrameworks>
  58. <RootNamespace>Terminal.Gui</RootNamespace>
  59. <AssemblyName>Terminal.Gui</AssemblyName>
  60. <DocumentationFile>bin\Release\Terminal.Gui.xml</DocumentationFile>
  61. <GenerateDocumentationFile Condition=" '$(Configuration)' == 'Release' ">true</GenerateDocumentationFile>
  62. <!--<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>-->
  63. <PackageId>Terminal.Gui</PackageId>
  64. <PackageLicenseExpression>MIT</PackageLicenseExpression>
  65. <PackageProjectUrl>https://github.com/gui-cs/Terminal.Gui/</PackageProjectUrl>
  66. <RepositoryUrl>https://github.com/gui-cs/Terminal.Gui.git</RepositoryUrl>
  67. <RepositoryType>git</RepositoryType>
  68. <IncludeSymbols>true</IncludeSymbols>
  69. <SymbolPackageFormat>snupkg</SymbolPackageFormat>
  70. <!-- Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
  71. <PublishRepositoryUrl>true</PublishRepositoryUrl>
  72. <!-- Embed source files that are not tracked by the source control manager in the PDB -->
  73. <EmbedUntrackedSources>true</EmbedUntrackedSources>
  74. <PackageIcon>logo.png</PackageIcon>
  75. <PackageReadmeFile>README.md</PackageReadmeFile>
  76. <PackageTags>csharp, terminal, c#, f#, gui, toolkit, console, tui</PackageTags>
  77. <Description>Cross Platform Terminal UI toolkit for .NET</Description>
  78. <Owners>Miguel de Icaza, Charlie Kindel</Owners>
  79. <Summary>A toolkit for building rich console apps for .NET that works on Windows, Mac, and Linux/Unix.</Summary>
  80. <Title>Terminal.Gui - Cross Platform Terminal user interface toolkit for .NET</Title>
  81. <PackageReleaseNotes>
  82. Release v1.8.0
  83. * Fixes #2043. Update to NStack v1.0.3
  84. * Fixes #2045. TrySetClipboardData test must be enclosed with a lock.
  85. * Fixes #2025. API Docs are now generated via Github Action - View Source Works
  86. * Fixes #1991. Broken link in README
  87. * Fixes #2026. Added ClearOnVisibleFalse to flag if the view must be cleared or not.
  88. * Fixes #2017 and #2013. MainLoopTests.InvokeLeakTest failures
  89. * Fixes #2014. Application mouseGrabView is run twice if return true.
  90. * Fixes #2011. Wizard no longer needs to set specific colors, because #1971 has been fixed.
  91. * Fixes #2006. ProgressBarStyles isn't disposing the _fractionTimer on quitting if running.
  92. * Fixes #2004. TextFormatter.Justified not adding the extra spaces.
  93. * Fixes #2002. Added feature to fill the remaining width with spaces.
  94. * Fixes #1999. Prevents the mouseGrabView being executed with a null view.
  95. * Fixes #1994. BREAKING CHANGE. Ensure only a single IdleHandlers list can exist.
  96. * Fixes #1979. MessageBox.Query not wrapping since 1.7.1
  97. * Fixes #1989. ListView: Ensures SelectedItem visibility on MoveDown and MoveUp.
  98. * Fixes #1987. Textview insert text newline fix
  99. * Fixes #1984. Setting Label.Visible to false does not hide the Label
  100. * Fixes #820. Added HideDropdownListOnClick property.
  101. * Fixes #1981. Added SplitNewLine method to the TextFormatter.
  102. * Fixes #1973. Avoid positioning Submenus off screen.
  103. * Added abstract MakeColor and CreateColors to create the colors at once.
  104. * Fixes #1800. TextView now uses the same colors as TextField.
  105. * Fixes #1969. ESC on CursesDriver take to long to being processed.
  106. * Fixes #1967. New keys for DeleteAll on TextField and TextView.
  107. * Fixes #1962 - Change KeyBindings to allow chaining commands
  108. * Fixes #1961 Null reference in Keybindings Scenario and hotkey collision
  109. * Fixes #1963. Only remove one character on backspace when wordwrap is on
  110. * Fixes #1959. GoToEnd should not fail on an empty TreeView
  111. * Fixes #1953. TextView cursor position is not updating by mouse.
  112. * Fixes #1951. TextView with selected text doesn't scroll beyond the cursor position.
  113. * Fixes #1948. Get unwrapped cursor position when word wrap is enabled on TextView.
  114. * Ensures that the isButtonShift flag is disabled in all situations.
  115. * Fixes #1943. Mouse ButtonShift is not preserving the text selected.
  116. Release v1.7.2
  117. * Fixes #1773. Base color scheme for ListView hard to read
  118. * Fixes #1934. WindowsDriver crash when the height is less than 1 with the VS Debugger
  119. Release v1.7.1
  120. * Fixes #1930. Trailing whitespace makes MessageBox.Query buttons disappear.
  121. * Fixes #1921. Mouse continuous button pressed is not working on ScrollView.
  122. * Fixes #1924. Wizard: Selected help text is unreadable
  123. Release v1.7.0
  124. * Moved Terminal.Gui (and NStack) to the github.com/gui-cs organization.
  125. * Adds multi-step Wizard View for setup experiences (#124)
  126. * The synchronization context method Send is now blocking (#1854).
  127. * Fixes #1917. Sometimes Clipboard.IsSupported doesn't return the correct
  128. * Fixes #1893: Fix URLs to match gui-cs Org
  129. * Fixes #1883. Child TopLevels now get Loaded/Ready events.
  130. * Fixes #1867, #1866, #1796. TextView enhancements for ReadOnly and WordWrap.
  131. * Fixes #1861. Border: Title property is preferable to Text.
  132. * Fixes #1855. Window and Frame content view without the margin frame.
  133. * Fixes #1848. Mouse clicks in Windows Terminal.
  134. * Fixes #1846. TabView now clips to the draw bounds.
  135. * Fix TableView multi selections extending to -1 indexes
  136. * Fixes #1837. Setting Unix clipboard freezes.
  137. * Fixes #1839. Process WindowsDriver click event if location is the same after pressed and released.
  138. * Fixes #1830. If "libcoreclr.so" is not present then "libncursesw.so" will be used.
  139. * Fixes #1816. MessageBox: Hides underlying dialog when visible
  140. * Fixes #1815. Now returns false if WSL clipboard isn't supported.
  141. * Fixes #1825. Parent MenuItem stay focused if child MenuItem is empty.
  142. * Fixes #1812, #1797, #1791. AutoSize fixes.
  143. * Fixes #1818. Adds Title change events to Window.
  144. * Fixes #1810. Dialog: Closing event is not fired when ESC is pressed to close dialog.
  145. * Fixes #1793. ScrollBarView is hiding if the host fit the available space.
  146. * Added Pos/Dim Function feature to automate layout.
  147. * Fixes #1786. Windows Terminal is reporting well on mouse button pressed + mouse movement.
  148. * Fixes #1777 - Dialog button justification. Adds unit tests.
  149. * Fixes #1739. Setting menu UseKeysUpDownAsKeysLeftRight as false by default.
  150. * Fixes #1772. Avoids WindowsDriver flickering when resizing.
  151. * Fixed TableView always showing selected cell(s) even when not focused
  152. * Fixes #1769. Supports a minimum view size for non-automatic size views.
  153. * Exposes APIs to support upcoming Web console feature
  154. * Fixes some scrolling performance issues
  155. * Fixes #1763. Allowing read console inputs before idle handlers.
  156. * TableView unicode scenario usability
  157. * Added unicode testing code to TableEditor
  158. </PackageReleaseNotes>
  159. </PropertyGroup>
  160. </Project>