File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFramework >net6.0</TargetFramework >
5
5
<ImplicitUsings >enable</ImplicitUsings >
6
+ <PackageId >Ymiot.Core</PackageId >
7
+ <Authors >YJammak</Authors >
8
+ <Company >YJammak</Company >
9
+ <Product >MIoT API</Product >
10
+ <Copyright >© 2022 YJammak.</Copyright >
11
+ <Version >0.1.0</Version >
12
+ <AssemblyVersion >$(Version)</AssemblyVersion >
13
+ <FileVersion >$(Version)</FileVersion >
14
+ <PackageTags >MIoT;API</PackageTags >
15
+ <Title >Ymiot.Core</Title >
16
+ <Description >米家相关API</Description >
17
+ <PackRelease >true</PackRelease >
18
+ <PackageProjectUrl >https://github.com/YJammak/Ymiot</PackageProjectUrl >
19
+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
20
+ <LangVersion >latest</LangVersion >
6
21
</PropertyGroup >
7
22
8
23
<ItemGroup >
You can’t perform that action at this time.
0 commit comments