Skip to content

Commit 643c5a3

Browse files
update README with image and build-status badge
1 parent 4ef5dbc commit 643c5a3

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@
2626
<PackageReadmeFile>README.md</PackageReadmeFile>
2727
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2828
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
29-
29+
<PackageIcon>assets/icon.png</PackageIcon>
3030
<PackageReleaseNotes>https://github.com/Stillpoint-Software/Hyperbee.Pipeline/releases/latest</PackageReleaseNotes>
31-
3231
<RepositoryUrl>https://github.com/Stillpoint-Software/Hyperbee.Pipeline</RepositoryUrl>
3332
<RepositoryType>git</RepositoryType>
3433
<PackageProjectUrl>https://github.com/Stillpoint-Software/Hyperbee.Pipeline</PackageProjectUrl>

Hyperbee.Pipeline.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
77
ProjectSection(SolutionItems) = preProject
88
Directory.Build.props = Directory.Build.props
99
LICENSE = LICENSE
10+
README.md = README.md
1011
version.json = version.json
1112
EndProjectSection
1213
EndProject

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,18 @@ Hyperbee.Pipeline is built upon the great work of several open-source projects.
131131

132132
We welcome contributions! Please see our [Contributing Guide](https://github.com/Stillpoint-Software/.github/blob/main/.github/CONTRIBUTING.md)
133133
for more details.
134+
135+
136+
# Status
137+
138+
| Branch | Action |
139+
|------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
140+
| `develop` | [![Build status](https://github.com/Stillpoint-Software/Hyperbee.Pipeline/actions/workflows/pack_publish.yml/badge.svg?branch=develop)](https://github.com/Stillpoint-Software/Hyperbee.Pipeline/actions/workflows/pack_publish.yml) |
141+
| `main` | [![Build status](https://github.com/Stillpoint-Software/Hyperbee.Pipeline/actions/workflows/pack_publish.yml/badge.svg)](https://github.com/Stillpoint-Software/Hyperbee.Pipeline/actions/workflows/pack_publish.yml) |
142+
143+
# Help
144+
See [Todo](https://github.com/Stillpoint-Software/Hyperbee.Pipeline/blob/main/docs/todo.md)
145+
146+
[![Hyperbee.Pipeline](https://github.com/Stillpoint-Software/Hyperbee.Pipeline/blob/main/assets/hyperbee.svg?raw=true)](https://github.com/Stillpoint-Software/Hyperbee.Pipeline)
147+
148+

0 commit comments

Comments
 (0)