Gestiti allegati da galleria e fotocamera e aggiunto sentry
This commit is contained in:
@@ -4,5 +4,12 @@ namespace SteUp.Maui.Core.System;
|
||||
|
||||
public class GenericSystemService : IGenericSystemService
|
||||
{
|
||||
public string GetCurrentAppVersion() => AppInfo.VersionString;
|
||||
public string GetCurrentAppVersion()
|
||||
{
|
||||
#if DEBUG
|
||||
return $"v{AppInfo.VersionString} [DEBUG]";
|
||||
#else
|
||||
return $"v{AppInfo.VersionString}";
|
||||
#endif
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user