Replies: 4 comments 3 replies
-
hey @Zombach, the project has yet to put together a proper logo usage document. Could you tell me how you plan on using it? |
Beta Was this translation helpful? Give feedback.
-
We want to attach this logo to the nuget package. Here is an example md # Aspire.Hosting.ValKey library
Provides extension methods and resource definitions for a .NET Aspire AppHost to configure Cache for ValKey.
## Install the package
In your AppHost project, install the `Aspire.Hosting.ValKey` library with [NuGet](https://www.nuget.org):
```dotnetcli
dotnet add package Aspire.Hosting.ValKey Usage exampleThen, in the Program.cs file of var valKey = builder.AddValKey("cache")
var myService = builder.AddProject<Projects.MyService>()
.WithReference(valKey); The builder.AddRedisClient("cache"); Additional documentation
Feedback & contributinghttps://github.com/dotnet/aspire
|
Beta Was this translation helpful? Give feedback.
-
Hi @stockholmux I'm a maintainer for .NET Aspire, @zomach is a contributor who has kindly picked up the effort to add support for Valkey to .NET Aspire. .NET Aspire already has support for Redis and we think that there is some value in having equivalent support for Valkey. As @Zombach points out this is all about using the icon on the NuGet package that adds this extensibility to .NET Aspire. We like to use icons from projects where we can get the permission because it helps users of Valkey (in this instance) identify the correct package to install visually. The icon is used would be baked into the package and locked for a specific version of the package, but if the Valkey project changes their branding we can take PRs (or submit PRs ourselves when we notice) if the branding has changed. I think what we are looking for here is some kind of approval from a designated maintainer of the project to use the icon in our package. |
Beta Was this translation helpful? Give feedback.
-
Hi @stockholmux - As Valkey is a Linux Foundation project now I think you can probably assume that following rules Like those the CNCF has for its artwork for various projects is roughly what you'll end up with. Obviously check with your LF liasons, but I suspect you'll end up somewhere here :) |
Beta Was this translation helpful? Give feedback.
-
Good afternoon.
Is it possible to obtain permission and how to do this to use valkey icon
in Aspire.Hosting.Valkey resource
Add ValKey Resource
Aspire
Beta Was this translation helpful? Give feedback.
All reactions