Skip to content

Commit

Permalink
Merge pull request #57 from DragonBox/release_1.0.0beta10
Browse files Browse the repository at this point in the history
Preparing release for 1.0.0beta10
  • Loading branch information
niezbop authored Mar 15, 2018
2 parents 6a71406 + b56bba3 commit 2e82638
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Change Log

## [v1.0.0beta10](https://github.com/DragonBox/uplift/tree/v1.0.0beta10) (2018-03-14)
[Full Changelog](https://github.com/DragonBox/uplift/compare/v1.0.0beta9...v1.0.0beta10)

**Implemented enhancements:**

- Log current Uplift version on Initialize [\#54](https://github.com/DragonBox/uplift/pull/54) ([niezbop](https://github.com/niezbop))

**Fixed bugs:**

- Fix: Better optional parameter parsing [\#56](https://github.com/DragonBox/uplift/pull/56) ([niezbop](https://github.com/niezbop))
- Make sure that the preferences are loaded before using them [\#55](https://github.com/DragonBox/uplift/pull/55) ([niezbop](https://github.com/niezbop))

## [v1.0.0beta9](https://github.com/DragonBox/uplift/tree/v1.0.0beta9) (2018-02-26)
[Full Changelog](https://github.com/DragonBox/uplift/compare/v1.0.0beta8...v1.0.0beta9)

**Implemented enhancements:**

- Refactor ExportPackage definition [\#46](https://github.com/DragonBox/uplift/pull/46) ([niezbop](https://github.com/niezbop))

**Merged pull requests:**

- Release 1.0.0beta9 [\#53](https://github.com/DragonBox/uplift/pull/53) ([niezbop](https://github.com/niezbop))
- Use Unity 5.6.5f1 [\#52](https://github.com/DragonBox/uplift/pull/52) ([niezbop](https://github.com/niezbop))
- Allows to specify a proxy for GithubRepository [\#51](https://github.com/DragonBox/uplift/pull/51) ([niezbop](https://github.com/niezbop))
- Cleaner failure when trying to download an asset [\#50](https://github.com/DragonBox/uplift/pull/50) ([niezbop](https://github.com/niezbop))

## [v1.0.0beta8](https://github.com/DragonBox/uplift/tree/v1.0.0beta8) (2017-12-14)
[Full Changelog](https://github.com/DragonBox/uplift/compare/v1.0.0beta7...v1.0.0beta8)

Expand All @@ -23,6 +49,7 @@

**Merged pull requests:**

- Preparing release for 1.0.0beta8 [\#45](https://github.com/DragonBox/uplift/pull/45) ([niezbop](https://github.com/niezbop))
- Fix upfile not refreshed before install [\#39](https://github.com/DragonBox/uplift/pull/39) ([niezbop](https://github.com/niezbop))

## [v1.0.0beta7](https://github.com/DragonBox/uplift/tree/v1.0.0beta7) (2017-12-07)
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.0beta9-blue.svg)
![Version](https://img.shields.io/badge/version-1.0.0beta10-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 2e82638

Please sign in to comment.