Commit Graph

31 Commits (3a70a9ef3e2632539f7fedef7738e1c8e5a46f0f)

Author SHA1 Message Date
Oleg Nenashev 3a70a9ef3e
Update the repository location in README 2020-03-24 16:53:20 +01:00
Brian Cunnie 582988501b
Typo in README 2019-05-09 16:26:48 -07:00
Oleg Nenashev 528dd7b6d4 Readme: Fix the documentation output 2017-06-15 09:09:16 +02:00
Oleg Nenashev 33dcc39539 Merge pull request #215 from oleg-nenashev/developer_docs
Add WinSW Developer Guide
2017-05-07 18:07:45 +03:00
Oleg Nenashev 2f88614f03 Add WinSW Developer Guide 2017-05-05 16:35:50 +03:00
Oleg Nenashev db3904ce83 Fix indenting of the Documentation list in README 2017-04-28 01:03:07 +02:00
Oleg Nenashev 6ab6a54603 README: Update information about supported .NET versions 2017-01-06 13:06:31 +01:00
Oleg Nenashev 48a5bdd222 README: Add the GitHub Releases badge 2016-12-30 15:31:21 +01:00
Oleg Nenashev 1db4de60f9 README: Update the WinSW 2.0 notes 2016-12-30 15:25:42 +01:00
iforapsy 28917c44d6 Do not propagate exceptions from Process.Kill() if the process actually exits (#166)
* Ignore more exceptions from Process.Kill()

Sometimes we get an InvalidOperationException when we kill a process that is already dead and other times we get a Win32Exception. Let's ignore all exceptions from killing a process if it has exited.

* Fix key name typo in README.md

The name of the key has an underscore, not a hyphen.
2016-12-20 15:20:08 +01:00
Oleg Nenashev e18207cdd6 Merge pull request #160 from oleg-nenashev/master
Documentation updates towards 2.0
2016-12-11 20:17:47 +01:00
Oleg Nenashev c55d33b046 Issue #65 - Add NuGet packaging (#161)
* NuGet: Add simple NuGet packaging PoC

* Fix the version definition

* Run PS instead of CMD

* Fix the .NET4 binary reference in the spec

* Publish the NuGet package directly to the root

* Covert ID to uppercase just to follow the common notation

* Use a fixed artifact name to enable the deployment

* NuGet does not support multi-line paragraphs

* Add the NuGet badge
2016-12-11 20:11:16 +01:00
Oleg Nenashev 19268c61fe Slightly update the release source mentions, reference NuGet 2016-12-10 01:43:04 +01:00
Oleg Nenashev 76ff00b7da Fixes #152 - Add disclaimer about Strong name security 2016-12-10 01:40:04 +01:00
Oleg Nenashev 37d95b725b Improve formatting of the help layout for the status command 2016-12-10 01:31:00 +01:00
Oleg Nenashev 49b5189511 Reference GitHub as a release source 2016-12-09 23:58:28 +01:00
Oleg Nenashev dd0188a1d4 Add compatibility notes to the documentation 2016-12-09 22:41:06 +01:00
Oleg Nenashev 071afc3e6b .NET4 - Document supported .NET versions in README.md (solves #102) 2016-12-04 12:20:54 +01:00
Oleg Nenashev 6c0f6d1f7a Fixes #142 - Deploy the automatic build on Appveyor (#144)
* First configuration stub

* Get rid of the old winsw_cert.pfx references, adjust docs

* Fix the corrupted log4net reference, we use 2.0.3

* Generate stub SNK file

* Signing: Try full SDK path to generate SNKs

* Fix the path

* Signing: Sign all assemblies being packed into WinSW

* Tests: Try enabling tests

* Tests and artifacts: Use absolute paths

* Artifact path must be relative

* The test DLL is the NUnit one

* nunit-console does not require loggers

* NUnit: Try picking all DLLs in the output folder

* NUnit console: No wildcards

* Tests: Fix the test project to make it properly working with the new project structure

* Docs: Clarify the specifics of external extension usage

* Add AppVeyor badge to README.md
2016-12-04 09:34:19 +01:00
Oleg Nenashev 0f354b42ac Document the extension engine and exisitng extensions (#141)
* Document the extension engine and exisitng extensions

* Add the link to Extensions in ToC
2016-12-02 13:59:26 +01:00
kenmaglio 6d570f6f71 Add Documentation for the Puppet Module (#140)
* Update Main ReadMe to include CM and Puppet doc link

Add a link to a page built to describe the module in the Puppet Forge

* Initial Creation

* Adds Content for Puppet Module

* Remove accidental asterik

* Syntax Error for Link

* Typo On Link

* Updates to a documentation spec
2016-11-30 19:54:07 +01:00
Oleg Nenashev 38ccac88ca Add a simple documentation stub for the EXE Config File 2016-11-26 01:36:39 +03:00
Oleg Nenashev 33efbdd7dd Docs: Decouple the project manifest to a standalone page 2016-11-26 01:28:42 +03:00
Oleg Nenashev 7c3bd2d40b Update the readme file 2016-11-26 01:26:12 +03:00
Oleg Nenashev b60756b8c5 Make the document less personalized 2016-11-26 01:19:05 +03:00
Oleg Nenashev b16368b8aa Docs: Add changelog 2016-11-26 00:00:30 +03:00
Oleg Nenashev 1bb286cc4c Docs: Fix links 2016-11-25 23:56:39 +03:00
Oleg Nenashev 26a25c72a1 Docs: Update WinSW 1/2 in README 2016-11-25 15:34:50 +03:00
Oleg Nenashev 0e7cc49692 Decouple the documentation to several pages 2016-11-24 06:02:30 +03:00
Oleg Nenashev b14dcf3aaa Get rid of the bottom links 2016-11-24 01:32:26 +01:00
Oleg Nenashev a5b2d4fb2e Docs: Rename README to a standard name 2016-11-24 01:23:57 +01:00