Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit cdf30a5

Browse files
committed
Version
1 parent f23ef7e commit cdf30a5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

DatapathFix/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.2.0")]
34+
[assembly: AssemblyVersion("1.3.0")]

DatapathFixPlugin/Properties/AssemblyInfo.cs

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using Frosty.Core.Attributes;
1+
using Frosty.Core;
2+
using Frosty.Core.Attributes;
23
using DatapathFixPlugin.Actions;
34
using DatapathFixPlugin.Options;
45
using System.Runtime.InteropServices;
@@ -23,7 +24,7 @@
2324

2425
[assembly: PluginDisplayName("DatapathFix")]
2526
[assembly: PluginAuthor("Dyvinia")]
26-
[assembly: PluginVersion("1.2.0")]
27+
[assembly: PluginVersion("1.3.0")]
2728

28-
[assembly: RegisterOptionsExtension(typeof(LaunchOptions), Frosty.Core.PluginManagerType.Both)]
29+
[assembly: RegisterOptionsExtension(typeof(LaunchOptions), PluginManagerType.Both)]
2930
[assembly: RegisterExecutionAction(typeof(LaunchExecutionAction))]

0 commit comments

Comments
 (0)