项目梳理5——修改已生成.nuspec文件

Posted 晴天彩虹

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了项目梳理5——修改已生成.nuspec文件相关的知识,希望对你有一定的参考价值。

xxxx.nuspec格式如下

<?xml version="1.0"?>
<package >
  <metadata>
    <id>$id</id>
    <version>$version</version>
    <title>$title</title>
    <authors>$authors</authors>
    <owners>$owners</owners>
    <licenseUrl>$licenseUrl</licenseUrl>
    <projectUrl>$projectUrl</projectUrl>
    <iconUrl>$iconUrl</iconUrl>
    <requireLicenseAcceptance>$requireLicenseAcceptance</requireLicenseAcceptance>
    <description>$description</description>
    <releaseNotes>$releaseNotes</releaseNotes>
    <copyright>$copyright</copyright>
    <tags>$tags</tags>
  </metadata>
  <files>
    <file src="$PathOfDLL" target="CLRVersion" />
    <file src="Bin\\Release\\xxxxx.dll" target="lib\\net40" />
  </files>
</package>

1.修改version

2.添加DLL文件:新添加的引用,or Debug下没有的DLL,or release下没有添加的DLL  

  target为.netFramework的版本

  

  

 

 

 

.nuspec文档说明

 

以上是关于项目梳理5——修改已生成.nuspec文件的主要内容,如果未能解决你的问题,请参考以下文章

nuspec始终生成占位符模板文件

OctoPack 何时创建 nuspec 文件?

nuget 包中 exe 文件的位置和 nuspec 中匹配的文件标记

vs2010为啥总显示此项目已过期

jmeter中脚本数据分离并生成报告

引用的库使用 VS 2017 在 Nuspec 中注册为其他 nuget 引用