Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
feat: upgrade to netcore 3.1.3
Browse files Browse the repository at this point in the history
* chore: wip upgrade to 3.1.4

* fix: wip fixing template

* fix: wip fixing template

* fix: wip fixing template

* fix: wip move to 314

* fix: wip move to 314

* fix: wip move to 314

* fix: wip move to 314

* fix: wip move to 314

* fix: wip move to 314

* fix: wip move to 314
  • Loading branch information
CumpsD authored May 26, 2020
1 parent 602b662 commit 5525364
Show file tree
Hide file tree
Showing 71 changed files with 5,137 additions and 4,577 deletions.
4 changes: 2 additions & 2 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"isRoot": true,
"tools": {
"fake-cli": {
"version": "5.19.0",
"version": "5.20.0",
"commands": [
"fake"
]
},
"paket": {
"version": "5.241.6",
"version": "5.245.1",
"commands": [
"paket"
]
Expand Down
22 changes: 21 additions & 1 deletion COMMANDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,13 @@ dotnet new be-registry -h
# Check what a template would install

```bash
dotnet new be-registry --dry-run
dotnet new be-registry --dry-run \
-n PublicServiceRegistry \
-aggregate PublicService \
-desc "Authentic base registry containing public services of Flanders." \
-company "agentschap Informatie Vlaanderen" \
-email informatie.vlaanderen@vlaanderen.be \
-site https://vlaanderen.be/informatie-vlaanderen
```

# Create a new registry
Expand Down Expand Up @@ -61,6 +67,20 @@ dotnet new be-registry \
The template "Basisregisters Vlaanderen Registry" was created successfully.
```

```bash
dotnet new be-registry -n MunicipalityRegistry -aggregate Municipalit -desc "Authentic base registry containing public services of Flanders." -company "agentschap Informatie Vlaanderen" -email informatie.vlaanderen@vlaanderen.be -site https://vlaanderen.be/informatie-vlaanderen

dotnet new be-registry \
-n MunicipalityRegistry \
-aggregate Municipality \
-desc "Authentic base registry containing public services of Flanders." \
-company "agentschap Informatie Vlaanderen" \
-email informatie.vlaanderen@vlaanderen.be \
-site https://vlaanderen.be/informatie-vlaanderen

The template "Basisregisters Vlaanderen Registry" was created successfully.
```

# All in one packaging & installing

```bash
Expand Down
4 changes: 2 additions & 2 deletions build.fsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#r "paket:
version 5.241.6
version 5.245.1
framework: netstandard20
source https://api.nuget.org/v3/index.json
nuget Be.Vlaanderen.Basisregisters.Build.Pipeline 4.1.0 //"
Expand All @@ -19,7 +19,7 @@ let packTemplate _ =
{ p with
ToolType = ToolType.CreateLocalTool()
BuildConfig = "Release"
OutputPath = buildDir @@ "nuget"
OutputPath = buildDir
Version = nugetVersion
TemplateFile = "src" @@ "Be.Vlaanderen.Basisregisters.Templates" @@ "paket.template"
}
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"@semantic-release/exec": "5.0.0",
"@semantic-release/git": "9.0.0",
"@semantic-release/npm": "7.0.5",
"@semantic-release/github": "7.0.6",
"@semantic-release/github": "7.0.7",
"@semantic-release/release-notes-generator": "9.0.1",
"commitizen": "4.1.2",
"cz-conventional-changelog": "3.2.0",
"husky": "4.2.5",
"form-data": "3.0.0",
"semantic-release": "17.0.7",
"semantic-release": "17.0.8",
"merge": "1.2.1"
},
"scripts": {
Expand Down Expand Up @@ -133,7 +133,7 @@
"path": "@semantic-release/github",
"assets": [
{
"path": "dist/**/*.nupkg"
"path": "dist/*.nupkg"
}
]
}
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"version": 1,
"isRoot": true,
"tools": {
"fake-cli": {
"version": "5.20.0",
"commands": [
"fake"
]
},
"paket": {
"version": "5.245.1",
"commands": [
"paket"
]
},
"dotnet-ef": {
"version": "3.1.4",
"commands": [
"dotnet-ef"
]
}
}
}
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @cumpsd
Loading

0 comments on commit 5525364

Please sign in to comment.