Skip to content

Commit

Permalink
chore: Rename pacakge to Fermyon.Aspire.Spin
Browse files Browse the repository at this point in the history
Signed-off-by: Thorsten Hans <[email protected]>
  • Loading branch information
ThorstenHans committed May 29, 2024
1 parent a3e50de commit ad8cde0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Aspire.Hosting.Spin/Aspire.Hosting.Spin.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Product>Fermyon.Aspire.Hosting.Spin</Product>
<PackageId>Fermyon.Aspire.Hosting.Spin</PackageId>
<Product>Fermyon.Aspire.Spin</Product>
<PackageId>Fermyon.Aspire.Spin</PackageId>
<Authors>Fermyon Technologies</Authors>
<Company>Fermyon Technologies</Company>
<TargetFramework>net8.0</TargetFramework>
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Fermyon.Aspire.Hosting.Spin
# Fermyon.Aspire.Spin

`Fermyon.Aspire.Hosting.Spin` adds support for [Spin](https://developer.fermyon.com/spin) to [.NET Aspire](https://learn.microsoft.com/en-us/dotnet/aspire/get-started/build-your-first-aspire-app).
`Fermyon.Aspire.Spin` adds support for [Spin](https://developer.fermyon.com/spin) to [.NET Aspire](https://learn.microsoft.com/en-us/dotnet/aspire/get-started/build-your-first-aspire-app).

The project is under active development, so no guarantees of stability or compatibility can be expected - but we still hope you think it's great!

## Installation

```bash
# Add Aspire.Hosting.Spin to your .NET Aspire project
dotnet add package Fermyon.Aspire.Hosting.Spin
dotnet add package Fermyon.Aspire.Spin
```

### Basic Usage

`Fermyon.Aspire.Hosting.Spin` contributes extensions to the `Aspire.Hosting` namespace. Adding an existing Spin App to your `DistributedApplicationBuilder` is as simple as calling `AddSpinApp`:
`Fermyon.Aspire.Spin` contributes extensions to the `Aspire.Hosting` namespace. Adding an existing Spin App to your `DistributedApplicationBuilder` is as simple as calling `AddSpinApp`:

```csharp
var builder = DistributedApplication.CreateBuilder(args);
Expand Down

0 comments on commit ad8cde0

Please sign in to comment.