Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
feast107 committed Nov 12, 2024
1 parent 1a9a17b commit 22f1073
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 9 deletions.
35 changes: 26 additions & 9 deletions src/Antelcat.LibuvSharp/Antelcat.LibuvSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,35 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>preview</LangVersion>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Title>Antelcat.LibuvSharp</Title>
<Version>1.0.0</Version>
<FileVersion>1.0.0</FileVersion>
<AssemblyVersion>1.0.0</AssemblyVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Antelcat</Authors>
<Description>.NET bindings of libuv</Description>
<Copyright>Copyright Antelcat. All rights reserved</Copyright>
<PackageProjectUrl>https://github.com/Antelcat/libuv-sharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/Antelcat/libuv-sharp.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>libuv;spawn;channel</PackageTags>
<PackageReleaseNotes>Initial</PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>Icon.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Libuv" Version="1.10.0" />
<None Include="..\Icon.png">
<Pack>True</Pack>
<PackagePath>/</PackagePath>
<Link>Icon.png</Link>
</None>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

</Project>
Binary file added src/Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 22f1073

Please sign in to comment.