You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: org.mixedrealitytoolkit.windowsspeech/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
4
4
5
+
## [Unreleased]
6
+
7
+
### Changed
8
+
9
+
* Made the dependency on com.microsoft.mrtk.tts.windows optional. [PR #1060](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/1060)
Copy file name to clipboardExpand all lines: org.mixedrealitytoolkit.windowsspeech/package.json
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "org.mixedrealitytoolkit.windowsspeech",
3
-
"version": "3.0.4-development",
3
+
"version": "3.1.0-development",
4
4
"description": "Speech subsystem implementation for native Windows speech APIs enables native Windows text-to-speech and speech recognition features, producing events to drive XRI interactions using speech.",
0 commit comments