Skip to content

Commit 118d694

Browse files
committed
rebase
1 parent 99a2070 commit 118d694

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

input/en-us/information/jargon-buster.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Order: 60
2+
Order: 55
33
xref: jargon-buster
44
Title: Jargon Buster
5-
Description: A reference guide on the jargon and acronyms used in our documentation.
5+
Description: A reference guide on the jargon and acronyms used in our documentation
66
---
77

88
While a goal for our documentation is clarity we recognize that as engineers and technical users of our software, we speak and write in a manner that may not always be as clear to others as we would like.
@@ -28,10 +28,15 @@ If you feel a definition is missing, unclear or could be better, please raise an
2828
* **Chocolatey**. This is another commonly used term to refer to [Chocolatey CLI](xref:choco). It is also commonly used to refer to the Chocolatey suite of products as a whole. We now try to be clearer by referring to Chocolatey CLI specifically when we need to.
2929
* **CLI**. This is shorthand for [Command Line Interface](https://en.wikipedia.org/wiki/Command-line_interface) and refers to interacting with an application from a terminal by typing commands.
3030

31+
### M
32+
33+
* **metadata**.
34+
3135
### N
3236

3337
* **NuGet**. Refers to the tool and framework used to install [NuGet packages](https://nuget.org). The Chocolatey packaging framework is based on the NuGet packaging framework.
3438
* **nupkg**. A Chocolatey package file has the extension `nupkg` and this is a shorthand term referring to the package file.
39+
* **nuspec**. A Chocolatey package file that has the extension `nuspec`. This file contains the package metadata.
3540

3641
### V
3742

0 commit comments

Comments
 (0)