aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Emby.Server.Implementations.csproj
AgeCommit message (Collapse)Author
2020-08-02Merge pull request #3795 from anthonylavado/masterdkanada
Update to newer Jellyfin.XMLTV (cherry picked from commit 714a6f04ef328201b4ee8a1a9bc549ab22ba4987) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-07-17Update .NET Core to 3.1.6Patrick Barron
2020-07-03Use newer Jellyfin.XmlTv for Guide FixesAnthony Lavado
2020-06-15Merge pull request #3350 from jellyfin/dependabot/nuget/sharpcompress-0.25.1Bond-009
Bump sharpcompress from 0.25.0 to 0.25.1
2020-06-15Bump IPNetwork2 from 2.4.0.126 to 2.5.211dependabot[bot]
Bumps [IPNetwork2](https://github.com/lduchosal/ipnetwork) from 2.4.0.126 to 2.5.211. - [Release notes](https://github.com/lduchosal/ipnetwork/releases) - [Commits](https://github.com/lduchosal/ipnetwork/commits) Signed-off-by: dependabot[bot] <support@github.com>
2020-06-15Bump sharpcompress from 0.25.0 to 0.25.1dependabot[bot]
Bumps [sharpcompress](https://github.com/adamhathcock/sharpcompress) from 0.25.0 to 0.25.1. - [Release notes](https://github.com/adamhathcock/sharpcompress/releases) - [Commits](https://github.com/adamhathcock/sharpcompress/compare/0.25...0.25.1) Signed-off-by: dependabot[bot] <support@github.com>
2020-06-12Merge pull request #3313 from crobibero/update-dotnet-coredkanada
Update to .NET Core 3.1.5
2020-06-11Update to .NET Core 3.1.5crobibero
2020-06-11Bump ServiceStack.Text.Core from 5.8.0 to 5.9.0dependabot[bot]
Bumps [ServiceStack.Text.Core](https://github.com/ServiceStack/ServiceStack.Text) from 5.8.0 to 5.9.0. - [Release notes](https://github.com/ServiceStack/ServiceStack.Text/releases) - [Commits](https://github.com/ServiceStack/ServiceStack.Text/compare/v5.8...v5.9) Signed-off-by: dependabot[bot] <support@github.com>
2020-05-29Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release modeBond_009
2020-05-18Merge pull request #3099 from rigtorp/ignore-patternsVasily
Use glob patterns to ignore files
2020-05-17Update to .NET Core 3.1.4Mark Monteiro
2020-05-15Use glob patterns to ignore filesErik Rigtorp
2020-05-14Address review commentsPatrick Barron
2020-05-02Migrate activity db to EF CorePatrick Barron
2020-04-26Added option to disable metrics collection and defaulted it to offsparky8251
2020-04-22Merge pull request #2846 from jellyfin/azureBond-009
Remove requirement to build web during server builds
2020-04-21Add <ProjectGuid> properties to all project filesMark Monteiro
This is required for SonarCloud analysis to run
2020-04-13Bump Mono.Nat from 2.0.0 to 2.0.1dependabot-preview[bot]
Bumps [Mono.Nat](https://github.com/mono/Mono.Nat) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/mono/Mono.Nat/releases) - [Commits](https://github.com/mono/Mono.Nat/compare/Mono.Nat-2.0.0...Mono.Nat-2.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-08Merge pull request #2793 from mark-monteiro/remove-interactive-extensionsdkanada
Remove Ix.NET
2020-04-06Remove reference to System.Interactive.AsyncMark Monteiro
2020-04-07Bump sharpcompress from 0.24.0 to 0.25.0dependabot-preview[bot]
Bumps [sharpcompress](https://github.com/adamhathcock/sharpcompress) from 0.24.0 to 0.25.0. - [Release notes](https://github.com/adamhathcock/sharpcompress/releases) - [Commits](https://github.com/adamhathcock/sharpcompress/compare/0.24...0.25) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-01Merge remote-tracking branch 'upstream/master' into ↵Mark Monteiro
use-development-exception-page
2020-03-25Update .NET Core to 3.1.3Mark Monteiro
2020-03-22Update all packages to .NET Core 3.1.2Mark Monteiro
2020-03-21Do not handle exceptions manually when in development modeMark Monteiro
2020-01-28Update depsBond_009
2020-01-16Update SQLitePCL to new versionAnthony Lavado
2020-01-10Merge branch 'master' into warn12Bond_009
2020-01-02Merge pull request #2150 from Bond-009/releaseerrordkanada
Enable TreatWarningsAsErrors for some projects
2019-12-20Merge branch 'master' into warn12Bond_009
2019-12-18Enable analyzersBond-009
2019-12-18Merge pull request #1941 from Bond-009/mediaencodingdkanada
Make probesize and analyzeduration configurable and simplify circular dependencies
2019-12-14Move Emby.XmlTv to a NuGet package (#2042)Bond-009
* Move Emby.XmlTv to a NuGet package * Update Emby.Server.Implementations/Emby.Server.Implementations.csproj Co-Authored-By: Anthony Lavado <anthonylavado@me.com>
2019-12-13Enable TreatWarningsAsErrors for some projectsBond_009
Analyzers are only run in debug build, so setting TreatWarningsAsErrors for release build will catch the compiler warnings until we resolve all analyzer warnings.
2019-12-11More warnings (removed)Bond_009
2019-12-10Merge branch 'master' into mediaencodingBond_009
2019-12-05Merge pull request #2050 from Bond-009/nullrefdkanada
Fix possible nullref when updating packages
2019-11-27Merge pull request #1503 from cvium/webapi_v2Vasily
Move StartupWizard to ASP.NET Web Api
2019-11-25Make probesize and analyzeduration configurable and simplify circularBond_009
dependencies Makes the probesize and analyzeduration configurable with env args. (`JELLYFIN_FFmpeg_probesize` and `FFmpeg_analyzeduration`)
2019-11-24Fix possible nullref when updating packagesBond_009
2019-11-23Remove unused referenceClaus Vium
2019-11-23Move API stuff to the api projectClaus Vium
2019-11-23Add authentication and remove versioningClaus Vium
2019-11-21Update depsBond_009
2019-11-19Add SwaggerUIClaus Vium
2019-11-19Move StartupWizard to ASP.NET Web ApiClaus Vium
2019-11-01Use Mono.Nat Nuget packageBond_009
2019-11-01Update deps and add MultiThreading analyzerBond_009
2019-10-11Move to netcore3.0Bond_009