Skip to content

Commit 9cdc949

Browse files
committed
prefix company name to package ids
1 parent aba2689 commit 9cdc949

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
@@ -108,6 +108,6 @@ jobs:
108108
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
109109

110110
- name: Publish `Physics.Systems`
111-
run: dotnet nuget push Physics.Systems.${VERSION}.nupkg --source github --api-key ${NUGET_TOKEN}
111+
run: dotnet nuget push SimulationTree.Physics.Systems.${VERSION}.nupkg --source github --api-key ${NUGET_TOKEN}
112112
env:
113113
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}

source/Physics.Systems.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<WarningLevel>8</WarningLevel>
1313
<Title>Physics Systems</Title>
1414
<Authors>popcron</Authors>
15-
<Company>simulation-tree</Company>
15+
<Company>Simulation Tree</Company>
1616
<RepositoryUrl>https://github.com/simulation-tree/physics-systems</RepositoryUrl>
1717
<IncludeBuildOutput>false</IncludeBuildOutput>
1818
<OutDir>bin/$(TargetFramework)/$(Configuration)</OutDir>

0 commit comments

Comments
 (0)