Skip to content

Commit 2b1757e

Browse files
Copilotaaronpowell
andauthored
Update branding from ".NET Aspire Community Toolkit" to "Aspire Community Toolkit" (#967)
* Initial plan * Update branding from ".NET Aspire Community Toolkit" to "Aspire Community Toolkit" Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com> * Address PR feedback: simplify branding references in README Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
1 parent fb042c4 commit 2b1757e

File tree

9 files changed

+30
-30
lines changed

9 files changed

+30
-30
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## .NET Aspire Community Toolkit — Copilot Coding Instructions
1+
## Aspire Community Toolkit — Copilot Coding Instructions
22

33
### Project Overview
44

.github/workflows/dotnet-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
--file-list "${{ github.workspace }}/SignClientFileList.txt"
8585
--timestamp-url "http://timestamp.digicert.com"
8686
--publisher-name ".NET Foundation"
87-
--description ".NET Aspire Community Toolkit"
87+
--description "Aspire Community Toolkit"
8888
--description-url "https://github.com/CommunityToolkit/Aspire"
8989
--azure-key-vault-url "${{ secrets.SIGN_KEY_VAULT_URL }}"
9090
--azure-key-vault-client-id ${{ secrets.SIGN_CLIENT_ID }}

.github/workflows/dotnet-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
--file-list "${{ github.workspace }}/SignClientFileList.txt"
8080
--timestamp-url "http://timestamp.digicert.com"
8181
--publisher-name ".NET Foundation"
82-
--description ".NET Aspire Community Toolkit"
82+
--description "Aspire Community Toolkit"
8383
--description-url "https://github.com/CommunityToolkit/Aspire"
8484
--azure-key-vault-url "${{ secrets.SIGN_KEY_VAULT_URL }}"
8585
--azure-key-vault-client-id ${{ secrets.SIGN_CLIENT_ID }}

CONTRIBUTING.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# ✨ Contributing to the .NET Aspire Community Toolkit
1+
# ✨ Contributing to the Aspire Community Toolkit
22

3-
Thank you for exhibiting interest in contributing to the .NET Aspire Community Toolkit. The team is delighted to welcome you onboard to our exciting and growing project. Any contribution or value added go a long way to enhance the project!
3+
Thank you for exhibiting interest in contributing to the Aspire Community Toolkit. The team is delighted to welcome you onboard to our exciting and growing project. Any contribution or value added go a long way to enhance the project!
44

5-
In the next few steps, you will be able to see a glimpse of ways you can contribute to the .NET Aspire Community Toolkit.
5+
In the next few steps, you will be able to see a glimpse of ways you can contribute to the Aspire Community Toolkit.
66

77
## ❔ Questions <a name="question"></a>
88

@@ -14,11 +14,11 @@ If you find any bug, you can help the community by [submitting an issue](https:/
1414

1515
## 👌 Good First Issue <a name="issue"></a>
1616

17-
If this is your first time contributing to the .NET Aspire Community Toolkit and do not have advanced level programming experience, we have got you covered 💥 we have a list of [good first issue](https://github.com/CommunityToolkit/Aspire/labels/good%20first%20issue) that can be a great entryway to find and fix any issues that best fit your expertise or technical background.
17+
If this is your first time contributing to the Aspire Community Toolkit and do not have advanced level programming experience, we have got you covered 💥 we have a list of [good first issue](https://github.com/CommunityToolkit/Aspire/labels/good%20first%20issue) that can be a great entryway to find and fix any issues that best fit your expertise or technical background.
1818

1919
## 🙋 Help Wanted <a name="help"></a>
2020

21-
The .NET Aspire Community Toolkit also has a list of issues that are labeled as [help wanted](https://github.com/CommunityToolkit/Aspire/labels/help%20wanted). The level of complexity in the list can vary but if you have an advanced level of programming experience, feel free to jump in to solve these issues.
21+
The Aspire Community Toolkit also has a list of issues that are labeled as [help wanted](https://github.com/CommunityToolkit/Aspire/labels/help%20wanted). The level of complexity in the list can vary but if you have an advanced level of programming experience, feel free to jump in to solve these issues.
2222

2323
## 📬 Add New Feature <a name="feature"></a>
2424

@@ -29,11 +29,11 @@ The .NET Aspire Community Toolkit also has a list of issues that are labeled as
2929

3030
## 📝 Add or Improve Documentation <a name="docs"></a>
3131

32-
The documentation for the .NET Aspire Community Toolkit is available on the [Microsoft Docs](https://learn.microsoft.com/dotnet/aspire/community-toolkit/). If you find any issues with the documentation or want to add more information, you can contribute by submitting a PR to [the documentation repository](https://github.com/dotnet/docs-aspire).
32+
The documentation for the Aspire Community Toolkit is available on the [Microsoft Docs](https://learn.microsoft.com/dotnet/aspire/community-toolkit/). If you find any issues with the documentation or want to add more information, you can contribute by submitting a PR to [the documentation repository](https://github.com/dotnet/docs-aspire).
3333

3434
## 🚀 Create, Submit or Review Pull Request <a name="pr"></a>
3535

36-
Anyone can create a Pull Request by forking the .NET Aspire Community Toolkit Repository. Here is how you can [Create a Pull Request from fork](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork). Once you fork the .NET Aspire Community Toolkit repo, it is essential to create all changes in the feature branch of your forked repository. If you have the changes in the forked feature branch, you can then create a Pull Request in the main .NET Aspire Community Toolkit.
36+
Anyone can create a Pull Request by forking the Aspire Community Toolkit Repository. Here is how you can [Create a Pull Request from fork](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork). Once you fork the Aspire Community Toolkit repo, it is essential to create all changes in the feature branch of your forked repository. If you have the changes in the forked feature branch, you can then create a Pull Request in the main Aspire Community Toolkit.
3737

3838
If this is your first time running the solution, be sure to familiarise yourself with [how to setup the development environment](./docs/setup.md).
3939

@@ -49,7 +49,7 @@ Each PR that builds successfully will have a preview package created. You can fi
4949

5050
## 💙 Thank You
5151

52-
**Thank you so much for contributing to this amazing project. We hope you will continue to add value and find yourself as a highly reliable source to the .NET Aspire Community Toolkit.**
52+
**Thank you so much for contributing to this amazing project. We hope you will continue to add value and find yourself as a highly reliable source to the Aspire Community Toolkit.**
5353

5454
## Code of Conduct
5555

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[<img src="https://raw.githubusercontent.com/dotnet-foundation/swag/master/logo/dotnetfoundation_v4.svg" alt=".NET Foundation" width=100>](https://dotnetfoundation.org)
22

3-
# .NET Aspire Community Toolkit
3+
# Aspire Community Toolkit
44

55
[![CI](https://github.com/CommunityToolkit/Aspire/actions/workflows/dotnet-ci.yml/badge.svg)](https://github.com/CommunityToolkit/Aspire/actions/workflows/dotnet-ci.yml) | [![main branch](https://github.com/CommunityToolkit/Aspire/actions/workflows/dotnet-main.yml/badge.svg)](https://github.com/CommunityToolkit/Aspire/actions/workflows/dotnet-main.yml) | [![Latest Release](https://github.com/CommunityToolkit/Aspire/actions/workflows/dotnet-release.yml/badge.svg)](https://github.com/CommunityToolkit/Aspire/actions/workflows/dotnet-release.yml)
66

7-
The .NET Aspire Community Toolkit is a collection of integrations and extensions for developing with .NET Aspire.
7+
The Aspire Community Toolkit is a collection of integrations and extensions for developing with Aspire.
88

9-
All features are contributed by you, our amazing .NET community, and maintained by a core set of maintainers. Check out our [FAQ](./docs/faq.md) for more information.
9+
All features are contributed by you, our amazing Aspire community, and maintained by a core set of maintainers. Check out our [FAQ](./docs/faq.md) for more information.
1010

1111
## 👀 What does this repo contain?
1212

13-
This repository contains the source code for the .NET Aspire Community Toolkit, a collection of community created Integrations and extensions for [.NET Aspire](https://aka.ms/dotnet/aspire).
13+
This repository contains the source code for the Aspire Community Toolkit, a collection of community created Integrations and extensions for [Aspire](https://aka.ms/dotnet/aspire).
1414

1515
| Package | Description |
1616
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -29,7 +29,7 @@ This repository contains the source code for the .NET Aspire Community Toolkit,
2929
| - **Learn More**: [`Hosting.Python.Extensions`][python-ext-integration-docs] <br /> - Stable 📦: [![CommunityToolkit.Aspire.Python.Extensions][python-ext-shields]][python-ext-nuget] <br /> - Preview 📦: [![CommunityToolkit.Aspire.Hosting.Python.Extensions][python-ext-shields-preview]][python-ext-nuget-preview] | An integration that contains some additional extensions for running python applications |
3030
| - **Learn More**: [`Hosting.KurrentDB`][kurrentdb-integration-docs] <br /> - Stable 📦: [![CommunityToolkit.Aspire.Hosting.KurrentDB][kurrentdb-shields]][kurrentdb-nuget] <br /> - Preview 📦: [![CommunityToolkit.Aspire.Hosting.KurrentDB][kurrentdb-shields-preview]][kurrentdb-nuget-preview] | An Aspire hosting integration leveraging the [KurrentDB](https://www.kurrent.io) container. |
3131
| - **Learn More**: [`KurrentDB`][kurrentdb-integration-docs] <br /> - Stable 📦: [![CommunityToolkit.Aspire.KurrentDB][kurrentdb-client-shields]][kurrentdb-client-nuget] <br /> - Preview 📦: [![CommunityToolkit.Aspire.KurrentDB][kurrentdb-client-shields-preview]][kurrentdb-client-nuget-preview] | An Aspire client integration for the [KurrentDB](https://github.com/kurrent-io/KurrentDB-Client-Dotnet) package. |
32-
| - **Learn More**: [`Hosting.Flagd`][flagd-integration-docs] <br /> - Stable 📦: [![CommunityToolkit.Aspire.Hosting.Flagd][flagd-shields]][flagd-nuget] <br /> - Preview 📦: [![CommunityToolkit.Aspire.Hosting.Flagd][flagd-shields-preview]][flagd-nuget-preview] | A .NET Aspire hosting integration for [flagd](https://flagd.dev), a feature flag evaluation engine. |
32+
| - **Learn More**: [`Hosting.Flagd`][flagd-integration-docs] <br /> - Stable 📦: [![CommunityToolkit.Aspire.Hosting.Flagd][flagd-shields]][flagd-nuget] <br /> - Preview 📦: [![CommunityToolkit.Aspire.Hosting.Flagd][flagd-shields-preview]][flagd-nuget-preview] | An Aspire hosting integration for [flagd](https://flagd.dev), a feature flag evaluation engine. |
3333
| - **Learn More**: [`Hosting.ActiveMQ`][activemq-integration-docs] <br /> - Stable 📦: [![CommunityToolkit.Aspire.Hosting.ActiveMQ][activemq-shields]][activemq-nuget] <br /> - Preview 📦: [![CommunityToolkit.Aspire.Hosting.ActiveMQ][activemq-shields-preview]][activemq-nuget-preview] | An Aspire hosting integration leveraging the [ActiveMq](https://activemq.apache.org) container. |
3434
| - **Learn More**: [`Hosting.Sqlite`][sqlite-integration-docs] <br /> - Stable 📦: [![CommunityToolkit.Aspire.Hosting.Sqlite][sqlite-shields]][sqlite-hosting-nuget] <br /> - Preview 📦: [![CommunityToolkit.Aspire.Hosting.Sqlite][sqlite-shields-preview]][sqlite-hosting-nuget-preview] | An Aspire hosting integration to setup a SQLite database with optional SQLite Web as a dev UI. |
3535
| - **Learn More**: [`Microsoft.Data.Sqlite`][sqlite-integration-docs] <br /> - Stable 📦: [![CommunityToolkit.Aspire.Microsoft.Data.Sqlite][sqlite-shields]][sqlite-nuget] <br /> - Preview 📦: [![CommunityToolkit.Aspire.Microsoft.Data.Sqlite][sqlite-shields-preview]][sqlite-nuget-preview] | An Aspire client integration for the Microsoft.Data.Sqlite NuGet package. |
@@ -70,7 +70,7 @@ _Stable releases are not published to the Azure Artifacts feeds, they can only b
7070

7171
## 📃 Documentation
7272

73-
Documentation for the .NET Aspire Community Toolkit is available on the [Microsoft Docs](https://learn.microsoft.com/dotnet/aspire/community-toolkit/overview).
73+
Documentation for the Aspire Community Toolkit is available on the [Microsoft Docs](https://learn.microsoft.com/dotnet/aspire/community-toolkit/overview).
7474

7575
## 🚀 Contribution
7676

docs/create-integration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
## 💡 Creating an Integration
22

3-
So, you want to create a new integration for the .NET Aspire Community Toolkit? That's awesome! This guide will walk you through the process of creating a new integration.
3+
So, you want to create a new integration for the Aspire Community Toolkit? That's awesome! This guide will walk you through the process of creating a new integration.
44

55
First up, make sure you've had a read of the [Contributing guide](../CONTRIBUTING.md) to understand the contribution guidelines, and then familiarise yourself with creating a custom .NET Aspire integration for [hosting](https://learn.microsoft.com/dotnet/aspire/extensibility/custom-hosting-integration?tabs=windows) or for [clients](https://learn.microsoft.com/dotnet/aspire/extensibility/custom-client-integration).
66

77
## 📂 Repository Structure
88

9-
The repository structure for the .NET Aspire Community Toolkit is as follows:
9+
The repository structure for the Aspire Community Toolkit is as follows:
1010

1111
- `src/` - Contains the source code for the toolkit and where you'll create your integration.
1212
- `tests/` - Contains the test projects for the toolkit and where you'll create unit and integration tests (where applicable).
@@ -133,4 +133,4 @@ Here's an example from the OllamaSharp integration:
133133

134134
## 🎉 You're done
135135

136-
That's it! You've created a new integration for the .NET Aspire Community Toolkit. If you have any questions or need help, feel free to reach out to the maintainers or the community on GitHub Discussions.
136+
That's it! You've created a new integration for the Aspire Community Toolkit. If you have any questions or need help, feel free to reach out to the maintainers or the community on GitHub Discussions.

docs/diagnostics.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# .NET Aspire Community Toolkit Diagnostics
1+
# Aspire Community Toolkit Diagnostics
22

3-
Some of the API's in the .NET Aspire Community Toolkit are decorated with the [`ExperimentalAttrible`](https://learn.microsoft.com/dotnet/api/system.diagnostics.codeanalysis.experimentalattribute). This attribute is used to indicate that an API is not ready for production use and is subject to change in the future.
3+
Some of the API's in the Aspire Community Toolkit are decorated with the [`ExperimentalAttrible`](https://learn.microsoft.com/dotnet/api/system.diagnostics.codeanalysis.experimentalattribute). This attribute is used to indicate that an API is not ready for production use and is subject to change in the future.
44

55
## CTASPIRE001
66

7-
There are cases where there is an API provided by the .NET Aspire Community Toolkit that is an intermidiary solution until a feature is added to .NET Aspire itself. This could be a private API that is not yet ready for public consumption, or a workaround waiting for the completion of a feature in .NET Aspire.
7+
There are cases where there is an API provided by the Aspire Community Toolkit that is an intermidiary solution until a feature is added to .NET Aspire itself. This could be a private API that is not yet ready for public consumption, or a workaround waiting for the completion of a feature in .NET Aspire.
88

99
In these cases, refer to the `<remarks>` docs section of the API for more information on the feature in .NET Aspire and the issue(s) to track.
1010

11-
Once a release of .NET Aspire with that API is available, the API in the .NET Aspire Community Toolkit will be marked as obsolete and will be removed in a future release.
11+
Once a release of .NET Aspire with that API is available, the API in the Aspire Community Toolkit will be marked as obsolete and will be removed in a future release.
1212

1313
## CTASPIRE002
1414

docs/faq.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ The goal of the project is to be a centralised home for extensions and integrati
66

77
## How is this project different from the official .NET Aspire project?
88

9-
The .NET Aspire Community Toolkit is a community-driven project that is maintained by the community and is not officially supported by the .NET Aspire team. The toolkit is a collection of integrations and extensions that are built on top of the .NET Aspire project.
9+
The Aspire Community Toolkit is a community-driven project that is maintained by the community and is not officially supported by the .NET Aspire team. The toolkit is a collection of integrations and extensions that are built on top of the .NET Aspire project.
1010

1111
## How can I contribute to the project?
1212

13-
Anyone can contribute to the .NET Aspire Community Toolkit and before you get started, be sure to read the [Contributing Guide](../CONTRIBUTING.md) to learn how to contribute to the project.
13+
Anyone can contribute to the Aspire Community Toolkit and before you get started, be sure to read the [Contributing Guide](../CONTRIBUTING.md) to learn how to contribute to the project.
1414

1515
## Should I propose a new integration here on or the `dotnet/aspire` repo?
1616

17-
If you have an idea for a new integration, you should propose it here on the .NET Aspire Community Toolkit repository, rather than [`dotnet/aspire`](https://github.com/dotnet/aspire), as the official .NET Aspire project is focused on the core functionality of the .NET Aspire project.
17+
If you have an idea for a new integration, you should propose it here on the Aspire Community Toolkit repository, rather than [`dotnet/aspire`](https://github.com/dotnet/aspire), as the official .NET Aspire project is focused on the core functionality of the .NET Aspire project.
1818

1919
If you have previously proposed an integration on the `dotnet/aspire` repository, you can still propose it here, but link to the existing issue on the `dotnet/aspire` repository to provide context.
2020

2121
## Finding Community Toolkit Integrations
2222

23-
Integrations from the .NET Aspire Community Toolkit will appear in the "Add Aspire Integration" dialog in Visual Studio under the namespace `CommunityToolkit.Aspire.*`.
23+
Integrations from the Aspire Community Toolkit will appear in the "Add Aspire Integration" dialog in Visual Studio under the namespace `CommunityToolkit.Aspire.*`.
2424

0 commit comments

Comments
 (0)