nuget-extensions/nuget-commands/src.3.2/NuGetTeamCityInfo.cs [6:24]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [Export] [ComponentOrder(Index = "A")] public class NuGetTeamCityInfo : ICreatableComponent { public void Initialize() { } public void LogRuntimeInfo() { System.Console.Out.WriteLine("TeamCity NuGet Extension is available."); System.Console.Out.WriteLine("NuGet Version = {0}", typeof(Command).Assembly.GetName().Version); System.Console.Out.WriteLine("TeamCity Extension = {0}", GetType().Assembly.GetName().FullName); } public string Describe() { return ""; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - nuget-extensions/nuget-commands/src/NuGetTeamCityInfo.cs [6:24]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [Export] [ComponentOrder(Index = "A")] public class NuGetTeamCityInfo : ICreatableComponent { public void Initialize() { } public void LogRuntimeInfo() { System.Console.Out.WriteLine("TeamCity NuGet Extension is available."); System.Console.Out.WriteLine("NuGet Version = {0}", typeof(Command).Assembly.GetName().Version); System.Console.Out.WriteLine("TeamCity Extension = {0}", GetType().Assembly.GetName().FullName); } public string Describe() { return ""; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -