File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44 <TargetFramework >net48</TargetFramework >
55 <LangVersion >latest</LangVersion >
66 <Nullable >enable</Nullable >
7- <Version >0.4.0 </Version >
7+ <Version >0.4.1 </Version >
88 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
99 </PropertyGroup >
1010
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public class SecretApi : Plugin
2626 public override LoadPriority Priority => LoadPriority . Highest ;
2727
2828 /// <inheritdoc/>
29- public override Version Version { get ; } = typeof ( SecretApi ) . Assembly . GetName ( ) . Version ;
29+ public override Version Version { get ; } = Assembly . GetName ( ) . Version ;
3030
3131 /// <inheritdoc/>
3232 public override Version RequiredApiVersion { get ; } = new ( LabApi . Features . LabApiProperties . CompiledVersion ) ;
You can’t perform that action at this time.
0 commit comments