在发布或发布版本上增加Nuget软件包版本

时间:2019-02-05 08:11:00

标签: c# versioning nuget-package

我想知道是否有一种方法可以使我的项目在每次发布/构建时都增加nuget软件包的版本?我尝试将AppxAutoIncrementPackageRevision属性添加到我的csproj文件中,但似乎没有帮助。如果无法做到这一点,也许每次我进行发行构建时都可以增加版本吗?

<PropertyGroup>
    <TargetFrameworks>netstandard2.0;net47</TargetFrameworks>
    <Version>1.0.0</Version>
    <AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
  </PropertyGroup>

例如找到了这个:Can I automatically increment the file build version when using Visual Studio? 但适用于Visual Studio2008。

0 个答案:

没有答案