Updated package
This commit is contained in:
parent
5a66c69957
commit
92c3f6a7de
|
@ -2,17 +2,21 @@
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>netstandard1.3</TargetFramework>
|
<TargetFramework>netstandard1.3</TargetFramework>
|
||||||
<Version>0.2.1-alpha</Version>
|
<Version>0.2.1-alpha.1</Version>
|
||||||
<Description>Sweet collection of helpful utils in .Net</Description>
|
<Description>Sweet collection of helpful utils in .Net</Description>
|
||||||
<Authors>Serraniel</Authors>
|
<Authors>Serraniel</Authors>
|
||||||
<Company />
|
<Company />
|
||||||
<Copyright>Copyright © 2017-2018 by Serraniel</Copyright>
|
<Copyright>Copyright © 2017-2020 by Serraniel</Copyright>
|
||||||
<PackageLicenseUrl>https://joinup.ec.europa.eu/page/eupl-text-11-12</PackageLicenseUrl>
|
<PackageLicenseUrl></PackageLicenseUrl>
|
||||||
<PackageProjectUrl>https://github.com/Serraniel/SweetLib</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/Serraniel/SweetLib</PackageProjectUrl>
|
||||||
<RepositoryUrl>https://github.com/Serraniel/SweetLib</RepositoryUrl>
|
<RepositoryUrl>https://github.com/Serraniel/SweetLib</RepositoryUrl>
|
||||||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
||||||
<PackageIconUrl>https://github.com/Serraniel/SweetLib/blob/develop/nuget_icon.png?raw=true</PackageIconUrl>
|
<PackageIconUrl>https://github.com/Serraniel/SweetLib/blob/develop/nuget_icon.png?raw=true</PackageIconUrl>
|
||||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||||
|
<RepositoryType>Git</RepositoryType>
|
||||||
|
<AssemblyVersion>0.2.1.3</AssemblyVersion>
|
||||||
|
<FileVersion>0.2.1.3</FileVersion>
|
||||||
|
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
||||||
|
@ -29,4 +33,11 @@
|
||||||
<PackageReference Include="Vsxmd" Version="1.2.0" />
|
<PackageReference Include="Vsxmd" Version="1.2.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="..\..\SweetFileManager\libs\SweetLib\LICENSE">
|
||||||
|
<Pack>True</Pack>
|
||||||
|
<PackagePath></PackagePath>
|
||||||
|
</None>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
Loading…
Reference in a new issue