从公共文件中为 10 个子项目分配版本号
Assign Version Number for 10 SubProjects from common file
我们的应用程序在 windows .Net 中,使用 c#
我们有 10-15 个属于一个项目的子项目,我们想通过公共 .cs 文件为每个子项目(属于特定子项目的每个 dll)分配版本号。
因此,对于每个 Build/Release,我们想要触摸单个文件而不是 10 AssemblyInfo.cs 个文件
看看GlobalAssemblyInfo.cs
您可以'Add as a link'到每个项目。
版本将仅在 GlobalAssemblyInfo.cs
上定义
here you can find more info
我们的应用程序在 windows .Net 中,使用 c#
我们有 10-15 个属于一个项目的子项目,我们想通过公共 .cs 文件为每个子项目(属于特定子项目的每个 dll)分配版本号。
因此,对于每个 Build/Release,我们想要触摸单个文件而不是 10 AssemblyInfo.cs 个文件
看看GlobalAssemblyInfo.cs
您可以'Add as a link'到每个项目。
版本将仅在 GlobalAssemblyInfo.cs
here you can find more info