Skip to content

Commit

Permalink
Updates docs, bumps cake to 0.28, version to 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaMarkic committed Jun 11, 2018
1 parent 71bc8c8 commit 4785c92
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ Including addin in cake script is easy.
```
## Commands supported

**BREAKING**: Since 0.9 references Cake 0.26 (and goes .NET Standard 2.0 only)
**Cake references**

* 0.9.4: Cake 0.28

- 0.9 references Cake 0.26 (and goes .NET Standard 2.0 only)

**Important**: Docker 17.* is supported since v0.8 and background compatibility is dropped (most notably, array arguments are converter to strings). If you wish to match older docker versions, user an older Cake.Docker version.

Expand Down
5 changes: 5 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Cake.Docker 0.9.4

* DockerCreate returns container id
* References Cake 0.28

# Cake.Docker 0.9.3

* Changes memory arguments from UInt64 to string
Expand Down
4 changes: 2 additions & 2 deletions src/Cake.Docker/Cake.Docker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<IncludeSymbols>true</IncludeSymbols>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<PackageReleaseNotes>See https://github.com/MihaMarkic/Cake.Docker/blob/master/ReleaseNotes.md</PackageReleaseNotes>
<Version>0.9.3</Version>
<Version>0.9.4</Version>
<PackageIconUrl>https://cdn.rawgit.com/cake-contrib/graphics/a5cf0f881c390650144b2243ae551d5b9f836196/png/cake-contrib-medium.png</PackageIconUrl>
</PropertyGroup>

Expand All @@ -36,7 +36,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Cake.Core" Version="0.26.0">
<PackageReference Include="Cake.Core" Version="0.28.0">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
</ItemGroup>
Expand Down

0 comments on commit 4785c92

Please sign in to comment.