V3.2.8
This commit is contained in:
parent
7df32605a7
commit
ad2e4ae89e
BIN
SunnyUI.Demo/Bin/SunnyUI.Common.dll
Normal file
BIN
SunnyUI.Demo/Bin/SunnyUI.Common.dll
Normal file
Binary file not shown.
BIN
SunnyUI.Demo/Bin/SunnyUI.Demo.exe
Normal file
BIN
SunnyUI.Demo/Bin/SunnyUI.Demo.exe
Normal file
Binary file not shown.
3
SunnyUI.Demo/Bin/SunnyUI.Demo.exe.config
Normal file
3
SunnyUI.Demo/Bin/SunnyUI.Demo.exe.config
Normal file
@ -0,0 +1,3 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/></startup></configuration>
|
BIN
SunnyUI.Demo/Bin/SunnyUI.dll
Normal file
BIN
SunnyUI.Demo/Bin/SunnyUI.dll
Normal file
Binary file not shown.
@ -41,11 +41,11 @@
|
||||
<ApplicationManifest>app.manifest</ApplicationManifest>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="SunnyUI, Version=3.2.6.1, Culture=neutral, PublicKeyToken=27d7d2e821d97aeb, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\SunnyUI.3.2.6.1\lib\net472\SunnyUI.dll</HintPath>
|
||||
<Reference Include="SunnyUI, Version=3.2.8.0, Culture=neutral, PublicKeyToken=27d7d2e821d97aeb, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\SunnyUI.3.2.8\lib\net472\SunnyUI.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="SunnyUI.Common, Version=3.2.6.0, Culture=neutral, PublicKeyToken=5a271fb7ba597231, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\SunnyUI.Common.3.2.6\lib\net40\SunnyUI.Common.dll</HintPath>
|
||||
<Reference Include="SunnyUI.Common, Version=3.2.8.0, Culture=neutral, PublicKeyToken=5a271fb7ba597231, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\SunnyUI.Common.3.2.8\lib\net472\SunnyUI.Common.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="SunnyUI" version="3.2.6.1" targetFramework="net472" />
|
||||
<package id="SunnyUI.Common" version="3.2.6" targetFramework="net472" />
|
||||
<package id="SunnyUI" version="3.2.8" targetFramework="net472" />
|
||||
<package id="SunnyUI.Common" version="3.2.8" targetFramework="net472" />
|
||||
</packages>
|
@ -34,7 +34,7 @@ namespace Sunny.UI
|
||||
/// <summary>
|
||||
/// 版本
|
||||
/// </summary>
|
||||
public static string Version = Assembly.GetExecutingAssembly().GetName().Version.ToString();
|
||||
public static string Version = Assembly.GetExecutingAssembly().GetName().Name + " V" + Assembly.GetExecutingAssembly().GetName().Version.ToString();
|
||||
|
||||
public const int EditorMinHeight = 20;
|
||||
public const int EditorMaxHeight = 60;
|
||||
|
@ -18,7 +18,7 @@
|
||||
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
|
||||
<PackageIcon>SunnyUI.png</PackageIcon>
|
||||
<SignAssembly>False</SignAssembly>
|
||||
<AssemblyOriginatorKeyFile>C:\Key\SunnyUI.pfx</AssemblyOriginatorKeyFile>
|
||||
<AssemblyOriginatorKeyFile>C:\Users\Administrator\Documents\SunnyUI.pfx</AssemblyOriginatorKeyFile>
|
||||
<DelaySign>False</DelaySign>
|
||||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
||||
<GenerateDocumentationFile>False</GenerateDocumentationFile>
|
||||
|
Loading…
x
Reference in New Issue
Block a user