|
6 | 6 | <ImplicitUsings>enable</ImplicitUsings> |
7 | 7 | <Nullable>enable</Nullable> |
8 | 8 | <LangVersion>preview</LangVersion> |
9 | | - </PropertyGroup> |
10 | | - |
11 | | - <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
12 | | - <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
13 | | - </PropertyGroup> |
| 9 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
14 | 10 |
|
15 | | - <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
16 | | - <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 11 | + <Title>Antelcat.LibuvSharp</Title> |
| 12 | + <Version>1.0.0</Version> |
| 13 | + <FileVersion>1.0.0</FileVersion> |
| 14 | + <AssemblyVersion>1.0.0</AssemblyVersion> |
| 15 | + <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
| 16 | + <Authors>Antelcat</Authors> |
| 17 | + <Description>.NET bindings of libuv</Description> |
| 18 | + <Copyright>Copyright Antelcat. All rights reserved</Copyright> |
| 19 | + <PackageProjectUrl>https://github.com/Antelcat/libuv-sharp</PackageProjectUrl> |
| 20 | + <RepositoryUrl>https://github.com/Antelcat/libuv-sharp.git</RepositoryUrl> |
| 21 | + <RepositoryType>git</RepositoryType> |
| 22 | + <PackageTags>libuv;spawn;channel</PackageTags> |
| 23 | + <PackageReleaseNotes>Initial</PackageReleaseNotes> |
| 24 | + <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 25 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 26 | + <PackageIcon>Icon.png</PackageIcon> |
17 | 27 | </PropertyGroup> |
18 | 28 |
|
19 | 29 | <ItemGroup> |
20 | | - <PackageReference Include="Libuv" Version="1.10.0" /> |
| 30 | + <None Include="..\Icon.png"> |
| 31 | + <Pack>True</Pack> |
| 32 | + <PackagePath>/</PackagePath> |
| 33 | + <Link>Icon.png</Link> |
| 34 | + </None> |
| 35 | + <None Include="..\..\README.md"> |
| 36 | + <Pack>True</Pack> |
| 37 | + <PackagePath>\</PackagePath> |
| 38 | + </None> |
21 | 39 | </ItemGroup> |
22 | | - |
23 | 40 | </Project> |
0 commit comments