Skip to content

Commit 2ebad2e

Browse files
authored
Merge pull request #7799 from MicrosoftDocs/main637831695507521583
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 5c11ace + dc82ab7 commit 2ebad2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/ide/template-parameters.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Project and item template parameters
33
description: Learn how to use template parameters to replace values in your template when the template is instantiated.
44
ms.custom: SEO-VS-2020
5-
ms.date: 01/02/2018
5+
ms.date: 03/18/2022
66
ms.topic: reference
77
helpviewer_keywords:
88
- Visual Studio templates, parameters
@@ -54,11 +54,11 @@ The following table lists the reserved template parameters that can be used by a
5454
|projectname|The name provided by the user when the project was created.|
5555
|registeredorganization|The registry key value from HKLM\Software\Microsoft\Windows NT\CurrentVersion\RegisteredOrganization.|
5656
|rootnamespace|The root namespace of the current project followed by the subfolder of the current item, with slashes replaced by periods. This parameter applies only to item templates.|
57-
|defaultnamespace|The root namespace of the current project. This parameter applies only to item templates.|
57+
|defaultnamespace|The root namespace of the current project. This parameter applies only to item templates.|
5858
|safeitemname|Same as `itemname` but with all unsafe characters and spaces replaced by underscore characters.|
5959
|safeitemrootname|Same as `safeitemname`.|
6060
|safeprojectname|The name provided by the user when the project was created but with all unsafe characters and spaces removed.|
61-
|time|The current time in the format DD/MM/YYYY 00:00:00.|
61+
|time|The current time in a format that's based on your user settings in Windows. One example of a time zone format is DD/MM/YYYY 00:00:00. |
6262
|specifiedsolutionname|The name of the solution. When "create solution directory" is checked, `specifiedsolutionname` has the solution name. When "create solution directory" is not checked, `specifiedsolutionname` is blank.|
6363
|userdomain|The current user domain.|
6464
|username|The current user name.|

0 commit comments

Comments
 (0)