Skip to content

Commit

Permalink
Merge pull request #30 from DragonBox/release_1.0.0beta6
Browse files Browse the repository at this point in the history
Preparing release for 1.0.0beta6
  • Loading branch information
niezbop authored Dec 5, 2017
2 parents fd0f69a + 74f4241 commit 2b28e57
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## [v1.0.0beta6](https://github.com/DragonBox/uplift/tree/v1.0.0beta6) (2017-12-05)
[Full Changelog](https://github.com/DragonBox/uplift/compare/v1.0.0beta5...v1.0.0beta6)

**Implemented enhancements:**

- Remove unnecessary warning [\#28](https://github.com/DragonBox/uplift/pull/28) ([niezbop](https://github.com/niezbop))
- Add very basic caching for Upset fetching in GithubRepository [\#27](https://github.com/DragonBox/uplift/pull/27) ([niezbop](https://github.com/niezbop))
- Implement settings editor window [\#26](https://github.com/DragonBox/uplift/pull/26) ([niezbop](https://github.com/niezbop))

**Merged pull requests:**

- Cleanup: remove unused usings [\#29](https://github.com/DragonBox/uplift/pull/29) ([niezbop](https://github.com/niezbop))

## [v1.0.0beta5](https://github.com/DragonBox/uplift/tree/v1.0.0beta5) (2017-11-30)
[Full Changelog](https://github.com/DragonBox/uplift/compare/v1.0.0beta4...v1.0.0beta5)

Expand All @@ -11,6 +24,7 @@

**Merged pull requests:**

- Preparing release for 1.0.0beta5 [\#25](https://github.com/DragonBox/uplift/pull/25) ([niezbop](https://github.com/niezbop))
- Compiler: use defines to make sure that .unitypackage is built correctly [\#21](https://github.com/DragonBox/uplift/pull/21) ([niezbop](https://github.com/niezbop))

## [v1.0.0beta4](https://github.com/DragonBox/uplift/tree/v1.0.0beta4) (2017-11-28)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# UPLIFT

[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/DragonBox/uplift/blob/master/LICENSE)
![Version](https://img.shields.io/badge/version-1.0.0beta5-blue.svg)
![Version](https://img.shields.io/badge/version-1.0.0beta6-blue.svg)

Uplift is a __package manager__ for the [Unity](https://unity3d.com/) game engine, built in __C#__, that provides a standard format for distributing Unity3d assets, and is designed to easily manage the installation of assets into your projects.

Expand Down

0 comments on commit 2b28e57

Please sign in to comment.