Skip to content

Releases: Mayerch1/GithubUpdateCheck

Version 1.2.1

Choose a tag to compare

@Mayerch1 Mayerch1 released this 04 Feb 17:10

This release adds the possibility to receive the current Version of the remote repo.

Use

obj.Version()
await obj.VersionAsync()

to get the version

Version 1.2.0

Choose a tag to compare

@Mayerch1 Mayerch1 released this 30 Apr 14:29

This release does not add any funtcionality.
However it is distributed under MIT.

The GPL license is NOT used anymore to license this software.
Older versions stay licensed under GPLv3

Version 1.1.0

Choose a tag to compare

@Mayerch1 Mayerch1 released this 06 Dec 17:22

Added Boolean Compare.

Supply the compare method in the constructor (the old constructor will assume the old compare model, making it full backwards compatible)

The boolean compare assumes an available update if the local and remote version strings are not equal (==)

Version 1.0.0

Choose a tag to compare

@Mayerch1 Mayerch1 released this 01 Dec 17:47

This is the first release. It is published on Nuget https://www.nuget.org/packages/Mayerch1.GithubUpdateCheck/1.0.0