Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion GitHubReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
https://github.com/StefH/GitHubReleaseNotes

GitHubReleaseNotes.exe . --output ReleaseNotes.md --language en --version 1.0.18.0
GitHubReleaseNotes.exe . --output ReleaseNotes.md --language en --version 1.0.19.0
4 changes: 2 additions & 2 deletions StandAlone.NETCoreApp/StandAlone.NETCoreApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="WireMock.Net" Version="1.0.18" />
<PackageReference Include="WireMock.Net.StandAlone" Version="1.0.18" />
<PackageReference Include="WireMock.Net" Version="1.0.19" />
<PackageReference Include="WireMock.Net.StandAlone" Version="1.0.19" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions StandAlone.NETCoreApp/create_how_to.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ docker rmi $(docker images -f "dangling=true" -q)
### 3. Tag

``` cmd
docker tag sheyenrath/wiremock.net-nanoserver-1809:latest sheyenrath/wiremock.net-nanoserver-1809:1.0.18
docker tag sheyenrath/wiremock.net-nanoserver-1809:latest sheyenrath/wiremock.net-nanoserver-1809:1.0.19
```

### 4. Push

``` cmd
docker push sheyenrath/wiremock.net-nanoserver-1809:latest
docker push sheyenrath/wiremock.net-nanoserver-1809:1.0.18
docker push sheyenrath/wiremock.net-nanoserver-1809:1.0.19
```
2 changes: 1 addition & 1 deletion azure-pipelines-windows-2019.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ variables:
buildConfiguration: 'Release'
imageName: 'wiremock.net-windows-2019'
buildProjects: '**/StandAlone.NETCoreApp.csproj'
tag: '1.0.18'
tag: '1.0.19'

steps:
# Build StandAlone.NETCoreApp
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.nano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ variables:
buildConfiguration: 'Release'
imageName1803: 'wiremock.net-nanoserver-1803'
buildProjects: '**/StandAlone.NETCoreApp.csproj'
tag: '1.0.18'
tag: '1.0.19'

steps:
# Build StandAlone.NETCoreApp
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ variables:
buildConfiguration: 'Release'
imageName: 'wiremock.net'
buildProjects: '**/StandAlone.NETCoreApp.csproj'
tag: '1.0.18'
tag: '1.0.19'

steps:
# Build StandAlone.NETCoreApp
Expand Down