Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
antosubash committed Jul 17, 2024
2 parents 798fcd1 + cde4f57 commit 8b6493c
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>1.2.0</Version>
<Version>1.3.0</Version>
<TargetFramework>net8.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.3.0"></a>
## [1.3.0](https://www.github.com/antosubash/AbpMicroservice/releases/tag/v1.3.0) (2024-07-17)

### Features

* added .net aspire ([b5270da](https://www.github.com/antosubash/AbpMicroservice/commit/b5270da7da9a15a4f6e49c06b8e28c0fee9c41ec))

### Other

* aspire working ([54137da](https://www.github.com/antosubash/AbpMicroservice/commit/54137daa56fa32a6201b7740e5deb9ea924e2f16))
* Merge pull request #74 from antosubash/aspire-youtube ([e72138f](https://www.github.com/antosubash/AbpMicroservice/commit/e72138f758d19b281613155fce70008b2de94b6f))
* install Aspire workload ([fdbc8d3](https://www.github.com/antosubash/AbpMicroservice/commit/fdbc8d3c2027294086892481e8f7a09b232335f3))
* update .NET version to 8.0.x ([039cc35](https://www.github.com/antosubash/AbpMicroservice/commit/039cc35c03696f7b5e6b6d8a7a11193692adf5a9))
* update .NET version to 8.0.x ([b5c2974](https://www.github.com/antosubash/AbpMicroservice/commit/b5c29746dac04d57aa4fd65d6f36f3dba8caf97b))

<a name="1.2.0"></a>
## [1.2.0](https://www.github.com/antosubash/AbpMicroservice/releases/tag/v1.2.0) (2024-01-19)

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.2.0</Version>
<Version>1.3.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>1.2.0</Version>
<Version>1.3.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>1.2.0</Version>
<Version>1.3.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>1.2.0</Version>
<Version>1.3.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>1.2.0</Version>
<Version>1.3.0</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<AbpProjectType>module</AbpProjectType>
</PropertyGroup>
Expand Down

0 comments on commit 8b6493c

Please sign in to comment.