Skip to content

Commit 54ad8c6

Browse files
committed
添加nuget相关配置
1 parent 810a812 commit 54ad8c6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/Ymiot.Core/YMiot.Core.csproj

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
55
<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>
621
</PropertyGroup>
722

823
<ItemGroup>

0 commit comments

Comments
 (0)