Skip to content

Commit

Permalink
Docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZorPastaman committed Sep 29, 2020
1 parent 6ff6a06 commit 0c300b5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.1.0] - 2020-09-29

### Changed

- Some methods became aggressively inlined for performance reasons.
Expand All @@ -25,5 +27,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- BlackboardPropertyReferenceDrawer:
custom editor for BlackboardPropertyReference as public static methods.

[unreleased]: https://github.com/ZorPastaman/Event-Based-Blackboard/compare/v1.0.0...HEAD
[unreleased]: https://github.com/ZorPastaman/Event-Based-Blackboard/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/ZorPastaman/Event-Based-Blackboard/releases/tag/v1.1.0
[1.0.0]: https://github.com/ZorPastaman/Event-Based-Blackboard/releases/tag/v1.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public sealed override Type valueType
}

/// <summary>
/// How many keys are contained in this <see cref="ClassGeneratedValueSerializedTable{T}"/>.
/// How many keys are contained in this <see cref="GeneratedValueSerializedTable{T}"/>.
/// </summary>
public int keysCount
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public sealed override Type valueType
}

/// <summary>
/// How many properties are contained in this <see cref="ClassSerializedValueSerializedTable{T}"/>.
/// How many properties are contained in this <see cref="SerializedValueSerializedTable{T}"/>.
/// </summary>
public int propertiesCount
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.zor.event-based-blackboard",
"version": "1.0.0",
"version": "1.1.0",
"displayName": "Event Based Blackboard",
"description": "Event Based Blackboard for Unity is a flexible data storage that can contain any count of properties of any type. The properties can be accessed with property names.",
"unity": "2018.4",
Expand Down

0 comments on commit 0c300b5

Please sign in to comment.