Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Commit 5bdc7f0

Browse files
author
Mike van Riel
committed
Update package.json and bump version; let's show more clearly this is a fork
1 parent 3b4d76f commit 5bdc7f0

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [5.0.3] - 2023-05-15
8+
This release is part of the Netherlands3D fork.
9+
### Changed
10+
- Changed references in code to new package name - eu.netherlands3d.gltfast
11+
- Changed package.json description to more clearly show this is a fork and is affiliated with Netherlands3D
12+
713
## [5.0.2] - 2023-05-11
814
This release is part of the Netherlands3D fork.
915
### Changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "eu.netherlands3d.gltfast",
3-
"version": "5.0.2",
4-
"displayName": "glTFast",
5-
"description": "Use glTFast to import and export glTF 3D files efficiently at runtime or in the Editor",
3+
"version": "5.0.3",
4+
"displayName": "glTFast [Netherlands3D]",
5+
"description": "[Netherlands3D fork] Use glTFast to import and export glTF 3D files efficiently at runtime or in the Editor",
66
"unity": "2019.4",
77
"keywords": [
88
"mesh",
@@ -16,9 +16,8 @@
1616
"basisu"
1717
],
1818
"author": {
19-
"name": "Andreas Atteneder",
20-
"email": "andreas.atteneder@gmail.com",
21-
"url": "https://pixel.engineer"
19+
"name": "Netherlands3D",
20+
"url": "https://netherlands3d.eu"
2221
},
2322
"dependencies": {
2423
"com.unity.modules.jsonserialize": "1.0.0",

0 commit comments

Comments
 (0)