V3.0.2
This commit is contained in:
parent
04153a94ea
commit
51bff0cb83
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -6,36 +6,36 @@
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v5.0": {
|
||||
"SunnyUI/3.0.1": {
|
||||
"SunnyUI/3.0.2": {
|
||||
"dependencies": {
|
||||
"SunnyUI.Common": "3.0.1"
|
||||
"SunnyUI.Common": "3.0.2"
|
||||
},
|
||||
"runtime": {
|
||||
"SunnyUI.dll": {}
|
||||
}
|
||||
},
|
||||
"SunnyUI.Common/3.0.1": {
|
||||
"SunnyUI.Common/3.0.2": {
|
||||
"runtime": {
|
||||
"lib/net5.0/SunnyUI.Common.dll": {
|
||||
"assemblyVersion": "3.0.1.0",
|
||||
"fileVersion": "3.0.1.0"
|
||||
"assemblyVersion": "3.0.2.0",
|
||||
"fileVersion": "3.0.2.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"SunnyUI/3.0.1": {
|
||||
"SunnyUI/3.0.2": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"SunnyUI.Common/3.0.1": {
|
||||
"SunnyUI.Common/3.0.2": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-w7R3+h0dSWI6/BAiY1D35z7iI8IWVOYZuntc/S2ywI7UUUn3XyBrLoTgn3QqCd/8/0bJUEgYNQCdysLVcmq1OA==",
|
||||
"path": "sunnyui.common/3.0.1",
|
||||
"hashPath": "sunnyui.common.3.0.1.nupkg.sha512"
|
||||
"sha512": "sha512-8BwpLQ/GY+ZdFheNn1UP+mjg6bd9KFswOs+PcZ9yoit1f8isgcUYmE0h+zMDV8rVbhTLYHy+CsuyryJWMUR00g==",
|
||||
"path": "sunnyui.common/3.0.2",
|
||||
"hashPath": "sunnyui.common.3.0.2.nupkg.sha512"
|
||||
}
|
||||
}
|
||||
}
|
Binary file not shown.
Binary file not shown.
@ -6,36 +6,36 @@
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v3.1": {
|
||||
"SunnyUI/3.0.1": {
|
||||
"SunnyUI/3.0.2": {
|
||||
"dependencies": {
|
||||
"SunnyUI.Common": "3.0.1"
|
||||
"SunnyUI.Common": "3.0.2"
|
||||
},
|
||||
"runtime": {
|
||||
"SunnyUI.dll": {}
|
||||
}
|
||||
},
|
||||
"SunnyUI.Common/3.0.1": {
|
||||
"SunnyUI.Common/3.0.2": {
|
||||
"runtime": {
|
||||
"lib/netcoreapp3.1/SunnyUI.Common.dll": {
|
||||
"assemblyVersion": "3.0.1.0",
|
||||
"fileVersion": "3.0.1.0"
|
||||
"assemblyVersion": "3.0.2.0",
|
||||
"fileVersion": "3.0.2.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"SunnyUI/3.0.1": {
|
||||
"SunnyUI/3.0.2": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"SunnyUI.Common/3.0.1": {
|
||||
"SunnyUI.Common/3.0.2": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-w7R3+h0dSWI6/BAiY1D35z7iI8IWVOYZuntc/S2ywI7UUUn3XyBrLoTgn3QqCd/8/0bJUEgYNQCdysLVcmq1OA==",
|
||||
"path": "sunnyui.common/3.0.1",
|
||||
"hashPath": "sunnyui.common.3.0.1.nupkg.sha512"
|
||||
"sha512": "sha512-8BwpLQ/GY+ZdFheNn1UP+mjg6bd9KFswOs+PcZ9yoit1f8isgcUYmE0h+zMDV8rVbhTLYHy+CsuyryJWMUR00g==",
|
||||
"path": "sunnyui.common/3.0.2",
|
||||
"hashPath": "sunnyui.common.3.0.2.nupkg.sha512"
|
||||
}
|
||||
}
|
||||
}
|
Binary file not shown.
@ -24,7 +24,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="SunnyUI" Version="3.0.*" />
|
||||
<PackageReference Include="SunnyUI" Version="3.0.2" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
Binary file not shown.
@ -8,28 +8,28 @@
|
||||
".NETCoreApp,Version=v5.0": {
|
||||
"SunnyUI.Net5.Demo/3.0.1": {
|
||||
"dependencies": {
|
||||
"SunnyUI": "3.0.1"
|
||||
"SunnyUI": "3.0.2"
|
||||
},
|
||||
"runtime": {
|
||||
"SunnyUI.Net5.Demo.dll": {}
|
||||
}
|
||||
},
|
||||
"SunnyUI/3.0.1": {
|
||||
"SunnyUI/3.0.2": {
|
||||
"dependencies": {
|
||||
"SunnyUI.Common": "3.0.0"
|
||||
"SunnyUI.Common": "3.0.2"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net5.0-windows7.0/SunnyUI.dll": {
|
||||
"assemblyVersion": "3.0.1.0",
|
||||
"fileVersion": "3.0.1.0"
|
||||
"assemblyVersion": "3.0.2.0",
|
||||
"fileVersion": "3.0.2.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"SunnyUI.Common/3.0.0": {
|
||||
"SunnyUI.Common/3.0.2": {
|
||||
"runtime": {
|
||||
"lib/net5.0/SunnyUI.Common.dll": {
|
||||
"assemblyVersion": "3.0.0.0",
|
||||
"fileVersion": "3.0.0.0"
|
||||
"assemblyVersion": "3.0.2.0",
|
||||
"fileVersion": "3.0.2.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -41,19 +41,19 @@
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"SunnyUI/3.0.1": {
|
||||
"SunnyUI/3.0.2": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-M92GbvBBNecHBVGZNnrX/Ual9hLC9bMts3T/PAizPFaFpBGdpgr7jbkRUi3D0VFe/mbBYJDhhY5/gw51tAONiQ==",
|
||||
"path": "sunnyui/3.0.1",
|
||||
"hashPath": "sunnyui.3.0.1.nupkg.sha512"
|
||||
"sha512": "sha512-5hGszdUhh7YHHNdj2QqO0J3zyt8rxD6bT4Gq7jm0QTdTVyl/64Pn4CGouBuV1Qm1nahKxCAAI+LVCUbHvQScjQ==",
|
||||
"path": "sunnyui/3.0.2",
|
||||
"hashPath": "sunnyui.3.0.2.nupkg.sha512"
|
||||
},
|
||||
"SunnyUI.Common/3.0.0": {
|
||||
"SunnyUI.Common/3.0.2": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-ICXSap1LGOZtUH8bUTOEdRbukplX7c2LgqQfD4xbtfu6+/wz13KZxoZUDEq27K/GggfaISRqBUXGHZSxJtANGQ==",
|
||||
"path": "sunnyui.common/3.0.0",
|
||||
"hashPath": "sunnyui.common.3.0.0.nupkg.sha512"
|
||||
"sha512": "sha512-8BwpLQ/GY+ZdFheNn1UP+mjg6bd9KFswOs+PcZ9yoit1f8isgcUYmE0h+zMDV8rVbhTLYHy+CsuyryJWMUR00g==",
|
||||
"path": "sunnyui.common/3.0.2",
|
||||
"hashPath": "sunnyui.common.3.0.2.nupkg.sha512"
|
||||
}
|
||||
}
|
||||
}
|
Binary file not shown.
@ -1,8 +1,9 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
Binary file not shown.
Binary file not shown.
@ -8,7 +8,7 @@
|
||||
<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.1</Version>
|
||||
<Version>3.0.2</Version>
|
||||
<Authors>ShenYonghua</Authors>
|
||||
<Company>SunnyUI.Net</Company>
|
||||
<PackageId>SunnyUI</PackageId>
|
||||
@ -54,7 +54,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="SunnyUI.Common" Version="3.0.*" />
|
||||
<PackageReference Include="SunnyUI.Common" Version="3.0.2" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)' == 'net40'">
|
||||
|
Loading…
x
Reference in New Issue
Block a user