diff --git a/com.microsoft.mrtk.buildwindow/AssemblyInfo.cs b/com.microsoft.mrtk.buildwindow/AssemblyInfo.cs new file mode 100644 index 00000000000..8d6af93d0ec --- /dev/null +++ b/com.microsoft.mrtk.buildwindow/AssemblyInfo.cs @@ -0,0 +1,12 @@ +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. + +using System.Reflection; + +[assembly: AssemblyProduct("Microsoft® Mixed Reality Toolkit Build Window")] +[assembly: AssemblyCopyright("Copyright © Microsoft Corporation")] + +// The AssemblyVersion attribute is checked-in and is recommended not to be changed often. +// https://docs.microsoft.com/troubleshoot/visualstudio/general/assembly-version-assembly-file-version +// AssemblyFileVersion and AssemblyInformationalVersion are added by pack-upm.ps1 to match the current MRTK build version. +[assembly: AssemblyVersion("3.0.0.0")] diff --git a/com.microsoft.mrtk.buildwindow/AssemblyInfo.cs.meta b/com.microsoft.mrtk.buildwindow/AssemblyInfo.cs.meta new file mode 100644 index 00000000000..1c44e72fd5a --- /dev/null +++ b/com.microsoft.mrtk.buildwindow/AssemblyInfo.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: cd04de1cc836d51438711f0910137444 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.microsoft.mrtk.buildwindow/BuildAndDeploy/AssemblyInfo.cs b/com.microsoft.mrtk.buildwindow/BuildAndDeploy/AssemblyInfo.cs deleted file mode 100644 index 0bcb9a37d18..00000000000 --- a/com.microsoft.mrtk.buildwindow/BuildAndDeploy/AssemblyInfo.cs +++ /dev/null @@ -1,7 +0,0 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. -[assembly: System.Reflection.AssemblyVersion("2.8.0.0")] -[assembly: System.Reflection.AssemblyFileVersion("2.8.0.0")] - -[assembly: System.Reflection.AssemblyProduct("Microsoft® Mixed Reality Toolkit")] -[assembly: System.Reflection.AssemblyCopyright("Copyright © Microsoft Corporation")] diff --git a/com.microsoft.mrtk.buildwindow/BuildAndDeploy/AssemblyInfo.cs.meta b/com.microsoft.mrtk.buildwindow/BuildAndDeploy/AssemblyInfo.cs.meta deleted file mode 100644 index de83283f83f..00000000000 --- a/com.microsoft.mrtk.buildwindow/BuildAndDeploy/AssemblyInfo.cs.meta +++ /dev/null @@ -1,3 +0,0 @@ -fileFormatVersion: 2 -guid: bc628fb4ae7d4a2a895541a37b6d12b1 -timeCreated: 1663169360 \ No newline at end of file