Skip to content

Commit 46b3a50

Browse files
authored
Fix build of org.mixedrealitytoolkit.uxcore (#1127)
* Move FontIconSelectorMigrationUtility * Update CHANGELOG.md * Update package.json
1 parent 9b8c7f2 commit 46b3a50

4 files changed

Lines changed: 7 additions & 1 deletion

File tree

org.mixedrealitytoolkit.uxcore/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
44

5+
## [4.0.0-pre.4] - 2026-06-10
6+
7+
### Fixed
8+
9+
* Fixed build issue caused by `FontIconSelectorMigrationUtility` not being in an Editor-only assembly.
10+
511
## [4.0.0-pre.3] - 2026-05-20
612

713
### Added

org.mixedrealitytoolkit.uxcore/FontIcons/FontIconSelectorMigrationUtility.cs renamed to org.mixedrealitytoolkit.uxcore/Editor/FontIconSelectorMigrationUtility.cs

File renamed without changes.

org.mixedrealitytoolkit.uxcore/FontIcons/FontIconSelectorMigrationUtility.cs.meta renamed to org.mixedrealitytoolkit.uxcore/Editor/FontIconSelectorMigrationUtility.cs.meta

File renamed without changes.

org.mixedrealitytoolkit.uxcore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "org.mixedrealitytoolkit.uxcore",
3-
"version": "4.0.0-development.pre.3",
3+
"version": "4.0.0-development.pre.4",
44
"description": "Core interaction and visualization scripts for building MR UI components. Intended to be consumed when building UX libraries. For pre-existing library of components, see the UX Components package.",
55
"displayName": "MRTK UX Core Scripts",
66
"msftFeatureCategory": "MRTK3",

0 commit comments

Comments
 (0)