1 implementation of IVersionsRepoUpdaterFactory
Microsoft.DotNet.VersionTools (1)
Automation\VersionsRepoUpdaterFactory.cs (1)
12public class VersionsRepoUpdaterFactory : IVersionsRepoUpdaterFactory
4 references to IVersionsRepoUpdaterFactory
Microsoft.DotNet.VersionTools.Tasks (4)
LocalUpdatePublishedVersions.cs (2)
42collection.TryAddSingleton<IVersionsRepoUpdaterFactory, VersionsRepoUpdaterFactory>(); 45public bool ExecuteTask(IVersionsRepoUpdaterFactory versionsRepoUpdaterFactory)
UpdatePublishedVersions.cs (2)
34collection.TryAddSingleton<IVersionsRepoUpdaterFactory, VersionsRepoUpdaterFactory>(); 37public bool ExecuteTask(IVersionsRepoUpdaterFactory versionsRepoUpdaterFactory)