C# Class ServiceClientGenerator.CoreAssemblyInfoUpdater

ファイルを表示 Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
CoreAssemblyInfoUpdater ( GeneratorOptions options, GenerationManifest manifest ) : ServiceClientGenerator.Generators.NuGet
Execute ( ) : void

Private Methods

Method Description
UpdateAssemblyVersion ( ) : void
UpdateNuspec ( ) : void

Method Details

CoreAssemblyInfoUpdater() public method

public CoreAssemblyInfoUpdater ( GeneratorOptions options, GenerationManifest manifest ) : ServiceClientGenerator.Generators.NuGet
options GeneratorOptions
manifest GenerationManifest
return ServiceClientGenerator.Generators.NuGet

Execute() public method

public Execute ( ) : void
return void