Skip to content

Commit ac895f6

Browse files
committed
release: 0.1.2.4
1 parent 610a46c commit ac895f6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

SuperAutoIsland.Interface/SuperAutoIsland.Interface.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<Nullable>enable</Nullable>
66
<EnableDynamicLoading>True</EnableDynamicLoading>
77
<RootNamespace>SuperAutoIsland.Interface</RootNamespace>
8+
<Version>0.1.2.4</Version>
89
</PropertyGroup>
910

1011
<PropertyGroup>
@@ -20,7 +21,7 @@
2021
<RepositoryType>git</RepositoryType>
2122
<PackageTags>classisland;plugin;addin;</PackageTags>
2223
<Description>SuperAutoIsland 的接口库,用于扩充 SuperAutoIsland 的 Blockly 的积木。</Description>
23-
<PackageVersion>0.1.2.1</PackageVersion>
24+
<PackageVersion>0.1.2.4</PackageVersion>
2425
</PropertyGroup>
2526

2627
<ItemGroup>

SuperAutoIsland/SuperautoIsland.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
<EnableDynamicLoading>True</EnableDynamicLoading>
88
<RootNamespace>SuperAutoIsland</RootNamespace>
9+
<Version>0.1.2.4</Version>
910
</PropertyGroup>
1011

1112
<PropertyGroup>
1213
<Authors>lrs2187</Authors>
13-
<PackageVersion>0.1.2.3</PackageVersion>
14+
<PackageVersion>0.1.2.4</PackageVersion>
1415
</PropertyGroup>
1516

1617
<ItemGroup>

0 commit comments

Comments
 (0)