Skip to content

Commit 7469c2f

Browse files
committed
Fix discord link
1 parent 1f21242 commit 7469c2f

3 files changed

Lines changed: 65 additions & 65 deletions

File tree

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
1-
name: Thunderstore
2-
on:
3-
release:
4-
types: released
5-
6-
env:
7-
DOTNET_CLI_TELEMETRY_OPTOUT: true
8-
MSBUILDTERMINALLOGGER: false
9-
DOTNET_VERSION: 9.0.x
10-
11-
jobs:
12-
publish:
13-
name: Publish
14-
runs-on: ubuntu-latest
15-
permissions:
16-
contents: read
17-
packages: read
18-
steps:
19-
- name: Checkout
20-
uses: actions/checkout@v5
21-
with:
22-
ref: ${{ github.event.release.tag_name }}
23-
fetch-depth: 0
24-
filter: tree:0
25-
- name: Setup .NET
26-
uses: actions/setup-dotnet@v5
27-
with:
28-
dotnet-version: ${{ env.DOTNET_VERSION }}
29-
- name: Login to GitHub Packages
30-
run: dotnet nuget add source --username ${{ github.actor }} --password ${{ github.token }} --name github "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json" --store-password-in-clear-text
31-
- id: build
32-
name: Build and publish
33-
env:
34-
TCLI_AUTH_TOKEN: ${{ secrets.TCLI_AUTH_TOKEN }}
35-
run: |
36-
dotnet build -c Release -target:PublishTS
37-
FILE=$(find ${{ github.workspace }}/artifacts/thunderstore -type f -name "*.zip" | head -n 1)
38-
[ -n "$FILE" ] || { echo "Artifact not found!"; exit 1; }
39-
echo "file=$FILE" >> "$GITHUB_OUTPUT"
40-
- name: Upload artifact
41-
uses: actions/upload-artifact@v4
42-
with:
43-
path: ${{ steps.build.outputs.file }}
1+
name: Thunderstore
2+
on:
3+
release:
4+
types: released
5+
6+
env:
7+
DOTNET_CLI_TELEMETRY_OPTOUT: true
8+
MSBUILDTERMINALLOGGER: false
9+
DOTNET_VERSION: 9.0.x
10+
11+
jobs:
12+
publish:
13+
name: Publish
14+
runs-on: ubuntu-latest
15+
permissions:
16+
contents: write
17+
packages: read
18+
steps:
19+
- name: Checkout
20+
uses: actions/checkout@v5
21+
with:
22+
ref: ${{ github.event.release.tag_name }}
23+
fetch-depth: 0
24+
filter: tree:0
25+
- name: Setup .NET
26+
uses: actions/setup-dotnet@v5
27+
with:
28+
dotnet-version: ${{ env.DOTNET_VERSION }}
29+
- name: Login to GitHub Packages
30+
run: dotnet nuget add source --username ${{ github.actor }} --password ${{ github.token }} --name github "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json" --store-password-in-clear-text
31+
- id: build
32+
name: Build and publish
33+
env:
34+
TCLI_AUTH_TOKEN: ${{ secrets.TCLI_AUTH_TOKEN }}
35+
run: |
36+
dotnet build -c Release -target:PublishTS
37+
FILE=$(find ${{ github.workspace }}/artifacts/thunderstore -type f -name "*.zip" | head -n 1)
38+
[ -n "$FILE" ] || { echo "Artifact not found!"; exit 1; }
39+
echo "file=$FILE" >> "$GITHUB_OUTPUT"
40+
- name: Upload artifact
41+
uses: actions/upload-artifact@v4
42+
with:
43+
path: ${{ steps.build.outputs.file }}

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
# CustomizableName [<img src="https://ko-fi.com/img/githubbutton_sm.svg" alt="Support me on Ko-Fi" align="right" height="30" />][ko-fi]
2-
3-
Allows you to customize what name other scouts see. Updates for everyone, even if they don't have the mod installed.
4-
5-
## Features
6-
- Name updates for everyone, even if they don't have the mod installed.
7-
- Customizable in main menu settings. (Main Menu > Settings > Accessibility)
8-
- Full localization support.
9-
10-
## Installation
11-
12-
It is recommended to use either the [Thunderstore](https://thunderstore.io/) or [r2modman](https://github.com/ebkr/r2modmanPlus/releases/latest) client to install this mod.
13-
14-
## Need Help?
15-
16-
You can join me on [Discord][discord] if you are running into issues, need help, or have any questions.
17-
18-
I will try to respond as quickly as possible.
19-
20-
[ko-fi]: https://ko-fi.com/adeithe
21-
[discord]: https://discord.gg/aRXwDFaMaD
1+
# CustomizableName [<img src="https://ko-fi.com/img/githubbutton_sm.svg" alt="Support me on Ko-Fi" align="right" height="30" />][ko-fi]
2+
3+
Allows you to customize what name other scouts see. Updates for everyone, even if they don't have the mod installed.
4+
5+
## Features
6+
- Name updates for everyone, even if they don't have the mod installed.
7+
- Customizable in main menu settings. (Main Menu > Settings > Accessibility)
8+
- Full localization support.
9+
10+
## Installation
11+
12+
It is recommended to use either the [Thunderstore](https://thunderstore.io/) or [r2modman](https://github.com/ebkr/r2modmanPlus/releases/latest) client to install this mod.
13+
14+
## Need Help?
15+
16+
You can join me on [Discord][discord] if you are running into issues, need help, or have any questions.
17+
18+
I will try to respond as quickly as possible.
19+
20+
[ko-fi]: https://ko-fi.com/adeithe
21+
[discord]: https://discord.gg/TRr8Wbby89

src/CustomizableName/CustomizableName.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<PluginAuthor>Adeithe</PluginAuthor>
4-
<PluginVersion>1.1.0</PluginVersion>
4+
<PluginVersion>1.1.1</PluginVersion>
55
<PluginName>CustomizableName</PluginName>
66
<PluginID>Adeithe.Peak.CustomizableName</PluginID>
77

0 commit comments

Comments
 (0)