You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/templates/package
Bob Vandevliet 6e346f84c1
More specific and unique feed name for NuGet install command template. (#23889)
The default command to setup a NuGet registry from the command line is:
```
dotnet nuget add source --name Gitea --username your_username --password your_token <gitea-origin-url/>
```
The feed name `Gitea` is hard-coded into the command template, so each
registry will by default have the same feed name. I know templates can
be overridden using the `custom` folder. But in my opinion, it's a good
practice to make a slight change in the default template to make the
feed name more context specific:
```
dotnet nuget add source --name {{.PackageDescriptor.Owner.Name}} --username your_username --password your_token <gitea-origin-url/>
```
1 year ago
..
content More specific and unique feed name for NuGet install command template. (#23889) 1 year ago
metadata Add Swift package registry (#22404) 1 year ago
shared Move helpers to be prefixed with `gt-` (#22879) 1 year ago
settings.tmpl Convert `<div class="button">` to `<button class="button">` (#23337) 1 year ago
view.tmpl Display image size for multiarch container images (#23821) 1 year ago