Commit 671ae1b 1 parent c514eb2 commit 671ae1b Copy full SHA for 671ae1b
File tree 3 files changed +8
-1
lines changed
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
name : main
2
2
3
3
env :
4
- v : ' 1.2.3 '
4
+ v : ' 1.2.4 '
5
5
av : ' 1.0.0'
6
6
7
7
on :
Original file line number Diff line number Diff line change @@ -132,7 +132,9 @@ I'm a strong advocate of simplicity and not going to repeat the mistake of turni
132
132
- Used by:
133
133
- [ databricks-sql-cli] ( https://github.com/aloneguid/databricks-sql-cli ) - Unofficial Databricks SQL management console.
134
134
- [ Pocket Bricks] ( https://www.aloneguid.uk/projects/pocketbricks/ ) - Databricks client for Android.
135
+ - [ Stowage Explorer] ( https://github.com/DaneVinson/StowageExplorer ) - experimental explorer project?
135
136
- Featured in [ The .NET MAUI Podcast, episode 98] ( https://www.dotnetmauipodcast.com/98 ) .
137
+ - Blog post [ Exploring Stowage] ( https://developingdane.com/exploring-stowage/ ) .
136
138
137
139
## Related Projects
138
140
Original file line number Diff line number Diff line change 17
17
<AssemblyOriginatorKeyFile >../fake.snk</AssemblyOriginatorKeyFile >
18
18
<Nullable >warnings</Nullable >
19
19
<GenerateDocumentationFile >True</GenerateDocumentationFile >
20
+ <PackageReadmeFile >README.md</PackageReadmeFile >
20
21
</PropertyGroup >
21
22
22
23
<PropertyGroup Condition =" '$(Configuration)' == 'Release'" >
32
33
<Pack >True</Pack >
33
34
<PackagePath ></PackagePath >
34
35
</None >
36
+ <None Include =" ..\..\README.md" >
37
+ <Pack >True</Pack >
38
+ <PackagePath >\</PackagePath >
39
+ </None >
35
40
</ItemGroup >
36
41
37
42
</Project >
You can’t perform that action at this time.
0 commit comments