Skip to content

Commit 5bb9d3a

Browse files
author
David Kline
authored
Merge pull request #7980 from microsoft/releases/2.4.0
Merge 2.4.0 into mrtk_release
2 parents bccbcb3 + c4f0a80 commit 5bb9d3a

File tree

6,375 files changed

+339851
-240534
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,375 files changed

+339851
-240534
lines changed

.github/stale.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# MRTK stale configuration
2+
# In order to ensure that the issues on Github remain somewhat fresh
3+
# and up to date (i.e. aren't tracking releases from over a year
4+
# ago which have seen significant churn), we're using Stale Bot
5+
# (https://github.com/apps/stale) to mark issues as stale and then close
6+
# ones that haven't seen updates in a long time.
7+
daysUntilStale: 150
8+
daysUntilClose: 30
9+
# Below are labels that are exempt from stale checks
10+
exemptLabels:
11+
# Exempt because feature requests are generally still relevant later
12+
# and get closed when we complete them - unlike bugs which can often
13+
# become no longer relevant as we have a bunch of churn in fixes for
14+
# and area
15+
- Feature Request
16+
staleLabel: Stale
17+
markComment: >
18+
This issue has been marked as stale by an automated process because
19+
it has not had any recent activity. It will be automatically closed
20+
in 30 days if no further activity occurs. If this is still an issue
21+
please add a new comment with more recent details and repro steps.
22+
closeComment: >
23+
This issue has been closed by an automated process because it is
24+
stale. If this is still an issue please add a new comment with more
25+
recent details and repro steps.

Assets/MRTK.meta

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

Assets/MRTK/Core/AssemblyInfo.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License. See LICENSE in the project root for license information.
3+
4+
using System.Reflection;
5+
6+
[assembly: AssemblyVersion("2.4.0.0")]
7+
[assembly: AssemblyFileVersion("2.4.0.0")]
8+
9+
[assembly: AssemblyProduct("Microsoft® Mixed Reality Toolkit")]
10+
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation")]
File renamed without changes.
File renamed without changes.
File renamed without changes.

Assets/MixedRealityToolkit/Attributes/DocLinkAttribute.cs.meta renamed to Assets/MRTK/Core/Attributes/DocLinkAttribute.cs.meta

File renamed without changes.

Assets/MixedRealityToolkit/Attributes/EnumFlagsAttribute.cs renamed to Assets/MRTK/Core/Attributes/EnumFlagsAttribute.cs

File renamed without changes.

Assets/MixedRealityToolkit/Attributes/EnumFlagsAttribute.cs.meta renamed to Assets/MRTK/Core/Attributes/EnumFlagsAttribute.cs.meta

File renamed without changes.

0 commit comments

Comments
 (0)