C# Класс Endjin.SemanticVersioning.TeamCity.CodeGenerator

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GenerateVersionDetailsDynamicAssembly ( string currentAssembly, string assemblyVersion, string productVersion, string semanticVersion ) : string

Generates a dynamic assembly containing all of the custom attributes from the source assembly and then generates new version number based attributes which ILMerge can then use to stamp onto the source assembly

Приватные методы

Метод Описание
ConvertAttributeToAssemblyCustomAttribute ( Attribute attribute, CodeCompileUnit codeCompileUnit ) : void

Описание методов

GenerateVersionDetailsDynamicAssembly() публичный Метод

Generates a dynamic assembly containing all of the custom attributes from the source assembly and then generates new version number based attributes which ILMerge can then use to stamp onto the source assembly
public GenerateVersionDetailsDynamicAssembly ( string currentAssembly, string assemblyVersion, string productVersion, string semanticVersion ) : string
currentAssembly string
assemblyVersion string
productVersion string
semanticVersion string
Результат string