Update for nuget new rules

master
Ogoun 4 weeks ago
parent ef758a4676
commit d534fb3871

@ -0,0 +1,6 @@
The package contains a set of services, collections and data structures designed for quick creation of applications.
Examples of services:
- logging
- settings
- task scheduling
- serialization

@ -18,6 +18,7 @@
<PackageIcon>v3.png</PackageIcon> <PackageIcon>v3.png</PackageIcon>
<RepositoryUrl>https://github.com/ogoun/Zero</RepositoryUrl> <RepositoryUrl>https://github.com/ogoun/Zero</RepositoryUrl>
<RepositoryType>git</RepositoryType> <RepositoryType>git</RepositoryType>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@ -28,6 +29,10 @@
<NoWarn>1701;1702;8618</NoWarn> <NoWarn>1701;1702;8618</NoWarn>
</PropertyGroup> </PropertyGroup>
<PropertyGroup>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
<ItemGroup> <ItemGroup>
<Content Include="v3.ico" /> <Content Include="v3.ico" />
</ItemGroup> </ItemGroup>
@ -37,6 +42,10 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Update="README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Update="v3.png"> <None Update="v3.png">
<Pack>True</Pack> <Pack>True</Pack>
<PackagePath>\</PackagePath> <PackagePath>\</PackagePath>

Loading…
Cancel
Save

Powered by TurnKey Linux.