mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Updated version numbers
This commit is contained in:
@@ -2,10 +2,13 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>net6.0</TargetFramework>
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
<AssemblyVersion>1.6.2.0</AssemblyVersion>
|
<!-- Version numbers are automatically updated by gitversion when a release is released -->
|
||||||
<FileVersion>1.6.2.0</FileVersion>
|
<!-- In the source tree the version will always be 1.0 for all projects. -->
|
||||||
<InformationalVersion>1.6.2+Branch.main.Sha.b6eeb6321685af474ffc17b1390ff1d4894a90c5</InformationalVersion>
|
<!-- Do not modify these. -->
|
||||||
<Version>1.6.2</Version>
|
<AssemblyVersion>1.0</AssemblyVersion>
|
||||||
|
<FileVersion>1.0</FileVersion>
|
||||||
|
<Version>1.0</Version>
|
||||||
|
<InformationalVersion>1.0</InformationalVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="NStack.Core" Version="0.17.1" />
|
<PackageReference Include="NStack.Core" Version="0.17.1" />
|
||||||
|
|||||||
@@ -2,10 +2,13 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>net6.0</TargetFramework>
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
<AssemblyVersion>1.6.2.0</AssemblyVersion>
|
<!-- Version numbers are automatically updated by gitversion when a release is released -->
|
||||||
<FileVersion>1.6.2.0</FileVersion>
|
<!-- In the source tree the version will always be 1.0 for all projects. -->
|
||||||
<InformationalVersion>1.6.2+Branch.main.Sha.b6eeb6321685af474ffc17b1390ff1d4894a90c5</InformationalVersion>
|
<!-- Do not modify these. -->
|
||||||
<Version>1.6.2</Version>
|
<AssemblyVersion>1.0</AssemblyVersion>
|
||||||
|
<FileVersion>1.0</FileVersion>
|
||||||
|
<Version>1.0</Version>
|
||||||
|
<InformationalVersion>1.0</InformationalVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="ReactiveUI.Fody" Version="18.0.10" />
|
<PackageReference Include="ReactiveUI.Fody" Version="18.0.10" />
|
||||||
|
|||||||
@@ -6,12 +6,14 @@
|
|||||||
<DefineConstants>TRACE;DEBUG_IDISPOSABLE</DefineConstants>
|
<DefineConstants>TRACE;DEBUG_IDISPOSABLE</DefineConstants>
|
||||||
<DebugType>portable</DebugType>
|
<DebugType>portable</DebugType>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<!-- Version numbers are automatically updated by gitversion. Do not modify here. -->
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<AssemblyVersion>1.6.2.0</AssemblyVersion>
|
<!-- Version numbers are automatically updated by gitversion when a release is released -->
|
||||||
<FileVersion>1.6.2.0</FileVersion>
|
<!-- In the source tree the version will always be 1.0 for all projects. -->
|
||||||
<Version>1.6.2</Version>
|
<!-- Do not modify these. -->
|
||||||
<InformationalVersion>1.6.2+Branch.main.Sha.b6eeb6321685af474ffc17b1390ff1d4894a90c5</InformationalVersion>
|
<AssemblyVersion>1.0</AssemblyVersion>
|
||||||
|
<FileVersion>1.0</FileVersion>
|
||||||
|
<Version>1.0</Version>
|
||||||
|
<InformationalVersion>1.0</InformationalVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="all" />
|
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="all" />
|
||||||
@@ -77,6 +79,13 @@
|
|||||||
<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>
|
||||||
|
v1.6.4
|
||||||
|
* Fixes #1750. Erroneous suppression of Button Text updates.
|
||||||
|
* Fixes #1753. Update all .csproj files with Release version # upon Release
|
||||||
|
* Fixes #1742. Explicitly dispose old TreeView instances in UICatalog scenario
|
||||||
|
* Fixes #1748. Add horizontal scroll idicators to TableView
|
||||||
|
* StandaloneExample: Updated to use latest version and added help menu
|
||||||
|
|
||||||
v1.6.0
|
v1.6.0
|
||||||
* Adds ColorPicker control
|
* Adds ColorPicker control
|
||||||
* Adds Context Menu to TreeView
|
* Adds Context Menu to TreeView
|
||||||
|
|||||||
@@ -2,12 +2,15 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>net6.0</TargetFramework>
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
<StartupObject>UICatalog.UICatalogApp</StartupObject>
|
|
||||||
<AssemblyVersion>1.6.2.0</AssemblyVersion>
|
|
||||||
<LangVersion>8.0</LangVersion>
|
<LangVersion>8.0</LangVersion>
|
||||||
<FileVersion>1.6.2.0</FileVersion>
|
<StartupObject>UICatalog.UICatalogApp</StartupObject>
|
||||||
<InformationalVersion>1.6.2+Branch.main.Sha.b6eeb6321685af474ffc17b1390ff1d4894a90c5</InformationalVersion>
|
<!-- Version numbers are automatically updated by gitversion when a release is released -->
|
||||||
<Version>1.6.2</Version>
|
<!-- In the source tree the version will always be 1.0 for all projects. -->
|
||||||
|
<!-- Do not modify these. -->
|
||||||
|
<AssemblyVersion>1.0</AssemblyVersion>
|
||||||
|
<FileVersion>1.0</FileVersion>
|
||||||
|
<Version>1.0</Version>
|
||||||
|
<InformationalVersion>1.0</InformationalVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
||||||
<DefineConstants>TRACE</DefineConstants>
|
<DefineConstants>TRACE</DefineConstants>
|
||||||
|
|||||||
@@ -3,10 +3,13 @@
|
|||||||
<TargetFramework>net6.0</TargetFramework>
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
<IsPackable>false</IsPackable>
|
<IsPackable>false</IsPackable>
|
||||||
<UseDataCollector />
|
<UseDataCollector />
|
||||||
<AssemblyVersion>1.6.2.0</AssemblyVersion>
|
<!-- Version numbers are automatically updated by gitversion when a release is released -->
|
||||||
<FileVersion>1.6.2.0</FileVersion>
|
<!-- In the source tree the version will always be 1.0 for all projects. -->
|
||||||
<InformationalVersion>1.6.2+Branch.main.Sha.b6eeb6321685af474ffc17b1390ff1d4894a90c5</InformationalVersion>
|
<!-- Do not modify these. -->
|
||||||
<Version>1.6.2</Version>
|
<AssemblyVersion>1.0</AssemblyVersion>
|
||||||
|
<FileVersion>1.0</FileVersion>
|
||||||
|
<Version>1.0</Version>
|
||||||
|
<InformationalVersion>1.0</InformationalVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
||||||
<DefineConstants>TRACE</DefineConstants>
|
<DefineConstants>TRACE</DefineConstants>
|
||||||
|
|||||||
Reference in New Issue
Block a user