Initial commit

This commit is contained in:
Mark J Price 2022-10-11 12:23:13 +01:00
parent 58112b62af
commit 6cac1ed8d9
6 changed files with 40 additions and 13 deletions

9
docs/errata/README.md Normal file
View file

@ -0,0 +1,9 @@
# Errata and Improvements
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**](errata.md): Typos or mistakes in code that would cause a compilation error that prevents a successful build.
[**Improvements**](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.

15
docs/errata/errata.md Normal file
View file

@ -0,0 +1,15 @@
# Errata
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.
- [Errata](#errata)
- [Print Book](#print-book)
- [Bonus Content](#bonus-content)
# Print Book
None so far.
# Bonus Content
None so far.

View file

@ -0,0 +1,15 @@
# 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.
- [Improvements](#improvements)
- [Print Book](#print-book)
- [Bonus Content](#bonus-content)
# Print Book
None so far.
# Bonus Content
None so far.