microsoft / MixedReality-GraphicsTools-Unity

Graphics tools and components for developing Mixed Reality applications in Unity.
MIT License
182 stars 42 forks source link

Need to bump the version of the com.microsoft.graphicstools.unity package #191

Closed shaynie closed 1 year ago

shaynie commented 1 year ago

Overview

Bump version of com.microsoft.mrtk.graphicstools.unity package for publishing to the NPM feeds

Verification

This optional section is a place where you can detail the specific type of verification you want from reviewers. For example, if you want reviewers to checkout the PR locally and validate the functionality of specific scenarios, provide instructions on the specific scenarios and what you want verified.

If there are specific areas of concern or question feel free to highlight them here so that reviewers can watch out for those issues.

As a reviewer, it is possible to check out this change locally by using the following commands (substituting {PR_ID} with the ID of this pull request):

git fetch origin pull/{PR_ID}/head:name_of_local_branch

git checkout name_of_local_branch