Skip to content

Commit

Permalink
chore(release): 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
antosubash committed Feb 21, 2023
1 parent 365476e commit d85a91f
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Anto.Abp.Microservice.Template.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageType>Template</PackageType>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<TargetFramework>net7.0</TargetFramework>
<PackageId>Anto.Abp.Microservice.Template</PackageId>
<Title>Abp Microservice Template</Title>
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="1.1.1"></a>
## [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))

<a name="1.1.0"></a>
## [1.1.0](https://www.github.com/antosubash/AbpMicroservice/releases/tag/v1.1.0) (2023-2-21)

Expand Down
2 changes: 1 addition & 1 deletion src/common.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion src/services/administration/common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<AbpProjectType>module</AbpProjectType>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/services/identity/common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<AbpProjectType>module</AbpProjectType>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/services/projects/common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<AbpProjectType>module</AbpProjectType>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/services/saas/common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<AbpProjectType>module</AbpProjectType>
</PropertyGroup>
Expand Down

0 comments on commit d85a91f

Please sign in to comment.