File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments