* 版本信息统一为3.0.2
This commit is contained in:
parent
3d33da714b
commit
8f998a8297
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
|
||||
//通过使用 "*",如下所示:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("3.0.1.0")]
|
||||
[assembly: AssemblyFileVersion("3.0.1.0")]
|
||||
[assembly: AssemblyVersion("3.0.2.0")]
|
||||
[assembly: AssemblyFileVersion("3.0.2.0")]
|
||||
|
@ -6,9 +6,9 @@
|
||||
<UseWindowsForms>true</UseWindowsForms>
|
||||
<RootNamespace>Sunny.UI.Demo</RootNamespace>
|
||||
<ApplicationIcon>SunnyUI.ico</ApplicationIcon>
|
||||
<AssemblyVersion>3.0.0.0</AssemblyVersion>
|
||||
<FileVersion>3.0.0.0</FileVersion>
|
||||
<Version>3.0.1</Version>
|
||||
<AssemblyVersion>3.0.2.0</AssemblyVersion>
|
||||
<FileVersion>3.0.2.0</FileVersion>
|
||||
<Version>3.0.2</Version>
|
||||
<Authors>SunnyUI</Authors>
|
||||
<Company>SunnyUI.Net</Company>
|
||||
<Copyright>Copyright ©SunnyUI.Net 2012-2021</Copyright>
|
||||
|
@ -6,7 +6,7 @@
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v5.0": {
|
||||
"SunnyUI.Net5.Demo/3.0.1": {
|
||||
"SunnyUI.Net5.Demo/3.0.2": {
|
||||
"dependencies": {
|
||||
"SunnyUI": "3.0.2"
|
||||
},
|
||||
@ -36,7 +36,7 @@
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"SunnyUI.Net5.Demo/3.0.1": {
|
||||
"SunnyUI.Net5.Demo/3.0.2": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
|
Binary file not shown.
Binary file not shown.
@ -1,9 +1,8 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"additionalProbingPaths": [
|
||||
"C:\\Users\\Sunny\\.dotnet\\store\\|arch|\\|tfm|",
|
||||
"C:\\Users\\Sunny\\.nuget\\packages",
|
||||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
|
||||
"C:\\Users\\Administrator\\.dotnet\\store\\|arch|\\|tfm|",
|
||||
"C:\\Users\\Administrator\\.nuget\\packages"
|
||||
]
|
||||
}
|
||||
}
|
Binary file not shown.
2
SunnyUI/Properties/Resources.Designer.cs
generated
2
SunnyUI/Properties/Resources.Designer.cs
generated
@ -200,7 +200,7 @@ namespace Sunny.UI.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 V3.0.1 的本地化字符串。
|
||||
/// 查找类似 V3.0.2 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string Version {
|
||||
get {
|
||||
|
@ -156,14 +156,14 @@
|
||||
</data>
|
||||
<data name="Name" xml:space="preserve">
|
||||
<value>SunnyUI.Net</value>
|
||||
<comment>基于 .Net Framework 4.0+、.Net Core3.1、.Net 5 WinForm 开源控件库、工具类库、扩展类库、多页面开发框架。</comment>
|
||||
<comment>SunnyUI.Net 是基于.Net Framework 4.0+、.Net Core3.1、.Net 5 框架的 C# 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.1</value>
|
||||
<comment>2021-01-28</comment>
|
||||
<value>V3.0.2</value>
|
||||
<comment>2021-02-27</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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user