File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed
botbuilder-spring-boot-autoconfig
botbuilder-spring-boot-starter Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
- # [ ] ( https://github.com/PowerBotKit/botbuilder-spring-boot/compare/v0.0.1...v ) (2021-09-24)
1
+ ## [ 0.0.2] ( https://github.com/PowerBotKit/botbuilder-spring-boot/compare/v0.0.1...v0.0.2 ) (2021-09-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * implement com.microsoft.bot.integration.Configuration#methods ([ 9c1ef3f] ( https://github.com/PowerBotKit/botbuilder-spring-boot/commit/9c1ef3f14f481581c0281fcd5e73fa8b02bcd14e ) )
2
7
3
8
4
9
## [ 0.0.1] ( https://github.com/PowerBotKit/botbuilder-spring-boot/compare/d7fcbaa191f08c15dcf74f53670f7092cd2bcb50...v0.0.1 ) (2021-09-15)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ add dependency
10
10
<dependency >
11
11
<groupId >io.github.powerbotkit</groupId >
12
12
<artifactId >botbuilder-spring-boot-starter</artifactId >
13
- <version >0.0.1 </version >
13
+ <version >0.0.2 </version >
14
14
</dependency >
15
15
```
16
16
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >botbuilder-spring-boot</artifactId >
5
5
<groupId >io.github.powerbotkit</groupId >
6
- <version >0.0.1 </version >
6
+ <version >0.0.2 </version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
<name >botbuilder-spring-boot-autoconfig</name >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >botbuilder-spring-boot</artifactId >
5
5
<groupId >io.github.powerbotkit</groupId >
6
- <version >0.0.1 </version >
6
+ <version >0.0.2 </version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
<name >botbuilder-spring-boot-starter</name >
Original file line number Diff line number Diff line change 4
4
<groupId >io.github.powerbotkit</groupId >
5
5
<artifactId >botbuilder-spring-boot</artifactId >
6
6
<packaging >pom</packaging >
7
- <version >0.0.1 </version >
7
+ <version >0.0.2 </version >
8
8
<name >botbuilder-spring-boot</name >
9
9
<description >a simple starter for spring boot and bot framework</description >
10
10
<url >https://github.com/PowerBotKit/botbuilder-spring-boot</url >
You can’t perform that action at this time.
0 commit comments