diff --git a/Anto.Abp.Microservice.Template.csproj b/Anto.Abp.Microservice.Template.csproj index b300bab6..0f77b566 100644 --- a/Anto.Abp.Microservice.Template.csproj +++ b/Anto.Abp.Microservice.Template.csproj @@ -2,7 +2,7 @@ Template - 0.1.2 + 0.1.3 net6.0 Anto.Abp.Microservice.Template Abp Microservice Template diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a5c701c..f60b2642 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [versionize](https://github.com/versionize/versionize) for commit guidelines. + +## [0.1.3](https://www.github.com/antosubash/AbpMicroservice/releases/tag/v0.1.3) (2023-2-18) + +### Bug Fixes + +* updated the csproj with common.props ([a755aaa](https://www.github.com/antosubash/AbpMicroservice/commit/a755aaab20a977bcbae93cf364917317d69a02d4)) + +### Other + +* Merge pull request #55 from antosubash/template ([0f52ab1](https://www.github.com/antosubash/AbpMicroservice/commit/0f52ab14ff5f30c4790c1ddcc86acb8137299a1b)) + ## [0.1.2](https://www.github.com/antosubash/AbpMicroservice/releases/tag/v0.1.2) (2023-2-18) diff --git a/src/common.props b/src/common.props index 002358fc..6f4f9f91 100644 --- a/src/common.props +++ b/src/common.props @@ -1,6 +1,6 @@ latest - 0.1.2 + 0.1.3 \ No newline at end of file diff --git a/src/services/administration/common.props b/src/services/administration/common.props index b2c5b1e3..8d36ef1e 100644 --- a/src/services/administration/common.props +++ b/src/services/administration/common.props @@ -1,7 +1,7 @@ latest - 0.1.2 + 0.1.3 $(NoWarn);CS1591 module diff --git a/src/services/identity/common.props b/src/services/identity/common.props index b2c5b1e3..8d36ef1e 100644 --- a/src/services/identity/common.props +++ b/src/services/identity/common.props @@ -1,7 +1,7 @@ latest - 0.1.2 + 0.1.3 $(NoWarn);CS1591 module diff --git a/src/services/projects/common.props b/src/services/projects/common.props index b2c5b1e3..8d36ef1e 100644 --- a/src/services/projects/common.props +++ b/src/services/projects/common.props @@ -1,7 +1,7 @@ latest - 0.1.2 + 0.1.3 $(NoWarn);CS1591 module diff --git a/src/services/saas/common.props b/src/services/saas/common.props index b2c5b1e3..8d36ef1e 100644 --- a/src/services/saas/common.props +++ b/src/services/saas/common.props @@ -1,7 +1,7 @@ latest - 0.1.2 + 0.1.3 $(NoWarn);CS1591 module