Skip to content

Commit

Permalink
update readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed Dec 3, 2023
1 parent 90c928c commit 07ce938
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
[![Visual Studio Marketplace Version (including pre-releases)](https://img.shields.io/visual-studio-marketplace/v/TimHeuer.AspireManifestGen?include_prereleases&logo=visualstudio&logoColor=purple&label=VS%20Marketplace&labelColor=white&color=purple)](https://marketplace.visualstudio.com/items?itemName=TimHeuer.AspireManifestGen)

# .NET Aspire Manifest generator
A dumb little utility to quickly generate a deployment manifest from VS solution explorer.
A dumb little utility to quickly generate a [.NET Aspire deployment manifest](https://learn.microsoft.com/dotnet/aspire/deployment/manifest-format) from VS solution explorer.

I honestly don't expect anyone to use this beyond myself and a few other team members for quick validation purposes in Visual Studio, demo purposes, etc. so with that it comes with the "works on my machine" level of quality guarantee.

## Installation
Install from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=TimHeuer.AspireManifestGen) or from the Extension Manager directly in Visual Studio.
Install from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=TimHeuer.AspireManifestGen) or from the Extension Manager directly in Visual Studio.

## What is .NET Aspire?
Check out the details at https://aka.ms/dotnet-aspire

0 comments on commit 07ce938

Please sign in to comment.