From 65bdf243daf1f0a45014b8a974719fb36e4ae9e6 Mon Sep 17 00:00:00 2001 From: "Dear.Va" <1328886154@qq.com> Date: Wed, 29 Nov 2023 13:41:48 +0800 Subject: [PATCH] Add readme to nuget --- readme.md | 6 +++--- readme_cn.md | 4 ++-- .../Antelcat.Parameterization.csproj | 14 ++++++++++---- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/readme.md b/readme.md index 70a6338..0dd0f16 100644 --- a/readme.md +++ b/readme.md @@ -106,9 +106,9 @@ The [Demo Program](https://github.com/Antelcat/Antelcat.Parameterization/blob/ma ## Installation -- #### 🚧 Via Nuget +- **Via Nuget (✨Recommanded)** - Nuget package is on the way + Uploaded to [Nuget](https://www.nuget.org/packages/Antelcat.Parameterization). You can install via nuget CLI or your favorite IDE. - **Via source code** @@ -132,7 +132,7 @@ We welcome contributions to this project! Whether it's reporting bugs, suggestin ## TODO -- [ ] Nuget package. +- [x] Nuget package. - [ ] Automatically generate help documents. - [ ] Check for excess parameters. diff --git a/readme_cn.md b/readme_cn.md index d70dfbe..7bc2867 100644 --- a/readme_cn.md +++ b/readme_cn.md @@ -106,9 +106,9 @@ ## 安装 -- #### 🚧 通过 Nuget +- **通过Nuget(✨推荐)** - Nuget 包正在开发中 + 已经上传到 [Nuget](https://www.nuget.org/packages/Antelcat.Parameterization),可通过Nuget CLI或者你最喜欢的IDE安装。 - **通过源代码** diff --git a/src/Antelcat.Parameterization/Antelcat.Parameterization.csproj b/src/Antelcat.Parameterization/Antelcat.Parameterization.csproj index d1e2dd0..8c3316e 100644 --- a/src/Antelcat.Parameterization/Antelcat.Parameterization.csproj +++ b/src/Antelcat.Parameterization/Antelcat.Parameterization.csproj @@ -4,15 +4,16 @@ netstandard2.0 preview enable - 1.0.0 + 1.0.1 Antelcat - 1.0.0 - 1.0.0 + 1.0.1 + 1.0.1 Effortless Command-Line Application Builder A powerful source generator designed to revolutionize the way you create command-line applications. This tool simplifies the process of building CLI applications by automatically generating parsing methods with just attribute marking on classes and methods. https://github.com/Antelcat/Antelcat.Parameterization MIT - images\logo.jpg + logo.jpg + README.md https://github.com/Antelcat/Antelcat.Parameterization cli command-line efficiency cli-app source-generator true @@ -32,6 +33,11 @@ True analyzers\dotnet\cs + + + True + / +