Skip to content

Commit 856d21a

Browse files
committed
Added Nuget
1 parent 8e1ba2e commit 856d21a

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

GithubUpdateCheck/GithubUpdateCheck.csproj

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<AssemblyName>Mayerch1.GithubUpdateCheck</AssemblyName>
66
<RootNamespace>Mayerch1.GithubUpdateCheck</RootNamespace>
7+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
8+
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
9+
<Authors>Christian Mayer</Authors>
10+
<Product>GithubUpdateCheck</Product>
11+
<Description>Compares a version string with the latest release on a specified repository.
12+
Supports async requests
13+
Currently the versioning 1.0.0.0, 1.0.0 and v.1.0.0 (and combinations) are supported (v. can be any non-number)</Description>
14+
<Copyright>(c) - Christian Mayer 2019</Copyright>
15+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
16+
<PackageProjectUrl>https://github.com/Mayerch1/GithubUpdateCheck</PackageProjectUrl>
17+
<RepositoryUrl>https://github.com/Mayerch1/GithubUpdateCheck</RepositoryUrl>
18+
<PackageTags>Github, Version, VersionCheck, UpdateCheck, Update</PackageTags>
19+
<PackageReleaseNotes>This is the first release. Only versions with the Pattern 1.0.0.0, 1.0.0 or v.1.0.0 (and combinations) supported</PackageReleaseNotes>
720
</PropertyGroup>
821

922
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -14,4 +27,11 @@
1427
<DocumentationFile>bin\Release\netstandard2.0\GithubVersionChecker.xml</DocumentationFile>
1528
</PropertyGroup>
1629

30+
<ItemGroup>
31+
<None Include="..\LICENSE">
32+
<Pack>True</Pack>
33+
<PackagePath></PackagePath>
34+
</None>
35+
</ItemGroup>
36+
1737
</Project>

0 commit comments

Comments
 (0)