Skip to content

Commit f044c8a

Browse files
committed
version 1.1.0
1 parent 6995d08 commit f044c8a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

GithubUpdateCheck/GithubUpdateCheck.csproj

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,18 @@
99
<Authors>Christian Mayer</Authors>
1010
<Product>GithubUpdateCheck</Product>
1111
<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>
12+
* Supports async requests
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+
* Boolean versioning (assume update as soon local and remote are not equal)</Description>
1415
<Copyright>(c) - Christian Mayer 2019</Copyright>
1516
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1617
<PackageProjectUrl>https://github.com/Mayerch1/GithubUpdateCheck</PackageProjectUrl>
1718
<RepositoryUrl>https://github.com/Mayerch1/GithubUpdateCheck</RepositoryUrl>
1819
<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>
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>
2024
</PropertyGroup>
2125

2226
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)