mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-17 05:35:07 +00:00
chore: Changelog + Docs
This commit is contained in:
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|||||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
### Added
|
||||||
|
- Added SPlusUtils with ConvertToInt method taking LowWord/HighWord ushorts
|
||||||
|
|
||||||
## [9.2.0] - 2019-03-01
|
## [9.2.0] - 2019-03-01
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
namespace ICD.Common.Utils
|
namespace ICD.Common.Utils
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Static class containing useful utilities for use in S+ programs
|
||||||
|
/// </summary>
|
||||||
[PublicAPI("S+")]
|
[PublicAPI("S+")]
|
||||||
public static class SPlusUtils
|
public static class SPlusUtils
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user