Skip to content

Commit 42e2cd4

Browse files
authored
Merge pull request #7280 from keveleigh/add-assembly-versions
Add missing AssemblyInfo.cs files and update PR validation to catch this case
2 parents d7401d5 + 5b6ddf1 commit 42e2cd4

23 files changed

+209
-11
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
4+
using System.Reflection;
5+
6+
[assembly: AssemblyVersion("2.3.0.0")]
7+
[assembly: AssemblyFileVersion("2.3.0.0")]
8+
9+
[assembly: AssemblyProduct("Microsoft® Mixed Reality Toolkit Extensions")]
10+
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation")]

Assets/MixedRealityToolkit.Extensions/HandPhysicsService/AssemblyInfo.cs.meta

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
4+
using System.Reflection;
5+
6+
[assembly: AssemblyVersion("2.3.0.0")]
7+
[assembly: AssemblyFileVersion("2.3.0.0")]
8+
9+
[assembly: AssemblyProduct("Microsoft® Mixed Reality Toolkit Providers")]
10+
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation")]

Assets/MixedRealityToolkit.Providers/UnityAR/Editor/ConfigurationChecker/AssemblyInfo.cs.meta

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
4+
using System.Reflection;
5+
6+
[assembly: AssemblyVersion("2.3.0.0")]
7+
[assembly: AssemblyFileVersion("2.3.0.0")]
8+
9+
[assembly: AssemblyProduct("Microsoft® Mixed Reality Toolkit Providers")]
10+
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation")]

Assets/MixedRealityToolkit.Providers/WindowsMixedReality/Shared/Editor/ConfigurationChecker/AssemblyInfo.cs.meta

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
4+
using System.Reflection;
5+
6+
[assembly: AssemblyVersion("2.3.0.0")]
7+
[assembly: AssemblyFileVersion("2.3.0.0")]
8+
9+
[assembly: AssemblyProduct("Microsoft® Mixed Reality Toolkit Providers")]
10+
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation")]

Assets/MixedRealityToolkit.Providers/WindowsMixedReality/XRSDK/AssemblyInfo.cs.meta

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
4+
using System.Reflection;
5+
6+
[assembly: AssemblyVersion("2.3.0.0")]
7+
[assembly: AssemblyFileVersion("2.3.0.0")]
8+
9+
[assembly: AssemblyProduct("Microsoft® Mixed Reality Toolkit Providers")]
10+
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation")]

Assets/MixedRealityToolkit.Providers/WindowsMixedReality/XRSDK/Editor/AssemblyInfo.cs.meta

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)