Skip to content

Commit

Permalink
chore(release): 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
antosubash committed Feb 18, 2023
1 parent a755aaa commit 02514bf
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>0.1.2</Version>
<Version>0.1.3</Version>
<TargetFramework>net6.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="0.1.3"></a>
## [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))

<a name="0.1.2"></a>
## [0.1.2](https://www.github.com/antosubash/AbpMicroservice/releases/tag/v0.1.2) (2023-2-18)

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>0.1.2</Version>
<Version>0.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>0.1.2</Version>
<Version>0.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>0.1.2</Version>
<Version>0.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>0.1.2</Version>
<Version>0.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>0.1.2</Version>
<Version>0.1.3</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<AbpProjectType>module</AbpProjectType>
</PropertyGroup>
Expand Down

0 comments on commit 02514bf

Please sign in to comment.