An application auto-update framework for .NET
Example applications (WPF and WinForms) can be found in the example branch
Contributions are more than welcome.
How to contribute:
- Create an issue explaining the problem you solved
- Create a pull request that links to this issue
Run the following command in the NAppUpdate.Framework directory:
nuget pack -Prop Configuration=Release
User and developer discussion group is at http://groups.google.com/group/nappupdate
Docs and about the philosophy behind NAppUpdate: http://www.code972.com/blog/2012/06/the-philosophy-behind-nappupdate/
This project is partially based on work done by Lee Treveil, in https://github.com/leetreveil/.NET-Auto-Update.
This software is licensed under the Apache License, Version 2.0 (the "License"); you may not use the files in this distribution except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright (c) 2010-2012 Itamar Syn-Hershko