Skip to content

Commit 52cda20

Browse files
authored
Update to Steeltoe 4.0.0 and 3.3.0 (#15)
1 parent d424d3e commit 52cda20

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Version.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
</PropertyGroup>
66

77
<PropertyGroup>
8-
<SteeltoeVersion>4.0.0-rc1</SteeltoeVersion>
9-
<SteeltoeUtilsVersion>3.2.8</SteeltoeUtilsVersion>
8+
<SteeltoeVersion>4.0.0</SteeltoeVersion>
9+
<SteeltoeUtilsVersion>3.3.0</SteeltoeUtilsVersion>
1010
<SwashbuckleVersion>6.5.0</SwashbuckleVersion>
1111
</PropertyGroup>
1212

install-template.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env sh
22

3-
dotnet nuget add source https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json -n SteeltoeDev
3+
dotnet nuget add source https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json -n Steeltoe-ci
44

55
if [[ -z "$TEMPLATE_CHECKOUT_TARGET" ]] ;then
66
dotnet new install Steeltoe.NetCoreTool.Templates::${templates_version} &&\

0 commit comments

Comments
 (0)