This repository was archived by the owner on Nov 29, 2018. It is now read-only.

Description
V1:
public ResourceManagerStringLocalizer(ResourceManager resourceManager, AssemblyWrapper resourceAssemblyWrapper, string baseName, IResourceNamesCache resourceNamesCache)
V2:
public ResourceManagerStringLocalizer(ResourceManager resourceManager, IResourceStringProvider resourceStringProvider, string baseName, IResourceNamesCache resourceNamesCache)
[ACTION for 1.1]: Undo the constructor change.
[Action for 2.0]: Take the change if is what we want to do.