
* 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
No EOL
158 B
C#
8 lines
No EOL
158 B
C#
namespace Kavita.Common.EnvironmentInfo
|
|
{
|
|
public interface IOsVersionAdapter
|
|
{
|
|
bool Enabled { get; }
|
|
OsVersionModel Read();
|
|
}
|
|
} |