TJC.GUI
0.9.1
See the version list below for details.
dotnet add package TJC.GUI --version 0.9.1
NuGet\Install-Package TJC.GUI -Version 0.9.1
<PackageReference Include="TJC.GUI" Version="0.9.1" />
paket add TJC.GUI --version 0.9.1
#r "nuget: TJC.GUI, 0.9.1"
// Install TJC.GUI as a Cake Addin #addin nuget:?package=TJC.GUI&version=0.9.1 // Install TJC.GUI as a Cake Tool #tool nuget:?package=TJC.GUI&version=0.9.1
Menu
MenuFactory.CreateMenuItems()
Returns a list of
MenuItem
objects that represent the menu items for the application.
MenuSettings
Contains the settings for the menu. Can be modified to include/exclude menu items. Can be used to change the functionality of the menu items.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Avalonia (>= 11.1.4)
- Markdown.Avalonia (>= 11.0.2)
- MessageBox.Avalonia (>= 3.1.6.13)
- ReactiveUI (>= 20.1.63)
- TJC.AssemblyExtensions (>= 0.6.0)
- TJC.Inclusion (>= 0.2.0)
- TJC.Singleton (>= 0.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on TJC.GUI:
Package | Downloads |
---|---|
TJC.Collection.GUI
Collection of NuGet Packages for Graphical User Interface (GUI) Applications |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.11.3 | 181 | 11/15/2024 |
0.11.2 | 192 | 11/10/2024 |
0.11.1 | 210 | 11/5/2024 |
0.11.0 | 66 | 11/5/2024 |
0.10.0 | 153 | 11/5/2024 |
0.9.6 | 253 | 10/27/2024 |
0.9.5 | 85 | 10/27/2024 |
0.9.4 | 70 | 10/27/2024 |
0.9.3 | 97 | 10/26/2024 |
0.9.2 | 68 | 10/26/2024 |
0.9.1 | 107 | 10/26/2024 |
0.9.0 | 235 | 10/20/2024 |
0.8.5 | 71 | 10/20/2024 |
0.8.4 | 167 | 10/20/2024 |
0.8.3 | 183 | 10/16/2024 |
0.8.2 | 136 | 10/13/2024 |
0.8.1 | 69 | 10/13/2024 |
0.8.0 | 116 | 10/11/2024 |
0.7.0 | 151 | 10/10/2024 |
0.6.0 | 180 | 10/8/2024 |
0.5.2 | 118 | 10/6/2024 |
0.5.1 | 128 | 10/6/2024 |
0.5.0 | 102 | 10/6/2024 |
0.4.0 | 107 | 10/6/2024 |
0.3.2 | 117 | 10/6/2024 |
0.3.1 | 103 | 10/6/2024 |
0.3.0 | 148 | 10/4/2024 |
0.2.0 | 76 | 10/4/2024 |
0.1.16 | 149 | 10/2/2024 |
0.1.15 | 79 | 10/2/2024 |
0.1.14 | 84 | 10/2/2024 |
0.1.13 | 95 | 9/29/2024 |
0.1.12 | 245 | 9/26/2024 |
0.1.11 | 77 | 9/26/2024 |
0.1.10 | 136 | 9/21/2024 |
0.1.9 | 93 | 9/21/2024 |
0.1.8 | 126 | 9/19/2024 |
0.1.7 | 81 | 9/19/2024 |
0.1.6 | 191 | 9/12/2024 |
0.1.5 | 105 | 9/12/2024 |
0.1.4 | 98 | 9/12/2024 |
0.1.3 | 105 | 9/11/2024 |
0.1.2 | 99 | 9/11/2024 |
0.1.1 | 104 | 9/11/2024 |
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.9.1] - 2024-10-26
### Added
- Release notes to the NuGet Package
## [0.9.0] - 2024-10-20
### Added
- Codecov reporting
## [0.8.5] - 2024-10-20
## [0.8.4] - 2024-10-20
## [0.8.3] - 2024-10-16
## [0.8.2] - 2024-10-13
## [0.8.1] - 2024-10-13
## [0.8.0] - 2024-10-11
## [0.7.0] - 2024-10-09
### Added
- Changelog Automation
## [0.6.0] - 2024-10-09
### Changed
- Create a setting for the number of digits in the version display
## [0.5.0] - 2024-10-06
### Changed
- Menu item gesture display improvements
## [0.4.0] - 2024-10-06
### Added
- Method for finding menu item by name
- Method for adding a submenu item to a menu
## [0.3.0] - 2024-10-04
### Added
- Markdown view for about popup
## [0.2.0] - 2024-10-04
### Added
- Changelog & third party licenses to the about popup
[Unreleased]: https://github.com/TJC-Tools/TJC.GUI/compare/v0.9.1...HEAD
[0.9.1]: https://github.com/TJC-Tools/TJC.GUI/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/TJC-Tools/TJC.GUI/compare/v0.8.5...v0.9.0
[0.8.5]: https://github.com/TJC-Tools/TJC.GUI/compare/v0.8.4...v0.8.5
[0.8.4]: https://github.com/TJC-Tools/TJC.GUI/compare/v0.8.3...v0.8.4
[0.8.3]: https://github.com/TJC-Tools/TJC.GUI/compare/v0.8.2...v0.8.3
[0.8.2]: https://github.com/TJC-Tools/TJC.GUI/compare/v0.8.1...v0.8.2
[0.8.1]: https://github.com/TJC-Tools/TJC.GUI/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/TJC-Tools/TJC.GUI/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/TJC-Tools/TJC.GUI/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/TJC-Tools/TJC.GUI/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/TJC-Tools/TJC.GUI/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/TJC-Tools/TJC.GUI/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/TJC-Tools/TJC.GUI/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/TJC-Tools/TJC.GUI/releases/tag/v0.2.0