mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2025-12-06 05:32:03 +01:00
Merge branch 'main' of https://github.com/markjprice/cs11dotnet7
This commit is contained in:
commit
4d97515083
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
If you find any mistakes in the seventh edition, *C# 11 and .NET 7 - Modern Cross-Platform Development Fundamentals*, or 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.
|
||||
|
||||
[**Errata** (6 items)](errata.md): Typos or mistakes in code that would cause a compilation error that prevents a successful build.
|
||||
[**Errata** (6 items)](errata.md): Typos, tool user interface changes, or mistakes in code that would cause a compilation error that prevents a successful build.
|
||||
|
||||
[**Improvements** (0 items)](improvements.md): Changes to text or code that would improve the content. These are optional.
|
||||
[**Improvements** (1 item)](improvements.md): Changes to text or code that would improve the content. These are optional.
|
||||
|
||||
All errata and improvements will be included in the 8th edition planned for publishing in November 2023. To be included they must be submitted by mid-September 2023.
|
||||
All errata and improvements will be included in the 8th edition planned for publishing in November 2023. To be included they must be submitted by mid-September 2023.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
**Improvements (1 item)**
|
||||
**Improvements**
|
||||
|
||||
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.
|
||||
|
||||
|
|
@ -17,4 +17,4 @@ Console.OutputEncoding = System.Text.Encoding.UTF8;
|
|||
|
||||
# Bonus Content
|
||||
|
||||
None so far.
|
||||
None so far.
|
||||
|
|
|
|||
Loading…
Reference in a new issue