Skip to content

Commit f8dca6a

Browse files
committed
Add .vsconfig
Update readme.md to remove done to-dos Typo in CONTRIBUTING.md
1 parent 592a3f3 commit f8dca6a

File tree

4 files changed

+28
-14
lines changed

4 files changed

+28
-14
lines changed

.vsconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"version": "1.0",
3+
"components": [
4+
"Microsoft.NetCore.Component.Runtime.8.0",
5+
"Microsoft.NetCore.Component.SDK",
6+
"Microsoft.VisualStudio.Component.CoreEditor",
7+
"Microsoft.VisualStudio.Component.NuGet.BuildTools",
8+
"Microsoft.VisualStudio.Component.Roslyn.Compiler",
9+
"Microsoft.VisualStudio.Component.Roslyn.LanguageServices",
10+
"Microsoft.VisualStudio.Workload.CoreEditor"
11+
],
12+
"extensions": []
13+
}

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ When creating a pull request please create an issue first, unless it's a simple
3838
### Dependencies Upgrades
3939

4040
Dependencies in the libraries should only be altered by maintainers.
41-
For security reasons, we will not accept PRs that alter our `DirectoryBuild.props` or `nuget.config` files.
41+
For security reasons, we will not accept PRs that alter our `Directory.Build.props` or `nuget.config` files.
4242
If you feel dependencies need upgrading please file an issue.

idunno.Bluesky.sln

Lines changed: 1 addition & 1 deletion
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
.editorconfig = .editorconfig
99
.gitignore = .gitignore
10+
.vsconfig = .vsconfig
1011
architectureNotes.md = architectureNotes.md
1112
CONTRIBUTING.md = CONTRIBUTING.md
1213
Directory.Build.props = Directory.Build.props
@@ -24,7 +25,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C94F8041-688
2425
ProjectSection(SolutionItems) = preProject
2526
src\.editorconfig = src\.editorconfig
2627
src\Directory.Build.props = src\Directory.Build.props
27-
src\readme.md = src\readme.md
2828
EndProjectSection
2929
EndProject
3030
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{B1A49FA3-07AB-4D78-BC16-FF7FB5857840}"

readme.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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

511
A .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#
1818
BlueskyAgent agent = new ();
@@ -31,6 +31,12 @@ Please see the [documentation](docs/readme.md) for much more useful documentatio
3131

3232
The [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

Comments
 (0)