|
6 | 6 | <DefineConstants>TRACE;DEBUG_IDISPOSABLE</DefineConstants>
|
7 | 7 | <DebugType>portable</DebugType>
|
8 | 8 | </PropertyGroup>
|
9 |
| - <!-- Version numbers are automatically updated by gitversion. Do not modify here. --> |
10 | 9 | <PropertyGroup>
|
11 |
| - <AssemblyVersion>1.6.2.0</AssemblyVersion> |
12 |
| - <FileVersion>1.6.2.0</FileVersion> |
13 |
| - <Version>1.6.2</Version> |
14 |
| - <InformationalVersion>1.6.2+Branch.main.Sha.b6eeb6321685af474ffc17b1390ff1d4894a90c5</InformationalVersion> |
| 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. --> |
| 13 | + <AssemblyVersion>1.0</AssemblyVersion> |
| 14 | + <FileVersion>1.0</FileVersion> |
| 15 | + <Version>1.0</Version> |
| 16 | + <InformationalVersion>1.0</InformationalVersion> |
15 | 17 | </PropertyGroup>
|
16 | 18 | <ItemGroup>
|
17 | 19 | <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="all" />
|
|
61 | 63 | <PackageId>Terminal.Gui</PackageId>
|
62 | 64 | <PackageLicenseExpression>MIT</PackageLicenseExpression>
|
63 | 65 | <PackageProjectUrl>https://github.com/migueldeicaza/gui.cs/</PackageProjectUrl>
|
64 |
| - <!--<RepositoryUrl>https://github.com/migueldeicaza/gui.cs.git</RepositoryUrl> |
65 |
| - <RepositoryType>git</RepositoryType>--> |
| 66 | + <RepositoryUrl>https://github.com/migueldeicaza/gui.cs.git</RepositoryUrl> |
| 67 | + <RepositoryType>git</RepositoryType> |
66 | 68 | <IncludeSymbols>true</IncludeSymbols>
|
67 | 69 | <SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
68 | 70 | <!-- Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
|
|
77 | 79 | <Summary>A toolkit for building rich console apps for .NET that works on Windows, Mac, and Linux/Unix.</Summary>
|
78 | 80 | <Title>Terminal.Gui - Cross Platform Terminal user interface toolkit for .NET</Title>
|
79 | 81 | <PackageReleaseNotes>
|
| 82 | + v1.6.4 |
| 83 | + * Fixes #1750. Erroneous suppression of Button Text updates. |
| 84 | + * Fixes #1753. Update all .csproj files with Release version # upon Release |
| 85 | + * Fixes #1742. Explicitly dispose old TreeView instances in UICatalog scenario |
| 86 | + * Fixes #1748. Add horizontal scroll idicators to TableView |
| 87 | + * StandaloneExample: Updated to use latest version and added help menu |
| 88 | + |
80 | 89 | v1.6.0
|
81 | 90 | * Adds ColorPicker control
|
82 | 91 | * Adds Context Menu to TreeView
|
|
0 commit comments