Skip to content

Commit 0ee305c

Browse files
authored
Change Steeltoe 3.2 to 3.3 (#121)
1 parent 5f72272 commit 0ee305c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Content/NetCoreTool.Template.WebApi/CSharp/.template.config/ide.host.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
},
1919
"choices": [
2020
{
21-
"id": "3.2.*",
21+
"id": "3.3.*",
2222
"name": {
23-
"text": "Steeltoe 3.2"
23+
"text": "Steeltoe 3.3"
2424
}
2525
},
2626
{

src/Content/NetCoreTool.Template.WebApi/CSharp/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
"datatype": "choice",
151151
"choices": [
152152
{
153-
"choice": "3.2.*"
153+
"choice": "3.3.*"
154154
},
155155
{
156156
"choice": "4.0.*"

0 commit comments

Comments
 (0)