mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #15239] Normalize nuget includes in csproj, remove legacy ProductGuid #14263
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/15239
Author: @crobibero
Created: 10/27/2025
Status: 🔄 Open
Base:
master← Head:csproj-normalize📝 Commits (2)
fba8189Normalize nuget includes in csproj, remove legacy ProductGuidac9baf5A bit more cleanup📊 Changes
27 files changed (+45 additions, -270 deletions)
View changed files
📝
Emby.Naming/Emby.Naming.csproj(+2 -27)📝
Emby.Photos/Emby.Photos.csproj(+1 -6)📝
Emby.Server.Implementations/Emby.Server.Implementations.csproj(+1 -6)📝
Jellyfin.Api/Jellyfin.Api.csproj(+0 -5)📝
Jellyfin.Data/Jellyfin.Data.csproj(+2 -19)📝
Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj(+1 -1)📝
Jellyfin.Server/Jellyfin.Server.csproj(+1 -6)📝
MediaBrowser.Common/MediaBrowser.Common.csproj(+2 -27)📝
MediaBrowser.Controller/MediaBrowser.Controller.csproj(+2 -27)📝
MediaBrowser.LocalMetadata/MediaBrowser.LocalMetadata.csproj(+1 -6)📝
MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj(+1 -6)📝
MediaBrowser.Model/MediaBrowser.Model.csproj(+1 -26)📝
MediaBrowser.Providers/MediaBrowser.Providers.csproj(+1 -6)📝
MediaBrowser.XbmcMetadata/MediaBrowser.XbmcMetadata.csproj(+1 -6)➕
Project.Nuget.targets(+21 -0)📝
src/Jellyfin.Database/Jellyfin.Database.Implementations/Jellyfin.Database.Implementations.csproj(+2 -18)📝
src/Jellyfin.Drawing.Skia/Jellyfin.Drawing.Skia.csproj(+0 -5)📝
src/Jellyfin.Drawing/Jellyfin.Drawing.csproj(+0 -5)📝
src/Jellyfin.Extensions/Jellyfin.Extensions.csproj(+3 -20)📝
src/Jellyfin.MediaEncoding.Keyframes/Jellyfin.MediaEncoding.Keyframes.csproj(+2 -13)...and 7 more files
📄 Description
Simplifies build automation
Edit- I went too far. We can simplify the nuget packages but I think moving GenerateAssemblyInfo broke this
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.