Skip to content

Commit

Permalink
Merge pull request #53 from pleonex/feature/update-deps
Browse files Browse the repository at this point in the history
Update to Cake 1.3 and dependencies
  • Loading branch information
pleonex authored Oct 12, 2021
2 parents 0a887bb + b824f47 commit e5855a0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"cake.tool": {
"version": "1.1.0",
"version": "1.3.0",
"commands": [
"dotnet-cake"
]
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/vscode/devcontainers/dotnet:5.0

# Install Mono (soon won't be necessary (.NET 6?))
RUN apt install gnupg ca-certificates \
RUN apt install -y gnupg ca-certificates \
&& apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF \
&& echo "deb https://download.mono-project.com/repo/ubuntu stable-focal main" >> /etc/apt/sources.list.d/mono-official-stable.list \
&& apt update \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- published

env:
NET_SDK: '5.0.300'
NET_SDK: '5.0.402'

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions src/PleOps.Cake/documentation.cake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#load "setup.cake"

#tool nuget:?package=docfx.console&version=2.58.0
#tool nuget:?package=docfx.console&version=2.58.4
#addin nuget:?package=Cake.DocFx&version=1.0.0
#addin nuget:?package=Cake.Git&version=1.0.1
#addin nuget:?package=Cake.Git&version=1.1.0

using System.Linq;
using LibGit2Sharp;
Expand Down
2 changes: 1 addition & 1 deletion src/PleOps.Cake/releasenotes.cake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#load "setup.cake"
#tool "nuget:?package=gitreleasemanager&version=0.11.0"
#tool "nuget:?package=gitreleasemanager&version=0.12.1"
#addin nuget:?package=Octokit&version=0.50.0

using System.Linq;
Expand Down
4 changes: 2 additions & 2 deletions src/PleOps.Cake/setup.cake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#addin nuget:?package=Cake.Git&version=1.0.1
#tool dotnet:?package=GitVersion.Tool&version=5.6.10
#addin nuget:?package=Cake.Git&version=1.1.0
#tool dotnet:?package=GitVersion.Tool&version=5.7.0
using System.Collections.ObjectModel;
using System.Runtime.InteropServices;
using System.Reflection;
Expand Down

0 comments on commit e5855a0

Please sign in to comment.