Skip to content

Commit

Permalink
fix: move to 5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneD committed May 28, 2021
1 parent 5dff336 commit 75c30ae
Show file tree
Hide file tree
Showing 12 changed files with 2,032 additions and 4,381 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
"paket": {
"version": "6.0.0-beta8",
"version": "6.0.0-rc001",
"commands": [
"paket"
]
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2.3.4

- name: Cache NPM
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.6
env:
cache-name: cache-npm
with:
Expand All @@ -26,7 +26,7 @@ jobs:
${{ runner.os }}-build-${{ env.cache-name }}-
- name: Cache Paket
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.6
env:
cache-name: cache-paket
with:
Expand All @@ -36,7 +36,7 @@ jobs:
${{ runner.os }}-build-${{ env.cache-name }}-
- name: Cache Python
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.6
env:
cache-name: cache-pip
with:
Expand All @@ -48,15 +48,15 @@ jobs:
shell: bash

- name: Setup Node.js
uses: actions/setup-node@v2.1.4
uses: actions/setup-node@v2.1.5

- name: Setup .NET Core
uses: actions/setup-dotnet@v1.7.2
uses: actions/setup-dotnet@v1.8.0
with:
dotnet-version: ${{ secrets.VBR_DOTNET_VERSION }}

- name: Set up Python
uses: actions/setup-python@v2.2.1
uses: actions/setup-python@v2.2.2
with:
python-version: '3.x'

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 agentschap Informatie Vlaanderen
Copyright (c) 2021 Digitaal Vlaanderen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions build.fsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#r "paket:
version 6.0.0-beta8
version 6.0.0-rc001-beta8
framework: netstandard20
source https://api.nuget.org/v3/index.json
nuget Be.Vlaanderen.Basisregisters.Build.Pipeline 5.0.2 //"
nuget Be.Vlaanderen.Basisregisters.Build.Pipeline 5.0.3 //"

#load "packages/Be.Vlaanderen.Basisregisters.Build.Pipeline/Content/build-generic.fsx"

Expand Down
Loading

0 comments on commit 75c30ae

Please sign in to comment.