Skip to content

darbio/cap-net

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status

CAPNet

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.

Usage

Install-Package cap-net

Versioning

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/.

Authors

Based on original work by Matt Chandler

A list of additional contributors can be viewed here: https://github.com/TeamnetGroup/cap-net/contributors

Copyright and license

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.

About

Common Alerting Protocol (CAP) library for the .NET framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%