Skip to content

Commit

Permalink
chore(release): 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
antosubash committed Feb 21, 2023
1 parent aa5595c commit 5947329
Show file tree
Hide file tree
Showing 7 changed files with 17 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.2</Version>
<Version>1.1.3</Version>
<TargetFramework>net7.0</TargetFramework>
<PackageId>Anto.Abp.Microservice.Template</PackageId>
<Title>Abp Microservice Template</Title>
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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

### Bug Fixes

* updated the docker file for Migrator ([b81d8a4](https://www.github.com/antosubash/AbpMicroservice/commit/b81d8a4167e6bf5ec36c3da329c039737628d6db))

### Other

* Merge pull request #63 from antosubash/database-name-change ([aa5595c](https://www.github.com/antosubash/AbpMicroservice/commit/aa5595cfc78f1c7092d276f1746b4b1434f0d252))

<a name="1.1.2"></a>
## [1.1.2](https://www.github.com/antosubash/AbpMicroservice/releases/tag/v1.1.2) (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.2</Version>
<Version>1.1.3</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.2</Version>
<Version>1.1.3</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.2</Version>
<Version>1.1.3</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.2</Version>
<Version>1.1.3</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.2</Version>
<Version>1.1.3</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<AbpProjectType>module</AbpProjectType>
</PropertyGroup>
Expand Down

0 comments on commit 5947329

Please sign in to comment.