Skip to content

Commit

Permalink
发布4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuovi committed Sep 7, 2023
1 parent 4632d8b commit e39102e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,46 +31,46 @@ XiaoFeng generator with [XiaoFeng](https://github.com/zhuovi/XiaoFeng).
.NET CLI

```
$ dotnet add package XiaoFeng --version 4.1.4
$ dotnet add package XiaoFeng --version 4.2.0
```

Package Manager

```
PM> Install-Package XiaoFeng -Version 4.1.4
PM> Install-Package XiaoFeng -Version 4.2.0
```

PackageReference

```
<PackageReference Include="XiaoFeng" Version="4.1.4" />
<PackageReference Include="XiaoFeng" Version="4.2.0" />
```

Paket CLI

```
> paket add XiaoFeng --version 4.1.4
> paket add XiaoFeng --version 4.2.0
```

Script & Interactive

```
> #r "nuget: XiaoFeng, 4.1.4"
> #r "nuget: XiaoFeng, 4.2.0"
```

Cake

```
// Install XiaoFeng as a Cake Addin
#addin nuget:?package=XiaoFeng&version=4.1.4
#addin nuget:?package=XiaoFeng&version=4.2.0
// Install XiaoFeng as a Cake Tool
#tool nuget:?package=XiaoFeng&version=4.1.4
#tool nuget:?package=XiaoFeng&version=4.2.0
```

# 更新日志

## v 4.1.5
## 2023-09-07 v 4.2.0

### Job 作业

Expand All @@ -88,6 +88,8 @@ Cake

3.优化XiaoFeng.Net.WebSocketClient请求头;

4.优化SocketClient发送消息时,网络已断开抛出的异常;

### XiaoFeng.ParameterCollection 参数集

1.ParameterCollection中增加ToJson方法;
Expand Down
4 changes: 2 additions & 2 deletions XiaoFeng.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<Description>基础类库、数据库中间件、网络通讯中间件、Redis、Socket、HttpHelper、IQueryableX、Cache、FTP、JSON、XML、IO、配置、各种加密码算法、作业调度、正则、通用数据库操作,支持10多种数据库</Description>
<Copyright>CopyRight @ 2008-2024 魔法精灵(www.eelf.cn) QQ:7092734 Email:jacky@eelf.cn</Copyright>
<Company>魔法精灵</Company>
<VersionPrefix>4.1</VersionPrefix>
<VersionSuffix>4</VersionSuffix>
<VersionPrefix>4.2</VersionPrefix>
<VersionSuffix>0</VersionSuffix>
<Version>$(VersionPrefix).$(VersionSuffix)</Version>
<FileVersion>$(Version)</FileVersion>
<AssemblyVersion>$(VersionPrefix)</AssemblyVersion>
Expand Down

0 comments on commit e39102e

Please sign in to comment.