Skip to content

jdeering/SymSharp

 
 

Repository files navigation

SymSharp

GitHub version Build status Coverage Status Code Quality

Symitar RAS Library in C#

Quick start

Quick start options available:

  • Clone the repo: git clone git://github.com/jdeering/SymSharp.git.
  • Download from SourceForge.
  • Install the NuGet package

.NET Version Support

SymSharp supports the following platforms:

  • .NET 4.0 and higher

Versioning

SymSharp will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format:

<major>.<minor>.<build>

and constructed with the following guidelines:

  • Breaking backward compatibility bumps the major (resetting the minor and build)
  • New additions without breaking backward compatibility bumps the minor (resetting the build)
  • Bug fixes and misc changes increase the build number

For more information on SemVer, please visit http://semver.org/.

Bug tracker

Have a bug or a feature request? Please open a new issue. Before opening any issue, please search for existing issues.

Contributing

Please submit all pull requests against WIP branches. You must include all relevant unit tests for any bug fixes or new features.

Thanks!

Authors

Jason Deering

Credit to Dillon Aumiller for the original version that I expanded upon

License

Licensed under the GNU General Public License, Version 3.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License at:

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

Symitar RAS Library in C#

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%