Skip to content

Commit

Permalink
[c#] Copy edit documentation comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chwarr committed Apr 25, 2017
1 parent fa50dc9 commit 431e245
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,21 @@ tag versions. The Bond compiler (`gbc`) and
different versioning scheme, following the Haskell community's
[package versioning policy](https://wiki.haskell.org/Package_versioning_policy).

## Unreleased ##

* `gbc` & compiler library: TBD
* IDL core version: TBD
* IDL comm version: TBD
* C++ version: TBD
* C# NuGet version: TBD (bug fix bump needed)
* C# Comm NuGet version: TBD (bug fix bump needed due to dependencies)

### C# ###

* Cleaned up documentation comments.

## 5.3.0: 2017-04-12 ##

* `gbc` & compiler library: 0.9.0.0
* IDL core version: 2.0
* IDL comm version: 1.2
Expand Down
2 changes: 1 addition & 1 deletion cs/src/core/Bonded.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public interface IBonded<out T> : IBonded
public sealed class Bonded<T> : IBonded<T>
{
/// <summary>
/// A static, readonly field representing an empty instance of Boned&lt;T>
/// A static, readonly field representing an empty instance of Bonded&lt;T>
/// </summary>
[System.Diagnostics.CodeAnalysis.SuppressMessage(
"Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes")]
Expand Down

0 comments on commit 431e245

Please sign in to comment.