Skip to content

An application update pack repository based on SharpUpdater and NuGet server

License

Notifications You must be signed in to change notification settings

cnsharp/SharpUpdater.Server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

SharpUpdater.Server

The home of the SharpUpdater.server package, a lightweight standalone SharpUpdater server extended from Nuget.Server.

Client Tools

This project is a part of SharpUpdater Suite.

The others are:

  • SharpUpdater.Core Library

Client Tools:

  • SharpUpdater.CLI
  • Visual Studio extension
  • Updaters (updater.exe)

You can find them in SharpUpdater Home Repository.

Installation

  1. Create a empty ASP.NET Web Application (.NET Framework) project in Visual Studio. Select the framework of '.NET Framework 4.6.2' or higher. Note that the project template not default installed in VS2022, so you meight need to install it manually by searching the option '.NET Framework project and item templates' of workload 'ASP.NET and web development' in Visual Studio Installer.
  2. Install the SharpUpdater.Server NuGet package into your project.
    Install-Package SharpUpdater.Server
  3. Set apiKey in web.config.
  4. Deploy it to your IIS.
  5. Then you can push your packages by SharpUpdater.CLI or Visual Studio extension.

Feedback

If you're having trouble with the SharpUpdater.Server, file a bug on the SharpUpdater.Server Issue Tracker.

If you're having trouble with the SharpUpdater client tools (the Visual Studio extension, SharpUpdater.CLI, etc.), file a bug on SharpUpdater Issue Tacker.

About

An application update pack repository based on SharpUpdater and NuGet server

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.1%
  • PowerShell 1.3%
  • ASP.NET 0.6%