Skip to content

Commit 22f1073

Browse files
committed
1.0.0
1 parent 1a9a17b commit 22f1073

2 files changed

Lines changed: 26 additions & 9 deletions

File tree

src/Antelcat.LibuvSharp/Antelcat.LibuvSharp.csproj

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,35 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
<LangVersion>preview</LangVersion>
9-
</PropertyGroup>
10-
11-
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
12-
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
13-
</PropertyGroup>
9+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1410

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>
1727
</PropertyGroup>
1828

1929
<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>
2139
</ItemGroup>
22-
2340
</Project>

src/Icon.png

29.6 KB
Loading

0 commit comments

Comments
 (0)