Skip to content

Commit acd15a5

Browse files
committed
prefix company name to package ids
1 parent abdd1be commit acd15a5

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
@@ -185,6 +185,6 @@ jobs:
185185
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
186186

187187
- name: Publish `UI`
188-
run: dotnet nuget push UI.${VERSION}.nupkg --source github --api-key ${NUGET_TOKEN}
188+
run: dotnet nuget push SimulationTree.UI.${VERSION}.nupkg --source github --api-key ${NUGET_TOKEN}
189189
env:
190190
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}

source/UI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<WarningLevel>9999</WarningLevel>
1212
<Title>UI</Title>
1313
<Authors>popcron</Authors>
14-
<Company>simulation-tree</Company>
14+
<Company>Simulation Tree</Company>
1515
<RepositoryUrl>https://github.com/simulation-tree/ui</RepositoryUrl>
1616
<IncludeBuildOutput>false</IncludeBuildOutput>
1717
<OutDir>bin/$(TargetFramework)/$(Configuration)</OutDir>

0 commit comments

Comments
 (0)