Skip to content

Commit 2bfa312

Browse files
authored
Merge pull request #5 from NikiforovAll/feature/dependency-explorer
chore: use latest instead of main
2 parents 24bbc34 + c436177 commit 2bfa312

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
Dependify is a tool to visualize dependencies in your .NET application. You can start dependify in `serve` mode to visualize dependencies in a browser or use the `CLI` if you prefer the terminal.
1010

11-
| Package | Version | Description |
12-
| ---------------- | -------------------------------------------------------------------------------------------------------- | ------------------------------------ |
13-
| `Dependify.Cli` | [![Nuget](https://img.shields.io/nuget/v/Dependify.Cli.svg)](https://nuget.org/packages/Dependify.Cli) | CLI |
14-
| `Dependify.Core` | [![Nuget](https://img.shields.io/nuget/v/Dependify.Core.svg)](https://nuget.org/packages/Dependify.Core) | Core library |
15-
| ` Dependify.Aspire.Hosting` | [![Nuget](https://img.shields.io/nuget/v/Dependify.Aspire.Hosting.svg)](https://nuget.org/packages/Dependify.Aspire.Hosting) | Aspire support |
11+
| Package | Version | Description |
12+
| --------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | -------------- |
13+
| `Dependify.Cli` | [![Nuget](https://img.shields.io/nuget/v/Dependify.Cli.svg)](https://nuget.org/packages/Dependify.Cli) | CLI |
14+
| `Dependify.Core` | [![Nuget](https://img.shields.io/nuget/v/Dependify.Core.svg)](https://nuget.org/packages/Dependify.Core) | Core library |
15+
| `Dependify.Aspire.Hosting` | [![Nuget](https://img.shields.io/nuget/v/Dependify.Aspire.Hosting.svg)](https://nuget.org/packages/Dependify.Aspire.Hosting) | Aspire support |
1616

1717
## Install
1818

assets/aspire-demo.mp4

27.1 MB
Binary file not shown.

samples/aspire-project/aspire-project.AppHost/dependify.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/nikiforovall/dependify:main
1+
FROM ghcr.io/nikiforovall/dependify:latest
22

33
COPY ./. /workspace/
44

src/Dependify.Aspire.Hosting/DependifyBuilderExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ internal static class DependifyContainerImageTags
6565
{
6666
public const string Registry = "ghcr.io";
6767
public const string Image = "nikiforovall/dependify";
68-
public const string Tag = "main";
68+
public const string Tag = "latest";
6969
}

0 commit comments

Comments
 (0)