Skip to content

Commit

Permalink
changelog / version
Browse files Browse the repository at this point in the history
  • Loading branch information
hybridherbst committed Sep 10, 2020
1 parent a4e144b commit ca9cebb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,4 @@ TestProjects/*/Temp/
.vscode/
TestProjects/*/*.sln
TestProjects/*/*.csproj
GLTFSerialization/.idea
6 changes: 6 additions & 0 deletions UnityGLTF/Assets/UnityGLTF/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.0.4-preview.8] - 2020-09-10
- built GLTFSerialization.dll against Newtonsoft.JSON 12.0.3
- removed Newtonsoft.JSON.dll from package
- added dependency on com.unity.nuget.newtonsoft-json@2.0.0
- added 2020.2 compatibility

## [1.0.4-preview.7] - 2020-07-24
- fix sRGB/linear conversion for normal maps depending on Unity color space

Expand Down
7 changes: 5 additions & 2 deletions UnityGLTF/Assets/UnityGLTF/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.pfc.org.khronos.unitygltf",
"displayName": "pfc Khronos GLTF Loader",
"version": "1.0.4-preview.7",
"version": "1.0.4-preview.8",
"unity": "2018.3",
"description": "Unity3D library for importing and exporting GLTF 2.0 assets. https://github.com/KhronosGroup/UnityGLTF",
"keywords": [
Expand All @@ -17,5 +17,8 @@
"description": "Various scenes showing GLTF functionality.",
"path": "Samples~"
}
]
],
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.0"
}
}

0 comments on commit ca9cebb

Please sign in to comment.