* 修正SunnyUI.Common.dll 版本引用

This commit is contained in:
Sunny 2021-01-28 23:46:45 +08:00
parent 5f29ccdc84
commit afa860948d
19 changed files with 22 additions and 21 deletions

Binary file not shown.

Binary file not shown.

View File

@ -6,7 +6,7 @@
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v5.0": {
"SunnyUI/3.0.0": {
"SunnyUI/3.0.1": {
"dependencies": {
"SunnyUI.Common": "3.0.0"
},
@ -25,7 +25,7 @@
}
},
"libraries": {
"SunnyUI/3.0.0": {
"SunnyUI/3.0.1": {
"type": "project",
"serviceable": false,
"sha512": ""

Binary file not shown.

Binary file not shown.

View File

@ -6,7 +6,7 @@
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v3.1": {
"SunnyUI/3.0.0": {
"SunnyUI/3.0.1": {
"dependencies": {
"SunnyUI.Common": "3.0.0"
},
@ -25,7 +25,7 @@
}
},
"libraries": {
"SunnyUI/3.0.0": {
"SunnyUI/3.0.1": {
"type": "project",
"serviceable": false,
"sha512": ""

Binary file not shown.

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]
[assembly: AssemblyVersion("3.0.1.0")]
[assembly: AssemblyFileVersion("3.0.1.0")]

View File

@ -8,7 +8,7 @@
<ApplicationIcon>SunnyUI.ico</ApplicationIcon>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>
<Version>3.0.0</Version>
<Version>3.0.1</Version>
<Authors>SunnyUI</Authors>
<Company>SunnyUI.Net</Company>
<Copyright>Copyright ©SunnyUI.Net 2012-2021</Copyright>
@ -24,7 +24,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SunnyUI" Version="3.0.0" />
<PackageReference Include="SunnyUI" Version="3.0" />
</ItemGroup>
<ItemGroup>

View File

@ -6,7 +6,7 @@
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v5.0": {
"SunnyUI.Net5.Demo/3.0.0": {
"SunnyUI.Net5.Demo/3.0.1": {
"dependencies": {
"SunnyUI": "3.0.0"
},
@ -36,7 +36,7 @@
}
},
"libraries": {
"SunnyUI.Net5.Demo/3.0.0": {
"SunnyUI.Net5.Demo/3.0.1": {
"type": "project",
"serviceable": false,
"sha512": ""

View File

@ -1,8 +1,8 @@
{
"runtimeOptions": {
"additionalProbingPaths": [
"C:\\Users\\Administrator\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\Administrator\\.nuget\\packages",
"C:\\Users\\Sunny\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\Sunny\\.nuget\\packages",
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
]
}

View File

@ -150,6 +150,7 @@ namespace Sunny.UI
private Color tipsColor = Color.Red;
[Description("角标文字颜色"), Category("SunnyUI")]
[DefaultValue(typeof(Color), "Red")]
public Color TipsColor
{

View File

@ -28,7 +28,7 @@ using System.Drawing.Drawing2D;
namespace Sunny.UI
{
[DefaultEvent("ValueChanged")]
[DefaultProperty("ActiveValue")]
[DefaultProperty("Active")]
[ToolboxItem(true)]
public sealed class UISwitch : UIControl
{

View File

@ -200,7 +200,7 @@ namespace Sunny.UI.Properties {
}
/// <summary>
/// 查找类似 V3.0.0 的本地化字符串。
/// 查找类似 V3.0.1 的本地化字符串。
/// </summary>
internal static string Version {
get {

View File

@ -156,14 +156,14 @@
</data>
<data name="Name" xml:space="preserve">
<value>SunnyUI.Net</value>
<comment>基于 GPL-3.0 的 .Net Framework 4.0+、.Net Core3.1、.Net 5 WinForm 开源控件库、工具类库、扩展类库、多页面开发框架。</comment>
<comment>基于 .Net Framework 4.0+、.Net Core3.1、.Net 5 WinForm 开源控件库、工具类库、扩展类库、多页面开发框架。</comment>
</data>
<data name="notifier" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\notifier.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Version" xml:space="preserve">
<value>V3.0.0</value>
<comment>2021-01-01</comment>
<value>V3.0.1</value>
<comment>2021-01-28</comment>
</data>
<data name="wind" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\wind.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>

View File

@ -5,17 +5,17 @@
<ProjectGuid>{AB1CB247-E20B-4CBE-B269-570ADDD96C53}</ProjectGuid>
<UseWindowsForms>true</UseWindowsForms>
<RootNamespace>Sunny.UI</RootNamespace>
<Description>基于.Net Framework 4.0+、.Net Core3.1、.Net 5 框架的 C# WinForm 开源控件库、工具类库、扩展类库、多页面开发框架。</Description>
<Description>SunnyUI.Net 是基于.Net Framework 4.0+、.Net Core3.1、.Net 5 框架的 C# WinForm 开源控件库、工具类库、扩展类库、多页面开发框架。</Description>
<Copyright>CopyRight © SunnyUI.Net 2012-2021</Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Version>3.0.0</Version>
<Version>3.0.1</Version>
<Authors>ShenYonghua</Authors>
<Company>SunnyUI.Net</Company>
<PackageId>SunnyUI</PackageId>
<PackageProjectUrl>https://gitee.com/yhuse/SunnyUI</PackageProjectUrl>
<RepositoryUrl>https://gitee.com/yhuse/SunnyUI</RepositoryUrl>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageIcon>SunnyUI.png</PackageIcon>
</PropertyGroup>
@ -54,7 +54,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="SunnyUI.Common" Version="3.0.0" />
<PackageReference Include="SunnyUI.Common" Version="3.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net40'">