Skip to content

Commit 629addc

Browse files
authored
Merge pull request #170 from TraGicCode/change-assembly-name-for-busly
Change assembly name so winget shimming wont be a problem...
2 parents f68b583 + e77a239 commit 629addc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/BuslyCLI.Console/BuslyCLI.Console.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<RepositoryType>git</RepositoryType>
1717
<InformationalVersion>0.1.0</InformationalVersion>
1818
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
19+
<AssemblyName>busly</AssemblyName>
1920
</PropertyGroup>
2021

2122
<ItemGroup>

src/BuslyCLI.Console/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ COPY --from=build /app/publish .
3333
RUN chown -R $APP_UID:$APP_UID /app
3434
USER $APP_UID
3535

36-
ENTRYPOINT ["./BuslyCLI.Console"]
36+
ENTRYPOINT ["./busly"]

0 commit comments

Comments
 (0)