Add Sqlite provider binaries and enhance API documentation
- Added new compiled binaries and XML documentation for Jellyfin.Database.Providers.Sqlite, Jellyfin.Extensions, MediaBrowser.Common, and related assemblies. - Introduced Jellyfin.Database.Providers.Sqlite as a new SQLite database provider, including its runtime and dependency files. - Added and updated XML documentation files (e.g., Jellyfin.Database.Implementations.xml, MediaBrowser.Model.xml) to provide comprehensive API references for developers. - Fixed a constructor bug in SqliteDatabaseProvider.cs and updated code analysis suppressions via GlobalSuppressions.cs. - Updated build artifacts and cache files to reflect the new and rebuilt assemblies. - These changes improve modularity, code quality, and developer experience through better documentation and code analysis configuration.
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Jellyfin.CodeAnalysis")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+af1152b00181ecb2bfb56080e178788dddf9082c")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+86e41f4f6f61a518b5d6c343058fe5ea3964238d")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Jellyfin.CodeAnalysis")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Jellyfin.CodeAnalysis")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
b99dc225cae883ef0418353cf91a59a5a855f9b1e612ef2d00b032fd3aec4e9e
|
||||
7940641479e0ed42d0873c11580346e3219f83708f44f934324a42988b2c4534
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user