Skip to content

Commit 7c91b10

Browse files
authored
Merge pull request #27 from hermanho/release-please--branches--main--components--Postal.AspNetCore
chore(main): release Postal.AspNetCore 3.1.0
2 parents 6b31ae9 + 454e133 commit 7c91b10

File tree

4 files changed

+22
-5
lines changed

4 files changed

+22
-5
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.0.0"
2+
".": "3.1.0"
33
}

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [3.1.0](https://github.com/hermanho/postal.aspnetcore/compare/Postal.AspNetCore-v3.0.0...Postal.AspNetCore-v3.1.0) (2023-09-14)
4+
5+
6+
### Features
7+
8+
* update dependency ([4e23072](https://github.com/hermanho/postal.aspnetcore/commit/4e23072ac56f2e2f034d343cb29919003790e1f0))
9+
* use endpoint routing ([c4d6e98](https://github.com/hermanho/postal.aspnetcore/commit/c4d6e98636fc3c2612d8c8384b34ad4b5b3084ec))
10+
11+
12+
### Bug Fixes
13+
14+
* cicd ([1f7a908](https://github.com/hermanho/postal.aspnetcore/commit/1f7a90855a523b30bdd55555f21514b539dbc726))
15+
* Headers are read-only, response has already started ([d8ff521](https://github.com/hermanho/postal.aspnetcore/commit/d8ff5211a2621bdd78684417e2724770b2269c5e))
16+
* null check ([6ff20eb](https://github.com/hermanho/postal.aspnetcore/commit/6ff20eb44c18525152e7b29dbe1fc15373a95d49))
17+
* remove tools directory ([3e69864](https://github.com/hermanho/postal.aspnetcore/commit/3e6986450c82438e8d0c88088bbb21b58b2394cf))
18+
* test case ([1d44737](https://github.com/hermanho/postal.aspnetcore/commit/1d44737ec4c79af17dfacb21b0b1bb89aa3958b4))
19+
320
## [3.0.0](https://github.com/hermanho/postal.aspnetcore/compare/Postal.AspNetCore-v3.0.0-pre.3...Postal.AspNetCore-v3.0.0) (2023-09-12)
421

522

Directory.Build.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Project>
22
<PropertyGroup>
33
<MsBuildAllProjects>$(MsBuildAllProjects);$(MsBuildThisFileFullPath)</MsBuildAllProjects>
4-
<VersionPrefix>3.0.0</VersionPrefix>
4+
<VersionPrefix>3.1.0</VersionPrefix>
55
</PropertyGroup>
66
<PropertyGroup>
77
<TODAY>$([System.DateTime]::Now.ToString("yyyyMMdd-hhmmss"))</TODAY>
8-
<InformationalVersion Condition=" '$(SHORT_SHA)' != '' ">$(InformationalVersion)git:$(SHORT_SHA)</InformationalVersion>
8+
<InformationalVersion Condition=" '$(SHORT_SHA)' != '' ">$(InformationalVersion)git:$(SHORT_SHA)</InformationalVersion>
99
</PropertyGroup>
1010
<Choose>
1111
<When Condition=" '$(Prerelease)' != '' ">
@@ -17,7 +17,7 @@
1717
</When>
1818
<When Condition=" '$(GITHUB_RELEASE)' == 'true' ">
1919
<PropertyGroup>
20-
<VersionSuffix></VersionSuffix>
20+
<VersionSuffix/>
2121
</PropertyGroup>
2222
</When>
2323
<Otherwise>

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0
1+
3.1.0

0 commit comments

Comments
 (0)