File tree 4 files changed +22
-5
lines changed
4 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 3.0 .0"
2
+ "." : " 3.1 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
20
## [ 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)
4
21
5
22
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
3
<MsBuildAllProjects >$(MsBuildAllProjects);$(MsBuildThisFileFullPath)</MsBuildAllProjects >
4
- <VersionPrefix >3.0 .0</VersionPrefix >
4
+ <VersionPrefix >3.1 .0</VersionPrefix >
5
5
</PropertyGroup >
6
6
<PropertyGroup >
7
7
<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 >
9
9
</PropertyGroup >
10
10
<Choose >
11
11
<When Condition =" '$(Prerelease)' != '' " >
17
17
</When >
18
18
<When Condition =" '$(GITHUB_RELEASE)' == 'true' " >
19
19
<PropertyGroup >
20
- <VersionSuffix ></ VersionSuffix >
20
+ <VersionSuffix / >
21
21
</PropertyGroup >
22
22
</When >
23
23
<Otherwise >
Original file line number Diff line number Diff line change 1
- 3.0 .0
1
+ 3.1 .0
You can’t perform that action at this time.
0 commit comments