NOTE: CAPNet is currently in the early stages of development. Proceed with caution.
CAPNet is a Common Alerting Protocol (CAP) library for the .NET framework.
More information on CAP can be found here: http://docs.oasis-open.org/emergency/cap/v1.2/CAP-v1.2.html.
The following frameworks/libraries are required to build and test CAPNet:
- .NET Framework 4.0
- xUnit 1.9
CAPNet will be maintained under the Semantic Versioning guidelines as much as possible.
Releases will be numbered with the follow format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
- Breaking backwards compatibility bumps the major
- New additions without breaking backwards compatibility bumps the minor
- Bug fixes and misc changes bump the patch
For more information on SemVer, please visit http://semver.org/.
Based on original work by Matt Chandler
A list of additional contributors can be viewed here: https://github.com/TeamnetGroup/cap-net/contributors
Copyright 2014 Matt Chandler and contributors
Licensed under the MIT License (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:
http://www.opensource.org/licenses/MIT
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.