Skip to content
This repository was archived by the owner on Dec 18, 2023. It is now read-only.

Commit 0c0f433

Browse files
committed
release v1.0.2-dev
1 parent 777e96b commit 0c0f433

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CookPopularCSharpToolkit/CookPopularCSharpToolkit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<UseWPF>true</UseWPF>
55
<UseWindowsForms>true</UseWindowsForms>
66

7-
<Version>1.0.1.1-dev-20211113</Version>
7+
<!--<Version>1.0.1.1-dev-20211113</Version>-->
88
<PackageIcon>CSharp.png</PackageIcon>
99
<PackageTags>c#,csharp,toolkit,</PackageTags>
1010
<Description>基于.NetFramework4.6.1和.Net5.0的C#工具方法</Description>

Directory.Build.props

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@
1818
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
1919
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
2020

21+
22+
<Version>1.0.2-dev-20220104</Version>
2123
<!--CookPopularControl Nuget包说明配置 $(MSBuildToolsPath)-->
2224
<PackageId>$(MSBuildProjectName)</PackageId>
2325
<Authors>写代码的厨子</Authors>
2426
<Company>写代码的厨子</Company>
2527
<Product>$(MSBuildProjectName)</Product>
2628
<Title>$(MSBuildProjectName)</Title>
27-
<Description>基于.NetFramework4.6.1和.Net5.0 WPF控件库</Description>
29+
<Description>兼容.NetFramework与.NetCore/.Net的WPF控件库</Description>
2830
<Copyright>Copyright © $(MSBuildProjectName) 2021</Copyright>
2931
<PackageTags>xaml,wpf,ui,controls,windows,desktop,cookpopularcontrol,library</PackageTags>
3032
<RepositoryUrl>https://gitee.com/cook-csharp/$(MSBuildProjectName)</RepositoryUrl>

0 commit comments

Comments
 (0)