From aeb096b7fe4e7ddd4eaa07d1e3168a3efc5d76df Mon Sep 17 00:00:00 2001 From: "Mark J. Price" Date: Wed, 9 Nov 2022 14:40:12 +0000 Subject: [PATCH 1/4] Update errata.md --- docs/errata/errata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/errata/errata.md b/docs/errata/errata.md index dd0a6e0..8b64e63 100644 --- a/docs/errata/errata.md +++ b/docs/errata/errata.md @@ -1,4 +1,4 @@ -**Errata (6 items)** +**Errata** (6 items) If you find any mistakes, then please [raise an issue in this repository](https://github.com/markjprice/cs11dotnet7/issues) or email me at markjprice (at) gmail.com. From 2c3ac1d04613ef9bf46744d11c078be92fd6ae09 Mon Sep 17 00:00:00 2001 From: "Mark J. Price" Date: Wed, 9 Nov 2022 14:40:31 +0000 Subject: [PATCH 2/4] Update improvements.md --- docs/errata/improvements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/errata/improvements.md b/docs/errata/improvements.md index bd78755..b955ac0 100644 --- a/docs/errata/improvements.md +++ b/docs/errata/improvements.md @@ -1,4 +1,4 @@ -**Improvements** +**Improvements** (1 item) If you have suggestions for improvements, then please [raise an issue in this repository](https://github.com/markjprice/cs11dotnet7/issues) or email me at markjprice (at) gmail.com. From 6472386671f56d056ede0841738f8bd032369a01 Mon Sep 17 00:00:00 2001 From: "Mark J. Price" Date: Wed, 9 Nov 2022 14:41:43 +0000 Subject: [PATCH 3/4] Update improvements.md --- docs/errata/improvements.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/errata/improvements.md b/docs/errata/improvements.md index b955ac0..702b82b 100644 --- a/docs/errata/improvements.md +++ b/docs/errata/improvements.md @@ -10,7 +10,10 @@ If you have suggestions for improvements, then please [raise an issue in this re ## Page 153 - Writing a function that returns a value -At the end of this section there is a note box that explains that we could use the `C` format code to format the output as currency. If you are running on a computer in a culture that uses Euros then to show the Euro currency symbol you must enable UTF-8 encoding. Add the following statement before doing any writing to the console: +At the end of this section there is a note box that explains that we could use the `C` format code to format the output as currency. If you are running on a computer in a culture that uses Euros then to show the Euro currency symbol you must enable UTF-8 encoding. + +Add the following statement near the top of the code file before doing any writing to the console: + ```cs Console.OutputEncoding = System.Text.Encoding.UTF8; ``` From 329c99eaefb2458217164ce91a2242976aa63daa Mon Sep 17 00:00:00 2001 From: "Mark J. Price" Date: Thu, 10 Nov 2022 10:48:40 +0000 Subject: [PATCH 4/4] Added links to book reviews on Amazon UK and US --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fc70eb8..e68263c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ # C# 11 and .NET 7 - Modern Cross-Platform Development Fundamentals, Seventh Edition +You can read reviews for this book on [Amazon UK](https://www.amazon.co.uk/11-NET-Cross-Platform-Development-Fundamentals/dp/1803237805#customerReviews) and [Amazon US](https://www.amazon.com/11-NET-Cross-Platform-Development-Fundamentals/dp/1803237805#customerReviews). + Available on Amazon in Paperback or Kindle editions from November 8, 2022 with pre-orders open now: https://packt.link/0ypql My author page on Amazon: https://www.amazon.com/Mark-J-Price/e/B071DW3QGN/