We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d424d3e commit 52cda20Copy full SHA for 52cda20
2 files changed
Version.props
@@ -5,8 +5,8 @@
5
</PropertyGroup>
6
7
<PropertyGroup>
8
- <SteeltoeVersion>4.0.0-rc1</SteeltoeVersion>
9
- <SteeltoeUtilsVersion>3.2.8</SteeltoeUtilsVersion>
+ <SteeltoeVersion>4.0.0</SteeltoeVersion>
+ <SteeltoeUtilsVersion>3.3.0</SteeltoeUtilsVersion>
10
<SwashbuckleVersion>6.5.0</SwashbuckleVersion>
11
12
install-template.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env sh
2
3
-dotnet nuget add source https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json -n SteeltoeDev
+dotnet nuget add source https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json -n Steeltoe-ci
4
if [[ -z "$TEMPLATE_CHECKOUT_TARGET" ]] ;then
dotnet new install Steeltoe.NetCoreTool.Templates::${templates_version} &&\
0 commit comments