Code Monkey home page Code Monkey logo

nappupdate's Introduction

NAppUpdate

NuGet version

An application auto-update framework for .NET

Contributions

Contributions are more than welcome.

How to contribute:

  1. Create an issue explaining the problem you solved
  2. Create a pull request that links to this issue
  3. Follow the coding standard

Coding standard

  1. Use tabs for indentation
  2. Always end the document with a new line
  3. Avoid commiting lines that are irrelevant for the change (e.g. random white space changes)

An .editorconfig file is available in the project, which makes it easy to follow the coding standard by installing the EditorConfig and Format document on Save extensions in Visual Studio.

How to pack NuGet

NAppUpdate is published in a NuGet package containing libraries for two target frameworks, .NET 3.5 and 4.0.

Build the following projects under configurations Release 3.5 and Release 4.0:

  1. NAppUpdate.Updater
  2. NAppUpdate.Framework

NOTE: It's important to rebuild the Updater for each configuration before building the Framework, so that the correct .NET framework version is referenced by the embedded executable.

Run the following command in the NAppUpdate.Framework directory:

nuget pack .\NAppUpdate.Framework.csproj -Prop Configuration="Release 3.5"

NOTE: It doesn't matter if you specify "Release 3.5" or "Release 4.0" when creating the package. A warning will be generated saying that the package already contains the file, this is expected.

Other notes

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 http://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-2015 Itamar Syn-Hershko

nappupdate's People

Contributors

daniellor avatar distantcam avatar drewkeller avatar dtarczynski avatar growse avatar guacam-ole avatar ianwall avatar igorushi avatar leetreveil avatar nekosaur avatar phillipp avatar robinwassen avatar sonntam avatar synhershko avatar vbjay avatar xmkevin avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.