Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.
/ cap-net Public archive

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

License

Notifications You must be signed in to change notification settings

mkchandler/cap-net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: This repository has been archived. Please see the following fork for a maintained version: https://github.com/TeamnetGroup/cap-net

CAPNet

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

More information on CAP can be found here: http://www.oasis-open.org/standards#capv1.1.

Usage

The following frameworks/libraries are required to build and test CAPNet:

  • .NET Framework 4.0
  • xUnit 1.9

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

Matt Chandler

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

Copyright and license

Copyright 2013 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