Skip to content

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadcows committed Jun 9, 2021
1 parent 68847bb commit f494bba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
All notable changes to this package will be documented in this file.

## [Unreleased]


## [1.7.0] - 2021-06-09
- Breaking Changes: MyCollections.AsEnumerable renamed to SingleToEnumerable
- Breaking Changes: MyCollections.GetOrDefault renamed to GetOrAdd
- Breaking Changes: MyCollections.SelectWithIndex and SelectManyWithIndex removed (Linq.Select and SelectMany functionality duplication)
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.domybest.mybox",
"version": "1.6.2",
"version": "1.7.0",
"displayName": "MyBox",
"description": "MyBox is a set of attributes, tools and extensions for Unity",

Expand Down

0 comments on commit f494bba

Please sign in to comment.