Skip to content

Commit 3573547

Browse files
committed
prefix company name to package ids
1 parent 6875b65 commit 3573547

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@ jobs:
101101
run: dotnet nuget add source https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json --name github --username ${{ github.repository_owner }} --password ${{ github.token }} --store-password-in-clear-text
102102

103103
- name: Publish `Shaders.Systems`
104-
run: dotnet nuget push Shaders.Systems.${VERSION}.nupkg --source github --api-key ${NUGET_TOKEN}
104+
run: dotnet nuget push SimulationTree.Shaders.Systems.${VERSION}.nupkg --source github --api-key ${NUGET_TOKEN}
105105
env:
106106
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}

source/Shaders.Systems.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
99
<Title>Shaders Systems</Title>
1010
<Authors>popcron</Authors>
11-
<Company>simulation-tree</Company>
11+
<Company>Simulation Tree</Company>
1212
<RepositoryUrl>https://github.com/simulation-tree/shader-systems</RepositoryUrl>
1313
<IsAotCompatible>True</IsAotCompatible>
1414
<IsTrimmable>True</IsTrimmable>

0 commit comments

Comments
 (0)