| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-22 | Ban the usage of Task.Result | Bond_009 | |
| If the calling function can't be made async easily you can still use .GetAwaiter().GetResult(), which is way easier to find in the future | |||
| 2021-12-24 | Update StyleCop | Bond_009 | |
| 2021-12-14 | Update to dotnet 6.0.1 | Cody Robibero | |
| 2021-12-04 | Use MimeTypes package to determine MIME type | Ahmed Rafiq | |
| This simplifies the code since we don't have to keep large mappings of extensions and MIME types. We still keep the ability to override the mappings for: - filling in entries not present in the package, for e.g. ".azw3" - picking preferred extensions, for e.g. MimeTypes provides ".conf" as a possible extionsion for "text/plain", and while that is correct, ".txt" would be preferrable - compatibility reasons | |||
| 2021-11-15 | Bump Microsoft.SourceLink.GitHub from 1.1.0 to 1.1.1 | dependabot[bot] | |
| Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/dotnet/sourcelink/releases) - [Commits](https://github.com/dotnet/sourcelink/compare/1.1.0...1.1.1) --- updated-dependencies: - dependency-name: Microsoft.SourceLink.GitHub dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-11-09 | Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.0 | dependabot[bot] | |
| Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/dotnet/sourcelink/releases) - [Commits](https://github.com/dotnet/sourcelink/compare/1.0.0...1.1.0) --- updated-dependencies: - dependency-name: Microsoft.SourceLink.GitHub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-11-08 | Update to full dotnet 6 | Cody Robibero | |
| 2021-10-12 | Update to dotnet6.rc2 | Cody Robibero | |
| 2021-10-08 | Merge pull request #6663 from crobibero/dotnet-6-rc1 | Claus Vium | |
| Reference dotnet6-rc1 packages | |||
| 2021-10-06 | Fix the last few warnings | Bond_009 | |
| Enables TreatWarningsAsErrors for all projects | |||
| 2021-10-04 | Reference dotnet6-rc1 packages | Cody Robibero | |
| 2021-09-24 | Target net6.0 | Bond_009 | |
| 2021-07-30 | Invert code and style analysis configuration (#6334) | Rich Lander | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2021-06-19 | Move non-jellyfin extensions to separate project | Bond_009 | |
| 2021-04-08 | Update to dotnet 5.0.5 | crobibero | |
| 2021-03-09 | Remove useless line | Bond_009 | |
| 2021-03-09 | FxCop -> Net Analyzers (part 1) | Bond_009 | |
| 2021-02-20 | Enable TreatWarningsAsErrors for MediaBrowser.Model | Bond_009 | |
| 2021-02-09 | Merge pull request #4663 from joshuaboniface/bump-version-10.8.0 | dkanada | |
| Bump version to 10.8.0 for next release | |||
| 2021-01-16 | dotnet 5.0.2 | crobibero | |
| 2020-12-31 | Enable nullable for MediaBrowser.XbmcMetadata project (#4612) | martinek-stepan | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Stepan <ste.martinek+git@gmail.com> | |||
| 2020-12-22 | Remove unused deps | crobibero | |
| 2020-12-04 | Bump version to 10.8.0 for next release | Joshua M. Boniface | |
| 2020-11-10 | Update packages to net5 | crobibero | |
| 2020-10-13 | Update to dotnet 3.1.9 | crobibero | |
| 2020-09-12 | update to dotnet 3.1.8 | crobibero | |
| 2020-09-03 | Merge remote-tracking branch 'upstream/master' into 3.1.7 | crobibero | |
| 2020-09-02 | Fixes for CI Nuget package pushing and CI triggers | Erwin de Haan | |
| Also adds SourceLink support and symbols that are pushed to Nuget. Add symbols to main nuget packages for unstable builds (Azure Artifacts does not support symbols outside of the main package) SourceLink will enable stepping during debugging. | |||
| 2020-08-31 | Merge remote-tracking branch 'upstream/master' into 3.1.7 | crobibero | |
| 2020-08-26 | Merge pull request #3984 from crobibero/json-prerelease | Bond-009 | |
| Use Prerelease System.Text.Json | |||
| 2020-08-26 | use proper spdx | crobibero | |
| 2020-08-26 | switch to spdx | crobibero | |
| 2020-08-25 | Properly pack project license | crobibero | |
| 2020-08-25 | bump to preview8 and remove extra references | crobibero | |
| 2020-08-25 | bump System.Text.Json | crobibero | |
| 2020-08-13 | Use VersionPrefix | David | |
| 2020-08-13 | Fix nuget ci | David | |
| 2020-08-12 | bump deps | crobibero | |
| 2020-07-17 | Update .NET Core to 3.1.6 | Patrick Barron | |
| 2020-06-11 | Update to .NET Core 3.1.5 | crobibero | |
| 2020-05-27 | Merge branch 'master' into nullable3 | Bond_009 | |
| 2020-05-17 | Update to .NET Core 3.1.4 | Mark Monteiro | |
| 2020-05-02 | Migrate activity db to EF Core | Patrick Barron | |
| 2020-04-21 | Add <ProjectGuid> properties to all project files | Mark Monteiro | |
| This is required for SonarCloud analysis to run | |||
| 2020-04-15 | Merge branch 'master' into nullable3 | Bond_009 | |
| 2020-04-05 | Enable nullabe reference types for MediaBrowser.Model | Bond_009 | |
| 2020-03-26 | Bump System.Text.Json from 4.7.0 to 4.7.1 | dependabot-preview[bot] | |
| Bumps [System.Text.Json](https://github.com/dotnet/corefx) from 4.7.0 to 4.7.1. - [Release notes](https://github.com/dotnet/corefx/releases) - [Commits](https://github.com/dotnet/corefx/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | |||
| 2020-03-25 | Update .NET Core to 3.1.3 | Mark Monteiro | |
| 2020-03-24 | Added support for netstandard2.0 besides netstandard2.1 (multi target ↵ | Jose | |
| framework) to allow usage from UWP (netstandard 2.1 not available in UWP until .net 5) | |||
| 2020-03-22 | Update all packages to .NET Core 3.1.2 | Mark Monteiro | |
