Skip to content

Commit b6cc65c

Browse files
authored
Update for latest files from the Microsoft GitHub template (#85)
1 parent c010b71 commit b6cc65c

16 files changed

+174
-66
lines changed

LICENSE

+17-16
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
The MIT License (MIT)
1+
MIT License
22

3-
Copyright (c) 2014-2022 Microsoft Corp
3+
Copyright (c) Microsoft Corporation.
44

5-
Permission is hereby granted, free of charge, to any person obtaining a copy of this
6-
software and associated documentation files (the "Software"), to deal in the Software
7-
without restriction, including without limitation the rights to use, copy, modify,
8-
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
9-
permit persons to whom the Software is furnished to do so, subject to the following
10-
conditions:
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
1111

12-
The above copyright notice and this permission notice shall be included in all copies
13-
or substantial portions of the Software.
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
1414

15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
16-
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
17-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
18-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
19-
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
20-
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ For the latest version of DirectXMesh, bug reports, etc. please visit the projec
5757

5858
* The UWP projects and the Win10 classic desktop project include configurations for the ARM64 platform. Building these requires installing the ARM64 toolset.
5959

60-
* When using clang/LLVM for the ARM64 platform, the Windows 11 SDK ([22000](https://walbourn.github.io/windows-sdk-for-windows-11/)) is required.
60+
* When using clang/LLVM for the ARM64 platform, the Windows 11 SDK ([22000](https://walbourn.github.io/windows-sdk-for-windows-11/)) or later is required.
6161

6262
## Support
6363

@@ -71,6 +71,8 @@ This project welcomes contributions and suggestions. Most contributions require
7171

7272
When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
7373

74+
## Code of Conduct
75+
7476
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
7577

7678
## Trademarks

SECURITY.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
<!-- BEGIN MICROSOFT SECURITY.MD V0.0.5 BLOCK -->
1+
<!-- BEGIN MICROSOFT SECURITY.MD V0.0.7 BLOCK -->
22

33
## Security
44

55
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/).
66

7-
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://docs.microsoft.com/en-us/previous-versions/tn-archive/cc751383(v=technet.10)), please report it to us as described below.
7+
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/opensource/security/definition), please report it to us as described below.
88

99
## Reporting Security Issues
1010

1111
**Please do not report security vulnerabilities through public GitHub issues.**
1212

13-
Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://msrc.microsoft.com/create-report).
13+
Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/opensource/security/create-report).
1414

15-
If you prefer to submit without logging in, send email to [[email protected]](mailto:[email protected]). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://www.microsoft.com/en-us/msrc/pgp-key-msrc).
15+
If you prefer to submit without logging in, send email to [[email protected]](mailto:[email protected]). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/opensource/security/pgpkey).
1616

17-
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://www.microsoft.com/msrc).
17+
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://aka.ms/opensource/security/msrc).
1818

1919
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
2020

@@ -28,14 +28,14 @@ Please include the requested information listed below (as much as you can provid
2828

2929
This information will help us triage your report more quickly.
3030

31-
If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://microsoft.com/msrc/bounty) page for more details about our active programs.
31+
If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/opensource/security/bounty) page for more details about our active programs.
3232

3333
## Preferred Languages
3434

3535
We prefer all communications to be in English.
3636

3737
## Policy
3838

39-
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://www.microsoft.com/en-us/msrc/cvd).
39+
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/opensource/security/cvd).
4040

41-
<!-- END MICROSOFT SECURITY.MD BLOCK -->
41+
<!-- END MICROSOFT SECURITY.MD BLOCK -->

build/DirectXMesh-GitHub-CMake-Dev17.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,14 @@ schedules:
1212
include:
1313
- main
1414

15+
trigger: none
16+
pr: none
17+
1518
resources:
1619
repositories:
1720
- repository: self
1821
type: git
1922
ref: refs/heads/main
20-
trigger:
21-
branches:
22-
include:
23-
- main
24-
paths:
25-
include:
26-
- CMakeLists.txt
2723

2824
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
2925

build/DirectXMesh-GitHub-CMake.yml

+15-7
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,26 @@ schedules:
1212
include:
1313
- main
1414

15+
trigger:
16+
branches:
17+
include:
18+
- main
19+
paths:
20+
include:
21+
- CMakeLists.txt
22+
pr:
23+
branches:
24+
include:
25+
- main
26+
paths:
27+
include:
28+
- CMakeLists.txt
29+
1530
resources:
1631
repositories:
1732
- repository: self
1833
type: git
1934
ref: refs/heads/main
20-
trigger:
21-
branches:
22-
include:
23-
- main
24-
paths:
25-
include:
26-
- CMakeLists.txt
2735

2836
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
2937

build/DirectXMesh-GitHub-Dev17.yml

+3-9
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,14 @@ schedules:
1212
include:
1313
- main
1414

15+
trigger: none
16+
pr: none
17+
1518
resources:
1619
repositories:
1720
- repository: self
1821
type: git
1922
ref: refs/heads/main
20-
trigger:
21-
branches:
22-
include:
23-
- main
24-
paths:
25-
exclude:
26-
- README.md
27-
- HISTORY.md
28-
- SECURITY.md
2923

3024
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
3125

build/DirectXMesh-GitHub-GDK-Dev17.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ schedules:
1212
include:
1313
- main
1414

15+
trigger: none
16+
pr: none
17+
1518
resources:
1619
repositories:
1720
- repository: self
1821
type: git
1922
ref: refs/heads/main
20-
trigger: none
2123

2224
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
2325

build/DirectXMesh-GitHub-GDK.yml

+22-1
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,33 @@ schedules:
1414
include:
1515
- main
1616

17+
trigger:
18+
branches:
19+
include:
20+
- main
21+
paths:
22+
exclude:
23+
- README.md
24+
- HISTORY.md
25+
- SECURITY.md
26+
- LICENSE
27+
pr:
28+
branches:
29+
include:
30+
- main
31+
paths:
32+
exclude:
33+
- README.md
34+
- HISTORY.md
35+
- SECURITY.md
36+
- LICENSE
37+
drafts: false
38+
1739
resources:
1840
repositories:
1941
- repository: self
2042
type: git
2143
ref: refs/heads/main
22-
trigger: none
2344

2445
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
2546

build/DirectXMesh-GitHub-MinGW.yml

+22-1
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,33 @@ schedules:
1212
include:
1313
- main
1414

15+
trigger:
16+
branches:
17+
include:
18+
- main
19+
paths:
20+
exclude:
21+
- README.md
22+
- HISTORY.md
23+
- SECURITY.md
24+
- LICENSE
25+
pr:
26+
branches:
27+
include:
28+
- main
29+
paths:
30+
exclude:
31+
- README.md
32+
- HISTORY.md
33+
- SECURITY.md
34+
- LICENSE
35+
drafts: false
36+
1537
resources:
1638
repositories:
1739
- repository: self
1840
type: git
1941
ref: refs/heads/main
20-
trigger: none
2142

2243
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
2344

build/DirectXMesh-GitHub-SDK-prerelease.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ schedules:
1313
- main
1414
always: true
1515

16+
trigger: none
17+
pr: none
18+
1619
resources:
1720
repositories:
1821
- repository: self
1922
type: git
2023
ref: refs/heads/main
21-
trigger: none
2224

2325
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
2426

build/DirectXMesh-GitHub-SDK-release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ schedules:
1313
- main
1414
always: true
1515

16+
trigger: none
17+
pr: none
18+
1619
resources:
1720
repositories:
1821
- repository: self
1922
type: git
2023
ref: refs/heads/main
21-
trigger: none
2224

2325
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
2426

build/DirectXMesh-GitHub-Test-Dev17.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ schedules:
1212
include:
1313
- main
1414

15+
trigger: none
16+
pr: none
17+
1518
resources:
1619
repositories:
1720
- repository: self
1821
type: git
1922
ref: refs/heads/main
20-
trigger: none
2123

2224
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
2325

build/DirectXMesh-GitHub-Test.yml

+22-1
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,33 @@ schedules:
1212
include:
1313
- main
1414

15+
trigger:
16+
branches:
17+
include:
18+
- main
19+
paths:
20+
exclude:
21+
- README.md
22+
- HISTORY.md
23+
- SECURITY.md
24+
- LICENSE
25+
pr:
26+
branches:
27+
include:
28+
- main
29+
paths:
30+
exclude:
31+
- README.md
32+
- HISTORY.md
33+
- SECURITY.md
34+
- LICENSE
35+
drafts: false
36+
1537
resources:
1638
repositories:
1739
- repository: self
1840
type: git
1941
ref: refs/heads/main
20-
trigger: none
2142

2243
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
2344

build/DirectXMesh-GitHub-WSL-11.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ schedules:
1212
include:
1313
- main
1414

15+
trigger: none
16+
pr: none
17+
1518
resources:
1619
repositories:
1720
- repository: self
1821
type: git
1922
ref: refs/heads/main
20-
trigger: none
2123

2224
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
2325

0 commit comments

Comments
 (0)