Skip to content

Commit 9a87722

Browse files
committed
project update
1 parent eb8bd38 commit 9a87722

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

src/CatLib.Core.NetStandard/CatLib.Core.NetStandard.csproj

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>1.1.3</Version>
5+
<Version>1.3.0</Version>
66
<Company>CatLib</Company>
77
<Authors>CatLib</Authors>
88
<Description>- CatLib是渐进式的框架,可以无缝和现有框架融合。无论您的项目处于哪个阶段您都可以轻易的接入CatLib。
@@ -18,7 +18,7 @@
1818
- 中文文档完善,极低的学习成本。
1919

2020
- 面向接口编程,底层组件无感知替换。</Description>
21-
<Copyright>Copyright © CatLib 2017</Copyright>
21+
<Copyright>Copyright © CatLib 2017-2019</Copyright>
2222
<AssemblyName>CatLib.Core</AssemblyName>
2323
<RootNamespace>CatLib.Core</RootNamespace>
2424
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
@@ -28,14 +28,11 @@
2828
<RepositoryUrl>https://github.com/CatLib/Core</RepositoryUrl>
2929
<RepositoryType>git</RepositoryType>
3030
<PackageTags>CatLib,Framework</PackageTags>
31-
<PackageReleaseNotes>- 增加了新的模版方法:Managed 和 SingleManaged 用于扩展不对外开放的管理器。
32-
- App增加OnNewApplication事件
33-
- 已过时了一些接口并提供了相应替换方案。
34-
- 增加了Str.Truncate可以用于裁剪字符串
35-
- 增加了Arr.Difference用于排除指定的值
36-
- 一些内部bug的修正</PackageReleaseNotes>
31+
<PackageReleaseNotes></PackageReleaseNotes>
3732
<PackageLicenseUrl>https://github.com/CatLib/Core/blob/master/LICENSE</PackageLicenseUrl>
3833
<NeutralLanguage>zh</NeutralLanguage>
34+
<AssemblyVersion>1.3.0.0</AssemblyVersion>
35+
<FileVersion>1.3.0.0</FileVersion>
3936
</PropertyGroup>
4037

4138
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

0 commit comments

Comments
 (0)