Skip to content

Commit

Permalink
Version 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaMarkic committed Oct 28, 2023
1 parent ecad110 commit f9b58f7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Cake.Docker 1.2.3

* Fixes incorrect (regression) DockerComposeUpSettings.Scale type (thanks [Davy Courvoisier](https://github.com/davy-oo))
* Updates release notes with warning of DetachedMode -> Detach (thanks [Pascal Berger](https://github.com/pascalberger))
* Adds more unit tests and other internal fixes (thanks [Deep](https://github.com/deeps-vmware))

# Cake.Docker 1.2.2

* Fixes DockerComposeUpSettings not inherting from DockerComposeSettings introduces in previous version
Expand Down
1 change: 1 addition & 0 deletions src/Cake.Docker.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
..\.gitignore = ..\.gitignore
build.cake = build.cake
build.ps1 = build.ps1
..\README.md = ..\README.md
..\ReleaseNotes.md = ..\ReleaseNotes.md
EndProjectSection
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.Docker/Cake.Docker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<IncludeSymbols>true</IncludeSymbols>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<PackageReleaseNotes>See https://github.com/MihaMarkic/Cake.Docker/blob/master/ReleaseNotes.md</PackageReleaseNotes>
<Version>1.2.2</Version>
<Version>1.2.3</Version>
<PackageIconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics/png/addin/cake-contrib-addin-medium.png</PackageIconUrl>
<PackageIcon>icon.png</PackageIcon>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down

0 comments on commit f9b58f7

Please sign in to comment.