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

Commit c75449a

Browse files
author
Mike van Riel
committed
Change package name because of conflicts
1 parent 7835e8b commit c75449a

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ 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-
## [Unreleased]
7+
## [5.0.2] - 2023-05-11
8+
This release is part of the Netherlands3D fork.
9+
### Changed
10+
- Changed package name to eu.netherlands3d.gltfast
11+
12+
## [5.0.1] - 2023-05-08
13+
This release is part of the Netherlands3D fork.
814
### Changed
915
- (Export) Texture coordinates are now flipped vertically, similar to how it's performed at import. This ensures round-trip consistency (#342).
1016
### Fixed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "nl.netherlands3d.gltfast",
3-
"version": "5.0.1",
2+
"name": "eu.netherlands3d.gltfast",
3+
"version": "5.0.2",
44
"displayName": "glTFast",
55
"description": "Use glTFast to import and export glTF 3D files efficiently at runtime or in the Editor",
66
"unity": "2019.4",

0 commit comments

Comments
 (0)