From f494bbadf4076a8131f9ea1ff49d03ec13d1138c Mon Sep 17 00:00:00 2001 From: Deadcow Date: Wed, 9 Jun 2021 14:51:20 +0300 Subject: [PATCH] 1.7.0 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6abf37..23b70fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 580f6c0..5605ebf 100644 --- a/package.json +++ b/package.json @@ -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",