Skip to content

Commit b15fdd1

Browse files
author
Karan Nandwani
authored
Merge pull request NuGet#1293 from NuGet/master
adding file extensions supported by license
2 parents 0cb4c98 + da20ae7 commit b15fdd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/nuspec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Here is the complete list of [SPDX license identifiers](https://spdx.org/license
8888
If your package is licensed under multiple common licenses, you can specify a composite license using the [SPDX expression syntax version 2.0](https://spdx.org/spdx-specification-21-web-version#h.jxpfx0ykyb60).<br>For example:
8989
`<license type="expression">BSD-2-Clause OR MIT</license>`
9090

91-
If you are using a license that hasn’t been assigned an SPDX identifier, or it is a custom license, you can package a file with the license text. For example:
91+
If you are using a license that hasn’t been assigned an SPDX identifier, or it is a custom license, you can package a file (only `.txt.` or `.md`) with the license text. For example:
9292
```xml
9393
<package>
9494
<metadata>

0 commit comments

Comments
 (0)