|
12 | 12 | * Supports async requests |
13 | 13 | * Incremental versioning 1.0.0.0, 1.0.0 and v.1.0.0 (and combinations) are supported (v. can be any non-number) |
14 | 14 | * Boolean versioning (assume update as soon local and remote are not equal)</Description> |
15 | | - <Copyright>(c) - Christian Mayer 2019</Copyright> |
16 | | - <PackageLicenseFile>LICENSE</PackageLicenseFile> |
| 15 | + <Copyright>(c) - Christian Mayer 2020</Copyright> |
| 16 | + <PackageLicenseFile></PackageLicenseFile> |
17 | 17 | <PackageProjectUrl>https://github.com/Mayerch1/GithubUpdateCheck</PackageProjectUrl> |
18 | 18 | <RepositoryUrl>https://github.com/Mayerch1/GithubUpdateCheck</RepositoryUrl> |
19 | 19 | <PackageTags>Github, Version, VersionCheck, UpdateCheck, Update</PackageTags> |
20 | | - <PackageReleaseNotes>Add boolean compare as an option. (Will assume an update as soon as the local version is not matching the remote version)</PackageReleaseNotes> |
21 | | - <AssemblyVersion>1.1.0.0</AssemblyVersion> |
22 | | - <FileVersion>1.1.0.0</FileVersion> |
23 | | - <Version>1.1.0</Version> |
| 20 | + <PackageReleaseNotes>project is now distributed under MIT. (Change from GPLv3 to MIT)</PackageReleaseNotes> |
| 21 | + <AssemblyVersion>1.2.0.0</AssemblyVersion> |
| 22 | + <FileVersion>1.2.0.0</FileVersion> |
| 23 | + <Version>1.2.0</Version> |
| 24 | + <PackageLicenseExpression>MIT</PackageLicenseExpression> |
24 | 25 | </PropertyGroup> |
25 | 26 |
|
26 | 27 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
|
31 | 32 | <DocumentationFile>bin\Release\netstandard2.0\GithubVersionChecker.xml</DocumentationFile> |
32 | 33 | </PropertyGroup> |
33 | 34 |
|
34 | | - <ItemGroup> |
35 | | - <None Include="..\LICENSE"> |
36 | | - <Pack>True</Pack> |
37 | | - <PackagePath></PackagePath> |
38 | | - </None> |
39 | | - </ItemGroup> |
40 | | - |
41 | 35 | <ItemGroup> |
42 | 36 | <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8"> |
43 | 37 | <PrivateAssets>all</PrivateAssets> |
|
0 commit comments