Skip to content

Commit 671ae1b

Browse files
committed
add readme file to package
1 parent c514eb2 commit 671ae1b

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.github/workflows/full.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: main
22

33
env:
4-
v: '1.2.3'
4+
v: '1.2.4'
55
av: '1.0.0'
66

77
on:

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,9 @@ I'm a strong advocate of simplicity and not going to repeat the mistake of turni
132132
- Used by:
133133
- [databricks-sql-cli](https://github.com/aloneguid/databricks-sql-cli) - Unofficial Databricks SQL management console.
134134
- [Pocket Bricks](https://www.aloneguid.uk/projects/pocketbricks/) - Databricks client for Android.
135+
- [Stowage Explorer](https://github.com/DaneVinson/StowageExplorer) - experimental explorer project?
135136
- Featured in [The .NET MAUI Podcast, episode 98](https://www.dotnetmauipodcast.com/98).
137+
- Blog post [Exploring Stowage](https://developingdane.com/exploring-stowage/).
136138

137139
## Related Projects
138140

src/Stowage/Stowage.csproj

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<AssemblyOriginatorKeyFile>../fake.snk</AssemblyOriginatorKeyFile>
1818
<Nullable>warnings</Nullable>
1919
<GenerateDocumentationFile>True</GenerateDocumentationFile>
20+
<PackageReadmeFile>README.md</PackageReadmeFile>
2021
</PropertyGroup>
2122

2223
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
@@ -32,6 +33,10 @@
3233
<Pack>True</Pack>
3334
<PackagePath></PackagePath>
3435
</None>
36+
<None Include="..\..\README.md">
37+
<Pack>True</Pack>
38+
<PackagePath>\</PackagePath>
39+
</None>
3540
</ItemGroup>
3641

3742
</Project>

0 commit comments

Comments
 (0)