37a04f3a74
* Support command description localization
...
eg.
[CommandOption("-a|--args")]
[Description(nameof(Str.GitArgs))]
[Localization(typeof(Str))]
public string Args { get; set; }
2025-07-03 11:00:59 +08:00
42fd801876
Preparations for the 1.0 release
...
* Less cluttered solution layout.
* Move examples to a repository of its own.
* Move Roslyn analyzer to a repository of its own.
* Enable central package management.
* Clean up csproj files.
* Add README file to NuGet packages.
2024-08-06 15:38:28 +02:00
ffdb47d77f
Build generator as part of build
2023-11-20 13:14:40 +01:00
383bee0e3e
Do not push packages to GitHub
2023-11-19 12:18:22 +01:00
7dce4af552
Add support for .NET 7.0
2022-11-10 12:01:13 +01:00
5b2b4375a4
Update build script to package Spectre.Console.Cli
2022-05-15 00:09:52 +02:00
9c9eb04f91
Upgrade .NET SDK to 6.0.100 ( #616 )
...
* Update to .NET 6.0.100
* Update Cake to 2.0.0-rc0001
2021-11-09 08:19:36 +01:00
314e50b531
Move analyzer to own solution
2021-07-11 22:59:02 -04:00
6e2ca8449e
Add solution for examples
2021-07-11 22:59:02 -04:00
c9b178ac96
Moved analyzer tests to its own project
...
Also moves tests to `./test` which makes it possible
for all test projects to share the same .editorconfig
files and similar.
2021-06-23 22:47:12 +02:00
68aaf8a2fa
Embed symbols in package
2020-08-27 19:31:44 +02:00
334dcddc1a
Initial commit
2020-07-21 12:03:41 +02:00