aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj
AgeCommit message (Collapse)Author
2021-12-24Update StyleCopBond_009
2021-12-14Update to dotnet 6.0.1Cody Robibero
2021-12-13Bump System.Linq.Async from 5.0.0 to 5.1.0dependabot[bot]
Bumps [System.Linq.Async](https://github.com/dotnet/reactive) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/dotnet/reactive/releases) - [Commits](https://github.com/dotnet/reactive/compare/ixnet-v5.0.0...ixnet-v5.1.0) --- updated-dependencies: - dependency-name: System.Linq.Async dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2021-11-08Update to full dotnet 6Cody Robibero
2021-10-12Update to dotnet6.rc2Cody Robibero
2021-10-04Reference dotnet6-rc1 packagesCody Robibero
2021-09-24Target net6.0Bond_009
2021-09-19Upgrade to dotnet 5.0.10Cody Robibero
2021-08-15Update to dotnet 5.0.9Cody Robibero
2021-07-30Invert code and style analysis configuration (#6334)Rich Lander
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-07-19Update to dotnet 5.0.8Cody Robibero
2021-06-14Update to dotnet 5.0.7crobibero
2021-05-14Update to dotnet5.0.6crobibero
2021-04-08Update to dotnet 5.0.5crobibero
2021-03-14Merge branch 'master' into ef-cleanupPatrick Barron
# Conflicts: # Jellyfin.Data/Entities/Libraries/MediaFileStream.cs # Jellyfin.Data/Jellyfin.Data.csproj
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2021-03-09FxCop -> Net Analyzers (part 1)Bond_009
2021-03-06Move EF Core dependency out of Jellyfin.DataPatrick Barron
2021-02-09Update to dotnet 5.0.3crobibero
2021-01-16dotnet 5.0.2crobibero
2020-12-12Enable nullable for Jellyfin.Server.ImplementationsPatrick Barron
2020-12-09Update to dotnet 5.0.1crobibero
2020-11-10Update packages to net5crobibero
2020-10-13Update to dotnet 3.1.9crobibero
2020-10-05Fix activity log query.Patrick Barron
2020-09-12update to dotnet 3.1.8crobibero
2020-08-12bump depscrobibero
2020-07-17Update .NET Core to 3.1.6Patrick Barron
2020-06-13Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj
2020-06-11Update to .NET Core 3.1.5crobibero
2020-05-31Remove unused compile remove statements.Patrick Barron
2020-05-26Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj # MediaBrowser.Api/UserService.cs # MediaBrowser.Controller/Library/IUserManager.cs
2020-05-17Update to .NET Core 3.1.4Mark Monteiro
2020-05-15Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs # Emby.Server.Implementations/ApplicationHost.cs # Emby.Server.Implementations/Devices/DeviceManager.cs # Jellyfin.Server/Jellyfin.Server.csproj # Jellyfin.Server/Migrations/MigrationRunner.cs # MediaBrowser.Controller/Devices/IDeviceManager.cs
2020-05-14Address review commentsPatrick Barron
2020-05-04Add the user data to the schemaPatrick Barron
2020-05-02Migrate activity db to EF CorePatrick Barron