Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
YaKun9 committed Jul 18, 2024
2 parents 16c611e + 2007510 commit 4df433f
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,28 @@

#### 介绍

SageTools 一个简单的常用工具类和拓展方法包
SageTools 一个简单的常用工具类和拓展方法包

能少些重复代码就算成功哩~

#### 安装教程


#### 使用说明

#### 安装教程

.NET CLI

#### 参与贡献


#### 计划中的功能
```
dotnet add package SageTools --version 2.0.1
```

Package Manager

```
NuGet\Install-Package SageTools -Version 2.0.1
```

#### 详细功能
PackageReference

```
<PackageReference Include="SageTools" Version="2.0.1" />
```

0 comments on commit 4df433f

Please sign in to comment.