Skip to content

Commit

Permalink
Release 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas63 committed May 22, 2022
1 parent db62dac commit 5844d76
Show file tree
Hide file tree
Showing 29 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# --- properties for sonar cloud ---
sonar.projectKey=jhipster_jhipster-dotnetcore
sonar.projectVersion=3.5.0
sonar.projectVersion=3.6.0
sonar.organization=jhipster
sonar.host.url=https://sonarcloud.io
sonar.sources=generators
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'Nicolas Raymond'

# The full version, including alpha/beta/rc tags
release = '3.5.0'
release = '3.6.0'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-jhipster-dotnetcore",
"version": "3.5.0",
"version": "3.6.0",
"description": "",
"keywords": [
"yeoman-generator",
Expand Down
2 changes: 1 addition & 1 deletion test-integration/samples/gateway-app/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"otherModules": [
{
"name": "generator-jhipster-dotnetcore",
"version": "3.5.0"
"version": "3.6.0"
}
],
"blueprints": [
Expand Down
2 changes: 1 addition & 1 deletion test-integration/samples/jwt-with-angular-app/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"otherModules": [
{
"name": "generator-jhipster-dotnetcore",
"version": "3.5.0"
"version": "3.6.0"
}
],
"blueprints": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"otherModules": [
{
"name": "generator-jhipster-dotnetcore",
"version": "3.5.0"
"version": "3.6.0"
}
],
"blueprints": [
Expand Down
2 changes: 1 addition & 1 deletion test-integration/samples/jwt-with-blazor-app/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"otherModules": [
{
"name": "generator-jhipster-dotnetcore",
"version": "3.5.0"
"version": "3.6.0"
}
],
"blueprints": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"otherModules": [
{
"name": "generator-jhipster-dotnetcore",
"version": "3.5.0"
"version": "3.6.0"
}
],
"blueprints": [
Expand Down
2 changes: 1 addition & 1 deletion test-integration/samples/jwt-with-mongo-app/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"otherModules": [
{
"name": "generator-jhipster-dotnetcore",
"version": "3.5.0"
"version": "3.6.0"
}
],
"blueprints": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"otherModules": [
{
"name": "generator-jhipster-dotnetcore",
"version": "3.5.0"
"version": "3.6.0"
}
],
"blueprints": [
Expand Down
2 changes: 1 addition & 1 deletion test-integration/samples/jwt-with-mssql-app/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"otherModules": [
{
"name": "generator-jhipster-dotnetcore",
"version": "3.5.0"
"version": "3.6.0"
}
],
"blueprints": [
Expand Down
2 changes: 1 addition & 1 deletion test-integration/samples/jwt-with-mysql-app/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"otherModules": [
{
"name": "generator-jhipster-dotnetcore",
"version": "3.5.0"
"version": "3.6.0"
}
],
"blueprints": [
Expand Down
2 changes: 1 addition & 1 deletion test-integration/samples/jwt-with-oracle-app/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"otherModules": [
{
"name": "generator-jhipster-dotnetcore",
"version": "3.5.0"
"version": "3.6.0"
}
],
"blueprints": [
Expand Down
2 changes: 1 addition & 1 deletion test-integration/samples/jwt-with-postgres-app/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"otherModules": [
{
"name": "generator-jhipster-dotnetcore",
"version": "3.5.0"
"version": "3.6.0"
}
],
"blueprints": [
Expand Down
2 changes: 1 addition & 1 deletion test-integration/samples/jwt-with-react-app/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"otherModules": [
{
"name": "generator-jhipster-dotnetcore",
"version": "3.5.0"
"version": "3.6.0"
}
],
"enableTranslation": false,
Expand Down
2 changes: 1 addition & 1 deletion test-integration/samples/jwt-with-vue-app/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"otherModules": [
{
"name": "generator-jhipster-dotnetcore",
"version": "3.5.0"
"version": "3.6.0"
}
],
"enableTranslation": false,
Expand Down
2 changes: 1 addition & 1 deletion test-integration/samples/microservice-app/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"otherModules": [
{
"name": "generator-jhipster-dotnetcore",
"version": "3.5.0"
"version": "3.6.0"
}
],
"blueprints": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"otherModules": [
{
"name": "generator-jhipster-dotnetcore",
"version": "3.5.0"
"version": "3.6.0"
}
],
"enableTranslation": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"otherModules": [
{
"name": "generator-jhipster-dotnetcore",
"version": "3.5.0"
"version": "3.6.0"
}
],
"enableTranslation": false,
Expand Down
2 changes: 1 addition & 1 deletion test-integration/samples/oauth-with-mongo-app/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"otherModules": [
{
"name": "generator-jhipster-dotnetcore",
"version": "3.5.0"
"version": "3.6.0"
}
],
"blueprints": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"otherModules": [
{
"name": "generator-jhipster-dotnetcore",
"version": "3.5.0"
"version": "3.6.0"
}
],
"blueprints": [
Expand Down
2 changes: 1 addition & 1 deletion test-integration/samples/oauth-with-mssql-app/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"otherModules": [
{
"name": "generator-jhipster-dotnetcore",
"version": "3.5.0"
"version": "3.6.0"
}
],
"enableTranslation": false,
Expand Down
2 changes: 1 addition & 1 deletion test-integration/samples/oauth-with-mysql-app/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"otherModules": [
{
"name": "generator-jhipster-dotnetcore",
"version": "3.5.0"
"version": "3.6.0"
}
],
"enableTranslation": false,
Expand Down
2 changes: 1 addition & 1 deletion test-integration/samples/oauth-with-oracle-app/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"otherModules": [
{
"name": "generator-jhipster-dotnetcore",
"version": "3.5.0"
"version": "3.6.0"
}
],
"enableTranslation": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"otherModules": [
{
"name": "generator-jhipster-dotnetcore",
"version": "3.5.0"
"version": "3.6.0"
}
],
"enableTranslation": false,
Expand Down
2 changes: 1 addition & 1 deletion test-integration/samples/oauth-with-react-app/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"otherModules": [
{
"name": "generator-jhipster-dotnetcore",
"version": "3.5.0"
"version": "3.6.0"
}
],
"enableTranslation": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"otherModules": [
{
"name": "generator-jhipster-dotnetcore",
"version": "3.5.0"
"version": "3.6.0"
}
],
"blueprints": [
Expand Down
2 changes: 1 addition & 1 deletion test-integration/samples/oauth-with-vue-app/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"otherModules": [
{
"name": "generator-jhipster-dotnetcore",
"version": "3.5.0"
"version": "3.6.0"
}
],
"enableTranslation": false,
Expand Down

0 comments on commit 5844d76

Please sign in to comment.