Skip to content

Commit b9c2963

Browse files
committed
release: 0.1.2.1
1 parent e132f89 commit b9c2963

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

SuperAutoIsland.Interface/SuperAutoIsland.Interface.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
<RepositoryType>git</RepositoryType>
2121
<PackageTags>classisland;plugin;addin;</PackageTags>
2222
<Description>SuperAutoIsland 的接口库,用于扩充 SuperAutoIsland 的 Blockly 的积木。</Description>
23-
<PackageVersion>0.1.2.0-alpha</PackageVersion>
23+
<PackageVersion>0.1.2.1</PackageVersion>
2424
</PropertyGroup>
2525

2626
<ItemGroup>
2727
<None Include="README.md" Pack="true" PackagePath="\"/>
2828
</ItemGroup>
2929

3030
<ItemGroup>
31-
<PackageReference Include="ClassIsland.Core" Version="1.7.105-dev-v2">
31+
<PackageReference Include="ClassIsland.Core" Version="1.7.105.1-dev-v2">
3232
<ExcludeAssets>runtime; native</ExcludeAssets>
3333
</PackageReference>
3434
</ItemGroup>

SuperautoIsland/SuperautoIsland.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
<PropertyGroup>
1212
<Authors>lrs2187</Authors>
13-
<PackageVersion>0.1.2.0-alpha</PackageVersion>
13+
<PackageVersion>0.1.2.1</PackageVersion>
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="ClassIsland.PluginSdk" Version="1.7.105-dev-v2">
17+
<PackageReference Include="ClassIsland.PluginSdk" Version="1.7.105.1-dev-v2">
1818
<ExcludeAssets>runtime; native</ExcludeAssets>
1919
</PackageReference>
2020
<PackageReference Include="Microsoft.ClearScript.V8" Version="7.5.0" />

SuperautoIsland/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ name: SuperAutoIsland
77
description: 超级汽车岛
88
entranceAssembly: "SuperAutoIsland.dll"
99
url: https://github.com/lrsgzs/SuperAutoIsland
10-
version: 0.1.2.0
11-
apiVersion: 1.6.0.5
10+
version: 0.1.2.1
11+
apiVersion: 2.0.0.0
1212
author: lrsgzs
1313
readme: README.md
1414
icon: icon.png

0 commit comments

Comments
 (0)