diff --git a/src/cs/Microsoft.PhoneticMatching/Matchers/ContactMatcher/EnContactMatcher.cs b/src/cs/Microsoft.PhoneticMatching/Matchers/ContactMatcher/EnContactMatcher.cs
index 65d1769..3190d3b 100644
--- a/src/cs/Microsoft.PhoneticMatching/Matchers/ContactMatcher/EnContactMatcher.cs
+++ b/src/cs/Microsoft.PhoneticMatching/Matchers/ContactMatcher/EnContactMatcher.cs
@@ -40,7 +40,7 @@ namespace Microsoft.PhoneticMatching.Matchers.ContactMatcher
/// List of contacts.
/// Delegate to extract contact fields from contact object.
/// Matcher configurations.
- public EnContactMatcher(IList contacts, Func extractContactFields, ContactMatcherConfig config)
+ public EnContactMatcher(IList contacts, Func extractContactFields, MatcherConfig config)
: base(config)
{
List> nameTargets = new List>();
diff --git a/src/cs/Microsoft.PhoneticMatching/Matchers/PlaceMatcher/EnPlaceMatcher.cs b/src/cs/Microsoft.PhoneticMatching/Matchers/PlaceMatcher/EnPlaceMatcher.cs
index d52e816..ce2b8bd 100644
--- a/src/cs/Microsoft.PhoneticMatching/Matchers/PlaceMatcher/EnPlaceMatcher.cs
+++ b/src/cs/Microsoft.PhoneticMatching/Matchers/PlaceMatcher/EnPlaceMatcher.cs
@@ -37,7 +37,7 @@ namespace Microsoft.PhoneticMatching.Matchers.PlaceMatcher
/// The places to match against.
/// Transform function from the user provided __Place__ object to __PlaceFields__, an intermediate representation used by the matcher. Defaults to the identity transform.
/// The matcher's configuration object.
- public EnPlaceMatcher(IList places, Func placeFieldsExtractor, PlaceMatcherConfig config)
+ public EnPlaceMatcher(IList places, Func placeFieldsExtractor, MatcherConfig config)
: base(config)
{
var targets = new List>();
diff --git a/src/cs/nuget/Microsoft.PhoneticMatching.nuspec b/src/cs/nuget/Microsoft.PhoneticMatching.nuspec
index 2345cb3..59654dc 100644
--- a/src/cs/nuget/Microsoft.PhoneticMatching.nuspec
+++ b/src/cs/nuget/Microsoft.PhoneticMatching.nuspec
@@ -2,7 +2,7 @@
Microsoft.PhoneticMatching
- 0.0.5
+ 0.0.7
Microsoft
Microsoft
https://opensource.org/licenses/MIT