11# idunno.Bluesky
22
3+ [ if you want me to wear 37 pieces of flair, like your pretty boy over there, Brian, why don't you just make the minimum 37 pieces of flair? ] : #
4+
35![ GitHub License] ( https://img.shields.io/github/license/blowdart/idunno.Bluesky )
6+ ![ Last Commit] ( https://img.shields.io/github/last-commit/blowdart/idunno.Bluesky )
7+ ![ GitHub Tag] ( https://img.shields.io/github/v/tag/blowdart/idunno.Bluesky )
8+ ![ NuGet Version] ( https://img.shields.io/nuget/vpre/idunno.Bluesky )
9+ ![ NuGet Downloads] ( https://img.shields.io/nuget/dt/idunno.Bluesky )
410
511A .NET 8 class library for the [ AT Protocol] ( https://docs.bsky.app/docs/api/at-protocol-xrpc-api ) and APIs for the [ Bluesky social network] ( https://bsky.social/ ) .
612
7- ## Current Build Status
8-
9- ![ Build Status] ( https://github.com/blowdart/idunno.Bluesky/actions/workflows/ci-build.yml/badge.svg?branch=main )
10-
11- ![ Test Results] ( https://camo.githubusercontent.com/093a129b50ddc14f2e036c983168963591aa1d67eed31f2ae6e364f012f7dc97/68747470733a2f2f7376672e746573742d73756d6d6172792e636f6d2f64617368626f6172642e7376673f703d36343526663d3026733d30 )
12-
1313## Getting Started
1414
15- Add the ` idunno.Bluesky ` package to your project and
15+ Add the ` idunno.Bluesky ` package to your project, and then
1616
1717``` c#
1818BlueskyAgent agent = new ();
@@ -31,6 +31,12 @@ Please see the [documentation](docs/readme.md) for much more useful documentatio
3131
3232The [ API status page] ( docs/endpointStatus.md ) shows what is currently implemented and what is planned.
3333
34+ ## Current Build Status
35+
36+ ![ Build Status] ( https://github.com/blowdart/idunno.Bluesky/actions/workflows/ci-build.yml/badge.svg?branch=main )
37+
38+ ![ Test Results] ( https://camo.githubusercontent.com/093a129b50ddc14f2e036c983168963591aa1d67eed31f2ae6e364f012f7dc97/68747470733a2f2f7376672e746573742d73756d6d6172792e636f6d2f64617368626f6172642e7376673f703d36343526663d3026733d30 )
39+
3440## To-dos
3541
3642### Major
@@ -44,11 +50,6 @@ The [API status page](docs/endpointStatus.md) shows what is currently implemente
4450* AOT & trimming support
4551* Firehose support
4652
47- * Create automatic release action, which will
48- * Extract SBOM from package and expose as separate asset
49- * Upload SBOM via ` spdx-dependency-submission-action `
50- * Publish to nuget
51-
5253### Minor
5354
5455* Wider test coverage
0 commit comments