new version
parent
921773ecb5
commit
c31a3a96f7
|
@ -1,7 +1,7 @@
|
||||||
<Project>
|
<Project>
|
||||||
<Import Project="dependencies.props" />
|
<Import Project="dependencies.props" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>1.0.2</Version>
|
<Version>1.0.3</Version>
|
||||||
<Authors>Tudor Stanciu</Authors>
|
<Authors>Tudor Stanciu</Authors>
|
||||||
<Company>STA</Company>
|
<Company>STA</Company>
|
||||||
<PackageTags>NetworkResurrector</PackageTags>
|
<PackageTags>NetworkResurrector</PackageTags>
|
||||||
|
|
|
@ -20,4 +20,11 @@
|
||||||
Integration with local Identity Server.
|
Integration with local Identity Server.
|
||||||
</Content>
|
</Content>
|
||||||
</Note>
|
</Note>
|
||||||
|
<Note>
|
||||||
|
<Version>1.0.3</Version>
|
||||||
|
<Content>
|
||||||
|
Added NetworkResurrector.Agent service
|
||||||
|
Upgrade services to net5.0
|
||||||
|
</Content>
|
||||||
|
</Note>
|
||||||
</ReleaseNotes>
|
</ReleaseNotes>
|
|
@ -1,8 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
echo "Welcome!"
|
echo "Welcome!"
|
||||||
|
|
||||||
version="1.0.2"
|
version="1.0.3"
|
||||||
oldver="1.0.1"
|
oldver="1.0.2"
|
||||||
|
|
||||||
echo "Pull docker image network-resurrector-api:$version from registry."
|
echo "Pull docker image network-resurrector-api:$version from registry."
|
||||||
docker pull alpine-nexus:8500/network-resurrector/network-resurrector-api:$version
|
docker pull alpine-nexus:8500/network-resurrector/network-resurrector-api:$version
|
||||||
|
|
Loading…
Reference in New Issue