diff --git a/README.md b/README.md index 55f28a0e..04084622 100644 --- a/README.md +++ b/README.md @@ -608,6 +608,7 @@ To get started with Blazor, follow the instructions in the [Blazor Get Started]( * [Archives](https://github.com/AdrienTorris/awesome-blazor/tree/master/Archives) - [2020](https://github.com/AdrienTorris/awesome-blazor/blob/master/Archives/2020.md#videos), [2019](https://github.com/AdrienTorris/awesome-blazor/blob/master/Archives/2019.md#videos), [2018](https://github.com/AdrienTorris/awesome-blazor/blob/master/Archives/2018.md#videos), [2017](https://github.com/AdrienTorris/awesome-blazor/blob/master/Archives/2017.md#videos). ## Articles +* [Display a Docker Build Version](https://codyanhorn.tech/blog/2021/03/19/Display-a-Docker-Build-Version.html) - March 19, 2021 - This article shows one way to show the Build or Application version, passing it down through a Docker build. * [The path to .NET 5 and Blazor WebAssembly with some fun sprinkled in](https://devblogs.microsoft.com/dotnet/the-path-to-net-5-and-blazor-webassembly-with-some-fun-sprinkled-in/) - March 17, 2021 - The path to .NET 5 and Blazor WebAssembly with some fun sprinkled in. * [.NET 5 Blazor Powers 'Rock, Paper, Scissors, Lizard, Spock' Game](https://visualstudiomagazine.com/articles/2021/03/17/blazor-rpsls.aspx) - March 17, 2021 - .NET 5 Blazor Powers 'Rock, Paper, Scissors, Lizard, Spock' Game. [Source code](https://github.com/microsoft/RockPaperScissorsLizardSpock) ![stars](https://img.shields.io/github/stars/microsoft/RockPaperScissorsLizardSpock?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/microsoft/RockPaperScissorsLizardSpock?style=flat-square&cacheSeconds=86400). * [.NET 6 Preview 2 Boosts Razor/Blazor in ASP.NET Core](https://visualstudiomagazine.com/articles/2021/03/12/aspnet-preview-2.aspx) - March 12, 2021 - Razor and Blazor received some dev attention in the second preview of Microsoft's .NET 6 landmark release, coming in November to wrap up formerly disparate .NET components into one cross-platform, open source framework for just about any kind of application.