Skip to content

Commit 44f9b50

Browse files
authored
Merge pull request #22 from stop-pattern/feature/atsex-2.0.8
BveEXをv2.0.8に更新
2 parents 9e50d31 + 879f0d9 commit 44f9b50

8 files changed

Lines changed: 26 additions & 26 deletions

File tree

Extension/Extension.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="BveEx.CoreExtensions" Version="2.0.0" />
13+
<PackageReference Include="BveEx.CoreExtensions" Version="2.0.8" />
1414
</ItemGroup>
1515

1616
</Project>

Extension/packages.lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
".NETFramework,Version=v4.8": {
55
"BveEx.CoreExtensions": {
66
"type": "Direct",
7-
"requested": "[2.0.0, )",
8-
"resolved": "2.0.0",
9-
"contentHash": "GEjHTJbW9BiDOXVBsvwtX9TpNF3l9uzvjXgPicHhp/dOWheJwWLVQQFFEEwHQPuSPIOu4uWEwBJc8xUPtCsTcg==",
7+
"requested": "[2.0.8, )",
8+
"resolved": "2.0.8",
9+
"contentHash": "r35lDGdLYG/5PVcjBC/aawM10QtPu5yrrtEy751bF0eWPUAaUI7b1PgMvNApqVuUK7x/nUE34/7kqIkIEYU/TQ==",
1010
"dependencies": {
11-
"BveEx.PluginHost": "2.0.0"
11+
"BveEx.PluginHost": "2.0.8"
1212
}
1313
},
1414
"BveEx.PluginHost": {
1515
"type": "Transitive",
16-
"resolved": "2.0.0",
17-
"contentHash": "kH1aCuUFISW1/LFyNx1Jm0Y3j9evwzw+w7LLJ+ZUagA4FGLGDRdwPVsa5/vGaySwhOWDXPQdOAi0d0stB2KeZg=="
16+
"resolved": "2.0.8",
17+
"contentHash": "fa52UOSSwpAXgigrZLE0EMAJj/LbxHHMTqhaMR75WYs0g3oprBMYI/GqsrIrgnc45ciFZWhriupAzyPVh4auTg=="
1818
}
1919
}
2020
}

MapPlugin/MapPlugin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="BveEx.CoreExtensions" Version="2.0.0" />
13+
<PackageReference Include="BveEx.CoreExtensions" Version="2.0.8" />
1414
</ItemGroup>
1515

1616
</Project>

MapPlugin/packages.lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
".NETFramework,Version=v4.8": {
55
"BveEx.CoreExtensions": {
66
"type": "Direct",
7-
"requested": "[2.0.0, )",
8-
"resolved": "2.0.0",
9-
"contentHash": "GEjHTJbW9BiDOXVBsvwtX9TpNF3l9uzvjXgPicHhp/dOWheJwWLVQQFFEEwHQPuSPIOu4uWEwBJc8xUPtCsTcg==",
7+
"requested": "[2.0.8, )",
8+
"resolved": "2.0.8",
9+
"contentHash": "r35lDGdLYG/5PVcjBC/aawM10QtPu5yrrtEy751bF0eWPUAaUI7b1PgMvNApqVuUK7x/nUE34/7kqIkIEYU/TQ==",
1010
"dependencies": {
11-
"BveEx.PluginHost": "2.0.0"
11+
"BveEx.PluginHost": "2.0.8"
1212
}
1313
},
1414
"BveEx.PluginHost": {
1515
"type": "Transitive",
16-
"resolved": "2.0.0",
17-
"contentHash": "kH1aCuUFISW1/LFyNx1Jm0Y3j9evwzw+w7LLJ+ZUagA4FGLGDRdwPVsa5/vGaySwhOWDXPQdOAi0d0stB2KeZg=="
16+
"resolved": "2.0.8",
17+
"contentHash": "fa52UOSSwpAXgigrZLE0EMAJj/LbxHHMTqhaMR75WYs0g3oprBMYI/GqsrIrgnc45ciFZWhriupAzyPVh4auTg=="
1818
}
1919
}
2020
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929

3030

3131
## 依存環境
32-
- [BveEx.CoreExtensions](https://www.nuget.org/packages/BveEx.CoreExtensions/) (2.0.0)
33-
- [BveEx.PluginHost](https://www.nuget.org/packages/BveEx.PluginHost/) (2.0.0)
32+
- [BveEx.CoreExtensions](https://www.nuget.org/packages/BveEx.CoreExtensions/) (2.0.8)
33+
- [BveEx.PluginHost](https://www.nuget.org/packages/BveEx.PluginHost/) (2.0.8)
3434

3535
間接参照を含めたすべての依存情報については、各プロジェクトのフォルダにある `packages.lock.json` をご確認ください。
3636

README_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
## 開発環境
198198
**Todo: 開発環境を必要に応じて変更**
199199
- [BveEX](https://github.com/automatic9045/BveEX)
200-
- [ver2.0 - v2.0.41222.1](https://github.com/automatic9045/BveEX/releases/tag/v2.0.41222.1)
200+
- [ver2.0.8 - v2.0.50428.1](https://github.com/automatic9045/BveEX/releases/tag/v2.0.41222.1)
201201
- Win10 22H2
202202
- Visual Studio 2022
203203
- Microsoft Visual Studio Community 2022 (64 ビット) - Current Version 17.5.3
@@ -208,8 +208,8 @@
208208

209209
## 依存環境
210210
**Todo: 依存環境を必要に応じて変更**
211-
- BveEx.CoreExtensions (2.0.0)
212-
- BveEx.PluginHost (2.0.0)
211+
- BveEx.CoreExtensions (2.0.8)
212+
- BveEx.PluginHost (2.0.8)
213213

214214
(開発者向け)
215215
間接参照を含めたすべての依存情報については、各プロジェクトのフォルダにある `packages.lock.json` をご確認ください。

VehiclePlugin/VehiclePlugin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="BveEx.CoreExtensions" Version="2.0.0" />
13+
<PackageReference Include="BveEx.CoreExtensions" Version="2.0.8" />
1414
</ItemGroup>
1515

1616
</Project>

VehiclePlugin/packages.lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
".NETFramework,Version=v4.8": {
55
"BveEx.CoreExtensions": {
66
"type": "Direct",
7-
"requested": "[2.0.0, )",
8-
"resolved": "2.0.0",
9-
"contentHash": "GEjHTJbW9BiDOXVBsvwtX9TpNF3l9uzvjXgPicHhp/dOWheJwWLVQQFFEEwHQPuSPIOu4uWEwBJc8xUPtCsTcg==",
7+
"requested": "[2.0.8, )",
8+
"resolved": "2.0.8",
9+
"contentHash": "r35lDGdLYG/5PVcjBC/aawM10QtPu5yrrtEy751bF0eWPUAaUI7b1PgMvNApqVuUK7x/nUE34/7kqIkIEYU/TQ==",
1010
"dependencies": {
11-
"BveEx.PluginHost": "2.0.0"
11+
"BveEx.PluginHost": "2.0.8"
1212
}
1313
},
1414
"BveEx.PluginHost": {
1515
"type": "Transitive",
16-
"resolved": "2.0.0",
17-
"contentHash": "kH1aCuUFISW1/LFyNx1Jm0Y3j9evwzw+w7LLJ+ZUagA4FGLGDRdwPVsa5/vGaySwhOWDXPQdOAi0d0stB2KeZg=="
16+
"resolved": "2.0.8",
17+
"contentHash": "fa52UOSSwpAXgigrZLE0EMAJj/LbxHHMTqhaMR75WYs0g3oprBMYI/GqsrIrgnc45ciFZWhriupAzyPVh4auTg=="
1818
}
1919
}
2020
}

0 commit comments

Comments
 (0)