Skip to content

Commit

Permalink
版本号更新到 0.5.0-beta04,发布nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
gmf520 committed Apr 12, 2019
1 parent 46c021a commit 250634f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 12 deletions.
22 changes: 11 additions & 11 deletions build/OSharpNS.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>OSharpNS</id>
<version>0.5.0-beta03</version>
<version>0.5.0-beta04</version>
<title>OSharpFramework(.NetStandard2.0)</title>
<authors>柳柳软件(66soft.net)</authors>
<owners>柳柳软件(66soft.net)</owners>
Expand All @@ -15,16 +15,16 @@
<tags>osharp osharpns</tags>
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="OSharpNS.Core" version="0.5.0-beta03" />
<dependency id="OSharpNS.EntityFrameworkCore" version="0.5.0-beta03" />
<dependency id="OSharpNS.EntityFrameworkCore.SqlServer" version="0.5.0-beta03" />
<dependency id="OSharpNS.EntityFrameworkCore.MySql" version="0.5.0-beta03" />
<dependency id="OSharpNS.AutoMapper" version="0.5.0-beta03" />
<dependency id="OSharpNS.AspNetCore" version="0.5.0-beta03" />
<dependency id="OSharpNS.Log4Net" version="0.5.0-beta03" />
<dependency id="OSharpNS.Redis" version="0.5.0-beta03" />
<dependency id="OSharpNS.Hangfire" version="0.5.0-beta03" />
<dependency id="OSharpNS.Swagger" version="0.5.0-beta03" />
<dependency id="OSharpNS.Core" version="0.5.0-beta04" />
<dependency id="OSharpNS.EntityFrameworkCore" version="0.5.0-beta04" />
<dependency id="OSharpNS.EntityFrameworkCore.SqlServer" version="0.5.0-beta04" />
<dependency id="OSharpNS.EntityFrameworkCore.MySql" version="0.5.0-beta04" />
<dependency id="OSharpNS.AutoMapper" version="0.5.0-beta04" />
<dependency id="OSharpNS.AspNetCore" version="0.5.0-beta04" />
<dependency id="OSharpNS.Log4Net" version="0.5.0-beta04" />
<dependency id="OSharpNS.Redis" version="0.5.0-beta04" />
<dependency id="OSharpNS.Hangfire" version="0.5.0-beta04" />
<dependency id="OSharpNS.Swagger" version="0.5.0-beta04" />
</group>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion build/version.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<VersionPrefix>0.5.0</VersionPrefix>
<VersionSuffix>beta</VersionSuffix>
<VersionSuffixVersion>03</VersionSuffixVersion>
<VersionSuffixVersion>04</VersionSuffixVersion>
<Version>$(VersionPrefix)-$(VersionSuffix)$(VersionSuffixVersion)</Version>
<AssemblyVersion>$(VersionPrefix).0</AssemblyVersion>
<FileVersion>$(VersionPrefix).$(VersionSuffixVersion)</FileVersion>
Expand Down
14 changes: 14 additions & 0 deletions docs/articles/updatelogs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# OSharp .NetStandard 更新记录

### 0.5.0-beta04
1. (ng-alain):给主菜单增加退出菜单,优化操作审计列表
2. (ng-alain):实现管理列表的数据普通搜索功能和高级搜索功能
3. (ng-alain):优化搜索的触发方式,搜索控件只返回PageRequest,搜索动作由STComponentBase的search方法触发
4. (ng-alain):修复角色数据管理页面的路由错误问题
5. (ng-alain):更新alain到7.2.0版本,使用 preCan 的配置实现 ACLCanType 到 ACLType 的转换
6. (Reflection):添加异步任务取消标识提供器,方便异步任务取消标识的统一管理
7. (efcore):修复`DefaultDbContext`不支持多上下文的问题
8. (efcore):添加逻辑删除实现,通过给实体实现 ISoftDeletable 接口进行实现
9. (efcore):添加创建审计和更新审计的接口ICreationAudited,IUpdateAudited,当实体类实现了接口,自动执行相关逻辑
10. (identity):appsetting.json中的Jwt选项增加Token过期时间的天数配置,节点 为OSharp.Jwt.ExpireDays,数据类型为double
11. (mvc):修复UnitOfWorkAttribute操作结果不为AjaxResultType.Successed时仍会提交事务的问题
12. (.netcore):更新 core 版本到 v2.2.203

### 0.5.0-beta02-03
1. 将OAuth2的选项配置到OSharpOptions中,添加GitHub账号登录的支持
2. 修复 0.5.0-beta01 版本在Release版本时执行 provider.ExecuteScopedWork 方法相当慢速的问题,原因未知(难道不允许在Scoped作用域下再CreateScope?)
Expand Down

0 comments on commit 250634f

Please sign in to comment.