Updated LPK description

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5654 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
gbamber
2017-01-15 13:18:47 +00:00
parent 3f5a657f68
commit fe451a5fc9
3 changed files with 6 additions and 3 deletions

View File

@ -24,7 +24,10 @@
</Linking>
</CompilerOptions>
<Description Value="Laz AutoUpdater
A component for SourceForge Project Developers and end-users to update their apps easily"/>
A component for SourceForge and GitHub Project Developers and end-users to update their apps easily.
Drop onto a form, set a few properties and call the Method 'AutoUpdate' - as easy as pie!
Fully configurable.
More information in the Wiki Home Page http://wiki.freepascal.org/LazAutoUpdater"/>
<License Value=" Modified GPL
Copyright (C)2014 minesadorada@charcodelvalle.com
This library is free software; you can redistribute it and/or modify it

View File

@ -6,8 +6,8 @@
},
"UpdatePackageFiles" : [
{
"ForceNotify" : false,
"InternalVersion" : 1,
"ForceNotify" : true,
"InternalVersion" : 2,
"Name" : "lazupdate.lpk",
"Version" : "0.2.2.0"
}