Skip to content

Commit

Permalink
adding asmdef
Browse files Browse the repository at this point in the history
  • Loading branch information
alffanclub committed Dec 8, 2017
1 parent 93d6543 commit e29b816
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Documentation/ApiDocs/**
.npmrc
.npmignore
.gitignore
QAReport.md
QAReport.md.meta
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.1.4] - 2017-11-09
## [1.2.0] - 2017-12-08
- Added asmdef to keep browser in its own assembly
- minor null check fixes

## [1.1.4] - 2017-11-09
- Initial submission for package distribution
10 changes: 10 additions & 0 deletions Editor/com.unity.assetbundlebrowser.Editor.asmdef
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "com.unity.resourcemanager.Editor",
"references": [
"com.unity.resourcemanager.Runtime"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": []
}
8 changes: 8 additions & 0 deletions Editor/com.unity.assetbundlebrowser.Editor.asmdef.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.unity.assetbundlebrowser",
"version": "1.1.4",
"version": "1.2.0",
"unity": "2018.1",
"description": "Editor tool used to manually manage Asset Bundle configuration.",
"keywords": ["asset", "bundle", "bundles", "assetbundles"],
Expand Down

0 comments on commit e29b816

Please sign in to comment.