2021-04-11: 更新版本至V3.0.3

This commit is contained in:
Sunny 2021-04-11 23:31:15 +08:00
parent 894d10921c
commit 0dfcc15b86
20 changed files with 52 additions and 52 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -6,36 +6,36 @@
"compilationOptions": {}, "compilationOptions": {},
"targets": { "targets": {
".NETCoreApp,Version=v5.0": { ".NETCoreApp,Version=v5.0": {
"SunnyUI/3.0.2": { "SunnyUI/3.0.3": {
"dependencies": { "dependencies": {
"SunnyUI.Common": "3.0.2" "SunnyUI.Common": "3.0.3"
}, },
"runtime": { "runtime": {
"SunnyUI.dll": {} "SunnyUI.dll": {}
} }
}, },
"SunnyUI.Common/3.0.2": { "SunnyUI.Common/3.0.3": {
"runtime": { "runtime": {
"lib/net5.0/SunnyUI.Common.dll": { "lib/net5.0/SunnyUI.Common.dll": {
"assemblyVersion": "3.0.2.0", "assemblyVersion": "3.0.3.0",
"fileVersion": "3.0.2.0" "fileVersion": "3.0.3.0"
} }
} }
} }
} }
}, },
"libraries": { "libraries": {
"SunnyUI/3.0.2": { "SunnyUI/3.0.3": {
"type": "project", "type": "project",
"serviceable": false, "serviceable": false,
"sha512": "" "sha512": ""
}, },
"SunnyUI.Common/3.0.2": { "SunnyUI.Common/3.0.3": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
"sha512": "sha512-8BwpLQ/GY+ZdFheNn1UP+mjg6bd9KFswOs+PcZ9yoit1f8isgcUYmE0h+zMDV8rVbhTLYHy+CsuyryJWMUR00g==", "sha512": "sha512-l1LSJK1mnk/GKQzKDFi3mKf9T+l+TEEerKU0zcEjkPfA2i3Y3UfAAcSRYfjxah8+DSsL3UVghKPEXYYFnhfk5Q==",
"path": "sunnyui.common/3.0.2", "path": "sunnyui.common/3.0.3",
"hashPath": "sunnyui.common.3.0.2.nupkg.sha512" "hashPath": "sunnyui.common.3.0.3.nupkg.sha512"
} }
} }
} }

Binary file not shown.

Binary file not shown.

View File

@ -6,36 +6,36 @@
"compilationOptions": {}, "compilationOptions": {},
"targets": { "targets": {
".NETCoreApp,Version=v3.1": { ".NETCoreApp,Version=v3.1": {
"SunnyUI/3.0.2": { "SunnyUI/3.0.3": {
"dependencies": { "dependencies": {
"SunnyUI.Common": "3.0.2" "SunnyUI.Common": "3.0.3"
}, },
"runtime": { "runtime": {
"SunnyUI.dll": {} "SunnyUI.dll": {}
} }
}, },
"SunnyUI.Common/3.0.2": { "SunnyUI.Common/3.0.3": {
"runtime": { "runtime": {
"lib/netcoreapp3.1/SunnyUI.Common.dll": { "lib/netcoreapp3.1/SunnyUI.Common.dll": {
"assemblyVersion": "3.0.2.0", "assemblyVersion": "3.0.3.0",
"fileVersion": "3.0.2.0" "fileVersion": "3.0.3.0"
} }
} }
} }
} }
}, },
"libraries": { "libraries": {
"SunnyUI/3.0.2": { "SunnyUI/3.0.3": {
"type": "project", "type": "project",
"serviceable": false, "serviceable": false,
"sha512": "" "sha512": ""
}, },
"SunnyUI.Common/3.0.2": { "SunnyUI.Common/3.0.3": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
"sha512": "sha512-8BwpLQ/GY+ZdFheNn1UP+mjg6bd9KFswOs+PcZ9yoit1f8isgcUYmE0h+zMDV8rVbhTLYHy+CsuyryJWMUR00g==", "sha512": "sha512-l1LSJK1mnk/GKQzKDFi3mKf9T+l+TEEerKU0zcEjkPfA2i3Y3UfAAcSRYfjxah8+DSsL3UVghKPEXYYFnhfk5Q==",
"path": "sunnyui.common/3.0.2", "path": "sunnyui.common/3.0.3",
"hashPath": "sunnyui.common.3.0.2.nupkg.sha512" "hashPath": "sunnyui.common.3.0.3.nupkg.sha512"
} }
} }
} }

Binary file not shown.

View File

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

View File

@ -35,11 +35,11 @@
<ApplicationIcon>SunnyUI.ico</ApplicationIcon> <ApplicationIcon>SunnyUI.ico</ApplicationIcon>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="SunnyUI, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> <Reference Include="SunnyUI, Version=3.0.3.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion> <SpecificVersion>False</SpecificVersion>
<HintPath>..\Bin\net40\SunnyUI.dll</HintPath> <HintPath>..\Bin\net40\SunnyUI.dll</HintPath>
</Reference> </Reference>
<Reference Include="SunnyUI.Common, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> <Reference Include="SunnyUI.Common, Version=3.0.3.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion> <SpecificVersion>False</SpecificVersion>
<HintPath>..\Bin\net40\SunnyUI.Common.dll</HintPath> <HintPath>..\Bin\net40\SunnyUI.Common.dll</HintPath>
</Reference> </Reference>

View File

@ -6,9 +6,9 @@
<UseWindowsForms>true</UseWindowsForms> <UseWindowsForms>true</UseWindowsForms>
<RootNamespace>Sunny.UI.Demo</RootNamespace> <RootNamespace>Sunny.UI.Demo</RootNamespace>
<ApplicationIcon>SunnyUI.ico</ApplicationIcon> <ApplicationIcon>SunnyUI.ico</ApplicationIcon>
<AssemblyVersion>3.0.2.0</AssemblyVersion> <AssemblyVersion>3.0.3.0</AssemblyVersion>
<FileVersion>3.0.2.0</FileVersion> <FileVersion>3.0.3.0</FileVersion>
<Version>3.0.2</Version> <Version>3.0.3</Version>
<Authors>SunnyUI</Authors> <Authors>SunnyUI</Authors>
<Company>SunnyUI.Net</Company> <Company>SunnyUI.Net</Company>
<Copyright>Copyright ©SunnyUI.Net 2012-2021</Copyright> <Copyright>Copyright ©SunnyUI.Net 2012-2021</Copyright>
@ -24,7 +24,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="SunnyUI" Version="3.0.2" /> <PackageReference Include="SunnyUI" Version="3.0.3" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View File

@ -6,54 +6,54 @@
"compilationOptions": {}, "compilationOptions": {},
"targets": { "targets": {
".NETCoreApp,Version=v5.0": { ".NETCoreApp,Version=v5.0": {
"SunnyUI.Net5.Demo/3.0.2": { "SunnyUI.Net5.Demo/3.0.3": {
"dependencies": { "dependencies": {
"SunnyUI": "3.0.2" "SunnyUI": "3.0.3"
}, },
"runtime": { "runtime": {
"SunnyUI.Net5.Demo.dll": {} "SunnyUI.Net5.Demo.dll": {}
} }
}, },
"SunnyUI/3.0.2": { "SunnyUI/3.0.3": {
"dependencies": { "dependencies": {
"SunnyUI.Common": "3.0.2" "SunnyUI.Common": "3.0.3"
}, },
"runtime": { "runtime": {
"lib/net5.0-windows7.0/SunnyUI.dll": { "lib/net5.0-windows7.0/SunnyUI.dll": {
"assemblyVersion": "3.0.2.0", "assemblyVersion": "3.0.3.0",
"fileVersion": "3.0.2.0" "fileVersion": "3.0.3.0"
} }
} }
}, },
"SunnyUI.Common/3.0.2": { "SunnyUI.Common/3.0.3": {
"runtime": { "runtime": {
"lib/net5.0/SunnyUI.Common.dll": { "lib/net5.0/SunnyUI.Common.dll": {
"assemblyVersion": "3.0.2.0", "assemblyVersion": "3.0.3.0",
"fileVersion": "3.0.2.0" "fileVersion": "3.0.3.0"
} }
} }
} }
} }
}, },
"libraries": { "libraries": {
"SunnyUI.Net5.Demo/3.0.2": { "SunnyUI.Net5.Demo/3.0.3": {
"type": "project", "type": "project",
"serviceable": false, "serviceable": false,
"sha512": "" "sha512": ""
}, },
"SunnyUI/3.0.2": { "SunnyUI/3.0.3": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
"sha512": "sha512-5hGszdUhh7YHHNdj2QqO0J3zyt8rxD6bT4Gq7jm0QTdTVyl/64Pn4CGouBuV1Qm1nahKxCAAI+LVCUbHvQScjQ==", "sha512": "sha512-LpxAsfV06pLl2+YPdd0irhcD2cVX2mK8uUob3wRlYE1mAVFe6T9S576KGys+gaOwCNyds7DABFWtN4Kue7ipTA==",
"path": "sunnyui/3.0.2", "path": "sunnyui/3.0.3",
"hashPath": "sunnyui.3.0.2.nupkg.sha512" "hashPath": "sunnyui.3.0.3.nupkg.sha512"
}, },
"SunnyUI.Common/3.0.2": { "SunnyUI.Common/3.0.3": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
"sha512": "sha512-8BwpLQ/GY+ZdFheNn1UP+mjg6bd9KFswOs+PcZ9yoit1f8isgcUYmE0h+zMDV8rVbhTLYHy+CsuyryJWMUR00g==", "sha512": "sha512-l1LSJK1mnk/GKQzKDFi3mKf9T+l+TEEerKU0zcEjkPfA2i3Y3UfAAcSRYfjxah8+DSsL3UVghKPEXYYFnhfk5Q==",
"path": "sunnyui.common/3.0.2", "path": "sunnyui.common/3.0.3",
"hashPath": "sunnyui.common.3.0.2.nupkg.sha512" "hashPath": "sunnyui.common.3.0.3.nupkg.sha512"
} }
} }
} }

View File

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

View File

@ -162,8 +162,8 @@
<value>..\Resources\notifier.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>..\Resources\notifier.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="Version" xml:space="preserve"> <data name="Version" xml:space="preserve">
<value>V3.0.2</value> <value>V3.0.3</value>
<comment>2021-02-27</comment> <comment>2021-04-11</comment>
</data> </data>
<data name="wind" type="System.Resources.ResXFileRef, System.Windows.Forms"> <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> <value>..\Resources\wind.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>

View File

@ -8,13 +8,13 @@
<Description>SunnyUI.Net 是基于.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> <Copyright>CopyRight © SunnyUI.Net 2012-2021</Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile> <PackageLicenseFile>LICENSE</PackageLicenseFile>
<Version>3.0.2</Version> <Version>3.0.3</Version>
<Authors>ShenYonghua</Authors> <Authors>ShenYonghua</Authors>
<Company>SunnyUI.Net</Company> <Company>SunnyUI.Net</Company>
<PackageId>SunnyUI</PackageId> <PackageId>SunnyUI</PackageId>
<PackageProjectUrl>https://gitee.com/yhuse/SunnyUI</PackageProjectUrl> <PackageProjectUrl>https://gitee.com/yhuse/SunnyUI</PackageProjectUrl>
<RepositoryUrl>https://gitee.com/yhuse/SunnyUI</RepositoryUrl> <RepositoryUrl>https://gitee.com/yhuse/SunnyUI</RepositoryUrl>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild> <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageIcon>SunnyUI.png</PackageIcon> <PackageIcon>SunnyUI.png</PackageIcon>
</PropertyGroup> </PropertyGroup>
@ -56,7 +56,7 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="SunnyUI.Common" Version="3.0.2" /> <PackageReference Include="SunnyUI.Common" Version="3.0.3" />
</ItemGroup> </ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net40'"> <ItemGroup Condition="'$(TargetFramework)' == 'net40'">