diff --git a/Anto.Abp.Microservice.Template.csproj b/Anto.Abp.Microservice.Template.csproj index 0dbf54a7..f7ac004e 100644 --- a/Anto.Abp.Microservice.Template.csproj +++ b/Anto.Abp.Microservice.Template.csproj @@ -2,7 +2,7 @@ Template - 1.1.0 + 1.1.1 net7.0 Anto.Abp.Microservice.Template Abp Microservice Template diff --git a/CHANGELOG.md b/CHANGELOG.md index 0491e407..e0e65f8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. See [versionize](https://github.com/versionize/versionize) for commit guidelines. + +## [1.1.1](https://www.github.com/antosubash/AbpMicroservice/releases/tag/v1.1.1) (2023-2-21) + +### Bug Fixes + +* updated the database name to append the project name ([b73991e](https://www.github.com/antosubash/AbpMicroservice/commit/b73991e1b7f560e77b63ba2922615c3ff94209b5)) + +### Other + +* Merge pull request #60 from antosubash/abp7 ([809ea4a](https://www.github.com/antosubash/AbpMicroservice/commit/809ea4afa23fa40f14d9ae63ba142f3f2424ba62)) +* Merge pull request #61 from antosubash/database-name-change ([365476e](https://www.github.com/antosubash/AbpMicroservice/commit/365476e916de5714a67688d2d5f21e6aa3a57ca4)) +* updated read me and added licence ([1acbb47](https://www.github.com/antosubash/AbpMicroservice/commit/1acbb478f5cb63bf083818efcd0b5117b0e37ce2)) + ## [1.1.0](https://www.github.com/antosubash/AbpMicroservice/releases/tag/v1.1.0) (2023-2-21) diff --git a/src/common.props b/src/common.props index 4fb650a8..becb508c 100644 --- a/src/common.props +++ b/src/common.props @@ -1,6 +1,6 @@ latest - 1.1.0 + 1.1.1 \ No newline at end of file diff --git a/src/services/administration/common.props b/src/services/administration/common.props index 268329d7..29853761 100644 --- a/src/services/administration/common.props +++ b/src/services/administration/common.props @@ -1,7 +1,7 @@ latest - 1.1.0 + 1.1.1 $(NoWarn);CS1591 module diff --git a/src/services/identity/common.props b/src/services/identity/common.props index 268329d7..29853761 100644 --- a/src/services/identity/common.props +++ b/src/services/identity/common.props @@ -1,7 +1,7 @@ latest - 1.1.0 + 1.1.1 $(NoWarn);CS1591 module diff --git a/src/services/projects/common.props b/src/services/projects/common.props index 268329d7..29853761 100644 --- a/src/services/projects/common.props +++ b/src/services/projects/common.props @@ -1,7 +1,7 @@ latest - 1.1.0 + 1.1.1 $(NoWarn);CS1591 module diff --git a/src/services/saas/common.props b/src/services/saas/common.props index 268329d7..29853761 100644 --- a/src/services/saas/common.props +++ b/src/services/saas/common.props @@ -1,7 +1,7 @@ latest - 1.1.0 + 1.1.1 $(NoWarn);CS1591 module