Skip to content

Commit

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

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.0.0"></a>
## [1.0.0](https://www.github.com/antosubash/AbpMicroservice/releases/tag/v1.0.0) (2023-2-18)

### Features

* basic template working ([2f337d6](https://www.github.com/antosubash/AbpMicroservice/commit/2f337d6704da0ec4c0eb351387f95f1273a73d09))

### Breaking Changes

* basic template working ([2f337d6](https://www.github.com/antosubash/AbpMicroservice/commit/2f337d6704da0ec4c0eb351387f95f1273a73d09))

### Other

* Merge pull request #56 from antosubash/template ([cc8a606](https://www.github.com/antosubash/AbpMicroservice/commit/cc8a606439b9875307697d4b638019edda9290e6))

<a name="0.1.4"></a>
## [0.1.4](https://www.github.com/antosubash/AbpMicroservice/releases/tag/v0.1.4) (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.4</Version>
<Version>1.0.0</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.4</Version>
<Version>1.0.0</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.4</Version>
<Version>1.0.0</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.4</Version>
<Version>1.0.0</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.4</Version>
<Version>1.0.0</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<AbpProjectType>module</AbpProjectType>
</PropertyGroup>
Expand Down

0 comments on commit 1c2bcfc

Please sign in to comment.