|
|
@ -11,12 +11,13 @@
|
|
|
|
<PackageProjectUrl>https://github.com/ogoun/Zero/wiki</PackageProjectUrl>
|
|
|
|
<PackageProjectUrl>https://github.com/ogoun/Zero/wiki</PackageProjectUrl>
|
|
|
|
<Copyright>Copyright Ogoun 2020</Copyright>
|
|
|
|
<Copyright>Copyright Ogoun 2020</Copyright>
|
|
|
|
<PackageLicenseUrl></PackageLicenseUrl>
|
|
|
|
<PackageLicenseUrl></PackageLicenseUrl>
|
|
|
|
<PackageIconUrl>https://raw.githubusercontent.com/ogoun/Zero/master/zero.png</PackageIconUrl>
|
|
|
|
<PackageIconUrl></PackageIconUrl>
|
|
|
|
<RepositoryUrl>https://github.com/ogoun/Zero</RepositoryUrl>
|
|
|
|
<RepositoryUrl>https://github.com/ogoun/Zero</RepositoryUrl>
|
|
|
|
<RepositoryType>GitHub</RepositoryType>
|
|
|
|
<RepositoryType>GitHub</RepositoryType>
|
|
|
|
<Version>3.1.9</Version>
|
|
|
|
<Version>3.1.9</Version>
|
|
|
|
<FileVersion>3.1.9.0</FileVersion>
|
|
|
|
<FileVersion>3.1.9.0</FileVersion>
|
|
|
|
<Platforms>AnyCPU;x64</Platforms>
|
|
|
|
<Platforms>AnyCPU;x64</Platforms>
|
|
|
|
|
|
|
|
<PackageIcon>zero.png</PackageIcon>
|
|
|
|
</PropertyGroup>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
@ -43,4 +44,11 @@
|
|
|
|
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.3" />
|
|
|
|
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.3" />
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
|
|
<None Include="E:\Desktop\Developing\NUGET\zero.png">
|
|
|
|
|
|
|
|
<Pack>True</Pack>
|
|
|
|
|
|
|
|
<PackagePath></PackagePath>
|
|
|
|
|
|
|
|
</None>
|
|
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|
|
|
|
</Project>
|
|
|
|