Make attribute public

This commit is contained in:
Dean Herbert
2019-03-01 20:15:09 +09:00
parent 9885913fff
commit 431d439500

View File

@ -75,7 +75,7 @@ namespace osu.Game
private Bindable<bool> fpsDisplayVisible;
protected virtual Version AssemblyVersion => Assembly.GetEntryAssembly()?.GetName()?.Version ?? new Version();
public virtual Version AssemblyVersion => Assembly.GetEntryAssembly()?.GetName().Version ?? new Version();
public bool IsDeployedBuild => AssemblyVersion.Major > 0;