Skip to content

Commit

Permalink
添加nuget相关配置
Browse files Browse the repository at this point in the history
  • Loading branch information
YJammak committed Sep 6, 2022
1 parent 810a812 commit 54ad8c6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/Ymiot.Core/YMiot.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<PackageId>Ymiot.Core</PackageId>
<Authors>YJammak</Authors>
<Company>YJammak</Company>
<Product>MIoT API</Product>
<Copyright>© 2022 YJammak.</Copyright>
<Version>0.1.0</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
<FileVersion>$(Version)</FileVersion>
<PackageTags>MIoT;API</PackageTags>
<Title>Ymiot.Core</Title>
<Description>米家相关API</Description>
<PackRelease>true</PackRelease>
<PackageProjectUrl>https://github.com/YJammak/Ymiot</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 54ad8c6

Please sign in to comment.