Skip to content

Commit a84cc2a

Browse files
kythantDrusTheAxe
andauthored
Remove experimental-ness from DeploymentContract. The API has parts that are experimental, but the contract isn't (#3679) (#3688)
Co-authored-by: Howard Kapustein <howardk@microsoft.com>
1 parent aaee78c commit a84cc2a

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

dev/Common/TerminalVelocityFeatures-DeploymentAPI.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
// THIS FILE IS AUTOMATICALLY GENERATED; DO NOT EDIT IT
55

6-
// INPUT FILE: ..\..\dev\common\TerminalVelocityFeatures-DeploymentAPI.xml
7-
// OPTIONS: -Channel Experimental -Language C++ -Namespace Microsoft.Windows.ApplicationModel.WindowsAppRuntime -Path ..\..\dev\common\TerminalVelocityFeatures-DeploymentAPI.xml -Output ..\..\dev\common\TerminalVelocityFeatures-DeploymentAPI.h
6+
// INPUT FILE: dev\common\TerminalVelocityFeatures-DeploymentAPI.xml
7+
// OPTIONS: -Channel Experimental -Language C++ -Namespace Microsoft.Windows.ApplicationModel.WindowsAppRuntime -Path dev\common\TerminalVelocityFeatures-DeploymentAPI.xml -Output dev\common\TerminalVelocityFeatures-DeploymentAPI.h
88

99
#if defined(__midlrt)
1010
namespace features

dev/Deployment/Deployment.idl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
namespace Microsoft.Windows.ApplicationModel.WindowsAppRuntime
77
{
8-
[feature(Feature_DeploymentRepair)]
98
[contractversion(4)]
109
apicontract DeploymentContract{};
1110

tools/TerminalVelocity/Generate-TerminalVelocityFeatures.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright (c) Microsoft Corporation. All rights reserved.
2-
# Licensed under the MIT License. See LICENSE in the project root for license information.
1+
# Copyright (c) Microsoft Corporation and Contributors.
2+
# Licensed under the MIT License.
33

44
<#
55
.SYNOPSIS
@@ -194,8 +194,8 @@ ForEach ($feature in $features)
194194
function Output_Header($comment_line_prefix="//")
195195
{
196196
@"
197-
$comment_line_prefix Copyright (c) Microsoft Corporation. All rights reserved.
198-
$comment_line_prefix Licensed under the MIT License. See LICENSE in the project root for license information.
197+
$comment_line_prefix Copyright (c) Microsoft Corporation and Contributors.
198+
$comment_line_prefix Licensed under the MIT License.
199199
200200
$comment_line_prefix THIS FILE IS AUTOMATICALLY GENERATED; DO NOT EDIT IT
201201

0 commit comments

Comments
 (0)