Skip to content

Commit 0197b2d

Browse files
authored
Merge pull request #100 from Unity-Technologies/dev
version bump.
2 parents 6ac9741 + 186007f commit 0197b2d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this package will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [1.7.0] - 2018-07-23
8+
- Sorting dependencies for easier identification.
9+
- fix to windows file sharing violation error.
10+
- minor bug fixes.
11+
712
## [1.6.0] - 2018-04-25
813
- Stopped altering global styles.
914

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
12
{
23
"name": "com.unity.assetbundlebrowser",
34
"displayName": "Asset Bundle Browser",
4-
"version": "1.6.0",
5+
"version": "1.7.0",
56
"unity": "2018.1",
67
"description": "The Asset Bundle Browser tool enables the user to view and edit the configuration of asset bundles for their Unity project. It will block editing that would create invalid bundles, and inform you of any issues with existing bundles. It also provides basic build functionality.\n\nUse this tool as an alternative to selecting assets and setting their asset bundle manually in the inspector. It can be dropped into any Unity project with a version of 5.6 or greater. It will create a new menu item in Window > AssetBundle Browser. The bundle configuration, build functionality, and built-bundle inspection are split into three tabs within the new window.",
78
"keywords": ["asset", "bundle", "bundles", "assetbundles"],

0 commit comments

Comments
 (0)