Skip to content

Commit 6f9e577

Browse files
Adding .nuspec file
1 parent 19ffbab commit 6f9e577

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0"?>
2+
<package>
3+
<metadata>
4+
<id>${{ env.FILE_NAME }}</id>
5+
<version>$version$</version>
6+
<title>${{ env.TITLE }}</title>
7+
<authors>ThunderDesign</authors>
8+
<owners>ThunderDesign</owners>
9+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
10+
<license type="expression">MIT</license>
11+
<projectUrl>${{ env.GITHUB_URL }}</projectUrl>
12+
<description>${{ env.DESCRIPTION }}</description>
13+
<releaseNotes>See ${{ env.REPOSITORY_URL }}/releases/tag/$version$</releaseNotes>
14+
<tags>${{ env.TAGS }}</tags>
15+
<repository type="git" url="${{ env.REPOSITORY_URL }}" />
16+
</metadata>
17+
<files>
18+
<!-- Example: adjust for your actual output paths/frameworks -->
19+
<file src="src/ThunderDesign.Net-PCL.Threading/bin/Release/netstandard2.0/ThunderDesign.Net-PCL.Threading.dll" target="lib/netstandard2.0/" />
20+
<file src="src/ThunderDesign.Net-PCL.SourceGenerators/bin/Release/netstandard2.0/ThunderDesign.Net-PCL.SourceGenerators.dll" target="analyzers/dotnet/cs/" />
21+
</files>
22+
</package>

0 commit comments

Comments
 (0)