-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c3d1f5
commit 8a5d6b5
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
const string YELLOW = "\u001b[33m"; | ||
const string RESET = "\u001b[0m"; | ||
|
||
Console.WriteLine(UNDERLINE + "\nPlease contact Particular support at <[email protected]> if assistance is required.\n" + RESET); | ||
Console.WriteLine(UNDERLINE + "\nPlease contact Particular support if assistance is required.\n" + RESET); | ||
|
||
if (args.Length < 2) | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ Create a `patch.sql` file: | |
## Output example | ||
|
||
```txt | ||
Please contact Particular support at <[email protected]> if assistance is required. | ||
Please contact Particular support if assistance is required. | ||
Connection string: data source=localhost;Database=nservicebus;persist security info=True;User Id=sa;Password=yourStrong(!)Password;Encrypt=false | ||
Table name : NsbSamplesSqlPersistence.dbo.Samples_SqlPersistence_EndpointSqlServer_OrderSaga | ||
|