Skip to content

Commit

Permalink
3.1.1 - 2019/03/09
Browse files Browse the repository at this point in the history
@2019.2
  • Loading branch information
ErikMoczi committed Mar 14, 2019
1 parent 2dc2a25 commit 97c7bb7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 19 deletions.
10 changes: 5 additions & 5 deletions package/CHANGELOG.md
Expand Up @@ -4,14 +4,14 @@ 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).

## [2.3.1] - 2019-03-05
## [3.1.1] - 2019-03-05
- PlayerSettings.displayResolutionDialog property now defaults to false.

## [2.3.0] - 2019-02-25
- fixing version mismatch
## [3.1.0] - 2019-02-22
- Removing deprecated packages from manifest.

## [2.2.0] - 2019-02-25
- Removed deprecated package from manifest.
## [3.0.0] - 2019-02-12
- Removing deprecated packages from manifest.

## [2.1.0] - 2019-02-04
- Corrected some default values in project settings.
Expand Down
5 changes: 0 additions & 5 deletions package/ProjectData~/Packages/manifest.json
@@ -1,11 +1,6 @@
{
"dependencies": {
"com.unity.ads": "2.0.8",
"com.unity.analytics": "3.2.2",
"com.unity.collab-proxy": "1.2.9",
"com.unity.package-manager-ui": "2.1.1",
"com.unity.postprocessing": "2.1.4",
"com.unity.purchasing": "2.0.1",
"com.unity.textmeshpro": "1.3.0",
"com.unity.timeline": "0.0.0-builtin",
"com.unity.modules.ai": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package/README.md
@@ -1,4 +1,4 @@
## The Master branch is currently targeting 19.1 ##
## The Master branch is currently targeting 19.2 ##

# About _3D With Extras Project Template_

Expand Down
11 changes: 3 additions & 8 deletions package/package.json
@@ -1,17 +1,12 @@
{
"name": "com.unity.template.3dextra",
"displayName": "3D With Extras",
"version": "2.4.0",
"version": "3.1.1",
"type": "template",
"unity": "2019.1",
"unity": "2019.2",
"description": "This Project Template utilzes the new Post Processing stack with the built-in renderer. \n\nIt also includes \n▪ Presets \n▪ Example content ",
"dependencies": {
"com.unity.ads": "2.0.8",
"com.unity.analytics": "3.2.2",
"com.unity.collab-proxy": "1.2.9",
"com.unity.package-manager-ui": "2.1.1",
"com.unity.postprocessing": "2.1.4",
"com.unity.purchasing": "2.0.1",
"com.unity.textmeshpro": "1.3.0",
"com.unity.timeline": "0.0.0-builtin",
"com.unity.modules.ai": "1.0.0",
Expand Down Expand Up @@ -48,6 +43,6 @@
"repository": {
"type": "git",
"url": "https://gitlab.cds.internal.unity3d.com/upm-packages/project-templates/upm-package-template-3DWExtras.git",
"revision": "202f0465805428c1fea1d3ea896affeed403a3dd"
"revision": "83b5bfde40b685d8e62a079e929b564e3dda7786"
}
}
1 change: 1 addition & 0 deletions versions.txt
Expand Up @@ -10,3 +10,4 @@
3.0.0
3.1.0
2.4.0
3.1.1

0 comments on commit 97c7bb7

Please sign in to comment.