1 parent 3c7d174 commit 380a394Copy full SHA for 380a394
3 files changed
CHANGES
@@ -1,4 +1,4 @@
1
-We've updated this project to make localization faster!
+We've updated this project for further refinements!
2
3
### Changes
4
CHANGES.TITLE
@@ -1 +1 @@
-[servicing] Nettify v1.7.2: Localization!
+[servicing] Nettify v1.7.2: Further Refinements!
private/Nettify.Demo/Fixtures/Cases/Addresstigation.cs
@@ -30,11 +30,6 @@ public void RunFixture()
30
{
31
// Prompt for an e-mail address
32
Console.Write("Enter an e-mail address: ");
33
- try
34
- {
35
- var semVer = SemVer.Parse("9.0");
36
- }
37
- catch { }
38
string address = Console.ReadLine() ?? "";
39
40
// Query it
0 commit comments