We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad8927 commit 373e091Copy full SHA for 373e091
Assets/MixedRealityToolkit/Utilities/Editor/PackageManifest/PackageManifestUpdater.cs
@@ -23,7 +23,7 @@ internal static class PackageManifestUpdater
23
private static string[] MSBuildRegistryScopes = new string[] { "com.microsoft" };
24
25
internal const string MSBuildPackageName = "com.microsoft.msbuildforunity";
26
- internal const string MSBuildPackageVersion = "0.9.1-20200131.12";
+ internal const string MSBuildPackageVersion = "0.9.1-20200131.14";
27
28
/// <summary>
29
/// Finds and returns the fully qualified path to the Unity Package Manager manifest
0 commit comments