Skip to content

Commit 380a394

Browse files
committed
fin - Finalized changelogs
--- Type: fin Breaking: False Doc Required: False Backport Required: False Part: 1/1
1 parent 3c7d174 commit 380a394

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

‎CHANGES‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
We've updated this project to make localization faster!
1+
We've updated this project for further refinements!
22

33
### Changes
44

‎CHANGES.TITLE‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[servicing] Nettify v1.7.2: Localization!
1+
[servicing] Nettify v1.7.2: Further Refinements!

‎private/Nettify.Demo/Fixtures/Cases/Addresstigation.cs‎

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ public void RunFixture()
3030
{
3131
// Prompt for an e-mail address
3232
Console.Write("Enter an e-mail address: ");
33-
try
34-
{
35-
var semVer = SemVer.Parse("9.0");
36-
}
37-
catch { }
3833
string address = Console.ReadLine() ?? "";
3934

4035
// Query it

0 commit comments

Comments
 (0)