Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
13 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,13 @@ | ||
# Apache.NMS: The .NET Messaging Service Client API | ||
For more information see http://activemq.apache.org/nms | ||
|
||
### Building | ||
Visual Studio 2017 or above is required to build Apache.NMS. To build, launch Visual Studio with the nms.sln file and build the solution. | ||
|
||
### Testing | ||
Tests use the NUnit Framework. | ||
|
||
### Documentation | ||
NMS documentation is generated automatically using [DocFX](https://dotnet.github.io/docfx/) after build. Documentation files are available under folder: | ||
|
||
`<root_directory>\docs\_site` |
This file was deleted.
Oops, something went wrong.