Skip to content

Commit 4fc594f

Browse files
committed
update readme to hint license change, bump version to show license chang
1 parent 3599ce1 commit 4fc594f

2 files changed

Lines changed: 14 additions & 15 deletions

File tree

GithubUpdateCheck/GithubUpdateCheck.csproj

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,16 @@
1212
* Supports async requests
1313
* Incremental versioning 1.0.0.0, 1.0.0 and v.1.0.0 (and combinations) are supported (v. can be any non-number)
1414
* 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>
1717
<PackageProjectUrl>https://github.com/Mayerch1/GithubUpdateCheck</PackageProjectUrl>
1818
<RepositoryUrl>https://github.com/Mayerch1/GithubUpdateCheck</RepositoryUrl>
1919
<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>
2425
</PropertyGroup>
2526

2627
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -31,13 +32,6 @@
3132
<DocumentationFile>bin\Release\netstandard2.0\GithubVersionChecker.xml</DocumentationFile>
3233
</PropertyGroup>
3334

34-
<ItemGroup>
35-
<None Include="..\LICENSE">
36-
<Pack>True</Pack>
37-
<PackagePath></PackagePath>
38-
</None>
39-
</ItemGroup>
40-
4135
<ItemGroup>
4236
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8">
4337
<PrivateAssets>all</PrivateAssets>

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
# GithubUpdateCheck
22

3-
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
3+
![GitHub](https://img.shields.io/github/license/mayerch1/GithubUpdateCheck)
44
&nbsp;
55
[![Nuget](https://img.shields.io/nuget/v/Mayerch1.GithubUpdateCheck)](https://www.nuget.org/packages/Mayerch1.GithubUpdateCheck/)
66
&nbsp;
77
[![GitHub release](https://img.shields.io/github/release/mayerch1/GithubUpdateCheck.svg)](https://github.com/mayerch1/GithubUpdateCheck/releases/latest)
88

9-
NuGet package to check if an update is available. Always compares to the latest github release
9+
NuGet package to check for available updtaes. Always compares to the latest github release.
1010

11+
***NOTE:*** from version 1.2.0 this project is distributed under MIT. If you wish to continue using GPL, you need to use older versions up to 1.1.0.
12+
13+
(Distribution under more restrictive licenses may be possible on request, but I do not see any reason for anyone to do so).
14+
15+
---
1116

1217
## Usage
1318
Create an instance of the `GithubUpdateCheck` and specify your Github username and Github repository, as seen in the url.

0 commit comments

Comments
 (0)