Execute() public method

public Execute ( ) : void
return void
コード例 #1
0
 public static void UpdateAssemblyVersionInfo(GenerationManifest manifest, GeneratorOptions options)
 {
     var updater = new CoreAssemblyInfoUpdater(options, manifest);
     updater.Execute();
 }