Skip to content

Commit

Permalink
add readme file to package
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Jul 26, 2022
1 parent c514eb2 commit 671ae1b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/full.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: main

env:
v: '1.2.3'
v: '1.2.4'
av: '1.0.0'

on:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 5 additions & 0 deletions src/Stowage/Stowage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<AssemblyOriginatorKeyFile>../fake.snk</AssemblyOriginatorKeyFile>
<Nullable>warnings</Nullable>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Release'">
Expand All @@ -32,6 +33,10 @@
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit 671ae1b

Please sign in to comment.