-
-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add dedicated dotnet tab for dotnet portable build #1077
Add dedicated dotnet tab for dotnet portable build #1077
Conversation
We are listing these portable builds under all OS tabs, which may confuse users because each OS also has its own platform-specific builds that we refer to as “portable” in our documentation. To avoid confusion, separate the tabs accordingly.
8746bde
to
0269cf5
Compare
src/data/downloads.tsx
Outdated
status: DownloadStatus.Official, | ||
features: [], | ||
platforms: [Platform.DotNet], | ||
description: 'The portable version can be run on any system with a .NET Core runtime.', | ||
description: 'The portable version can be run on any system with a .NET runtime.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea, though I think it should be even more explicit:
+description: 'The .NET portable version can be run on any system with a .NET runtime using dotnet jellyfin.dll
.',
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well it seems like we cannot use markdown in this description, I change this to 'The .NET portable version can be run on any system with a .NET runtime using jellyfin.dll', which also explicitly states the user has to use the dll directly for this version.
Cloudflare Pages deployment
|
We are listing these portable builds under all OS tabs, which may confuse users because each OS also has its own platform-specific builds that we refer to as “portable” in our documentation. To avoid confusion, separate the tabs accordingly.
This also updated the description as the .NET Core runtime is now just .NET runtime