Skip to content

Commit 8d35287

Browse files
committed
Adds some nice output to blog post
1 parent 737f397 commit 8d35287

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

_posts/2025-06-11-keeping-net-version-updated.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,19 @@ for CHANNEL in "${CHANNELS[@]}"; do
243243
done
244244
```
245245

246+
And with that in place it will look amazing during a day when new versions are released:
247+
248+
```bash
249+
🧹 Checking for SDKs with major version 6 to clean up (except 6.0.428)...
250+
🗑 Removing 6.0.427
251+
⬇️ Installing 6.0 SDK (6.0.428)...
252+
✅ Installed new .NET 6.0 SDK (6.0.428).
253+
🧹 Checking for SDKs with major version 9 to clean up (except 9.0.301)...
254+
🗑 Removing 9.0.300
255+
⬇️ Installing 9.0 SDK (9.0.301)...
256+
✅ Installed new .NET 9.0 SDK (9.0.301).
257+
```
258+
246259
## Using as part of my dotfiles
247260

248261
I have all my Mac configuration in a [dotfiles](https://github.com/marcusoftnet/dotfiles) directory. I've based that repository from others [developers greater than me](https://github.com/holman/dotfiles). And for that I'm grateful, because it gave me some tools and conventions that makes it very easy to keep my computer up-date.

0 commit comments

Comments
 (0)