From 671ae1be5604cdd34d47e99f44f338899e418900 Mon Sep 17 00:00:00 2001 From: aloneguid Date: Tue, 26 Jul 2022 11:16:22 +0100 Subject: [PATCH] add readme file to package --- .github/workflows/full.yml | 2 +- README.md | 2 ++ src/Stowage/Stowage.csproj | 5 +++++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/full.yml b/.github/workflows/full.yml index e814bf1..ac0f88f 100644 --- a/.github/workflows/full.yml +++ b/.github/workflows/full.yml @@ -1,7 +1,7 @@ name: main env: - v: '1.2.3' + v: '1.2.4' av: '1.0.0' on: diff --git a/README.md b/README.md index a60301c..c47b9c5 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,9 @@ I'm a strong advocate of simplicity and not going to repeat the mistake of turni - Used by: - [databricks-sql-cli](https://github.com/aloneguid/databricks-sql-cli) - Unofficial Databricks SQL management console. - [Pocket Bricks](https://www.aloneguid.uk/projects/pocketbricks/) - Databricks client for Android. + - [Stowage Explorer](https://github.com/DaneVinson/StowageExplorer) - experimental explorer project? - Featured in [The .NET MAUI Podcast, episode 98](https://www.dotnetmauipodcast.com/98). +- Blog post [Exploring Stowage](https://developingdane.com/exploring-stowage/). ## Related Projects diff --git a/src/Stowage/Stowage.csproj b/src/Stowage/Stowage.csproj index 794a2fb..d71d494 100644 --- a/src/Stowage/Stowage.csproj +++ b/src/Stowage/Stowage.csproj @@ -17,6 +17,7 @@ ../fake.snk warnings True + README.md @@ -32,6 +33,10 @@ True + + True + \ + \ No newline at end of file