Metadata >> NuGet >> WindowsServiceBootstrapper

WindowsServiceBootstrapper

Metadata

Authors Yin Zhang
Copyrights Windows Service Bootstrapper is release under MIT license as described in License.txt file: Copyright (c) 2013 Yin Zhang Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Description Interface for Windows Service Bootstrapper.
Language en-AU
Owners Yin Zhang
ProjectUrl http://melcloud.github.io/WindowsServiceBootstrapper
RequireLicenseAcceptance False
Summary Windows Service Bootstrapper implementations
Tags topshelf, windows service
Dependencies WindowsServiceBootstrapper.Interfaces:1.0.0.0|Topshelf.NLog:3.1.3
Title WindowsServiceBootstrapper
PackageSize 22790
PackageHashAlgorithm SHA512
PackageHash 7Qy0dKbb/wNaTwTW6bWEtb58KnW+Tu1iWBtP9leu5M1jn//n7dPlGpOqCJYKr1nNriVUiZdJfgy0nOVa71R+Pg==
DownloadCount 000000
CreatedDate 2014-08-03T10:23:04

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install WindowsServiceBootstrapper -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install WindowsServiceBootstrapper -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package WindowsServiceBootstrapper
Installing the package (HTTP Basic authentication):
Install-Package WindowsServiceBootstrapper -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package WindowsServiceBootstrapper -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package WindowsServiceBootstrapper

OpenWrap

Installing the package:
o add-wrap WindowsServiceBootstrapper
Uninstalling the package:
o remove-wrap WindowsServiceBootstrapper

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.0.0.0