mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-11-15 02:53:04 -05:00
* Fixed a parsing case * Integrated Sentry into the solution with anonymous users. Fixed some parsing issues and added BuildInfo into a separate project. * Fixed some bad parser regex * Removed bad reference to NLog * Cleanup of some files not needed
8 lines
158 B
C#
8 lines
158 B
C#
namespace Kavita.Common.EnvironmentInfo
|
|
{
|
|
public interface IOsVersionAdapter
|
|
{
|
|
bool Enabled { get; }
|
|
OsVersionModel Read();
|
|
}
|
|
} |