Skip to content

Commit

Permalink
Add readme to nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
DearVa committed Nov 29, 2023
1 parent d639a93 commit 65bdf24
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions readme_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@

## 安装

- #### 🚧 通过 Nuget
- **通过Nuget(✨推荐)**

Nuget 包正在开发中
已经上传到 [Nuget](https://www.nuget.org/packages/Antelcat.Parameterization),可通过Nuget CLI或者你最喜欢的IDE安装。

- **通过源代码**

Expand Down
14 changes: 10 additions & 4 deletions src/Antelcat.Parameterization/Antelcat.Parameterization.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>preview</LangVersion>
<Nullable>enable</Nullable>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Company>Antelcat</Company>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>1.0.0</FileVersion>
<AssemblyVersion>1.0.1</AssemblyVersion>
<FileVersion>1.0.1</FileVersion>
<Title>Effortless Command-Line Application Builder</Title>
<Description>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.</Description>
<PackageProjectUrl>https://github.com/Antelcat/Antelcat.Parameterization</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>images\logo.jpg</PackageIcon>
<PackageIcon>logo.jpg</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/Antelcat/Antelcat.Parameterization</RepositoryUrl>
<PackageTags>cli command-line efficiency cli-app source-generator</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -32,6 +33,11 @@
<Pack>True</Pack>
<PackagePath>analyzers\dotnet\cs</PackagePath>
</None>

<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>/</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 65bdf24

Please sign in to comment.