Skip to content

Commit 0312a24

Browse files
authored
Merge pull request #139 from pusher/introduce_user_features
Introduce user features
2 parents 7dd85b7 + cec378b commit 0312a24

33 files changed

+1194
-375
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
- name: Prepare package
5454
run: |
5555
sed -i 's/<Version>[^<]*<\/Version>/<Version>${{ env.VERSION }}<\/Version>/' Root.Build.props
56+
sed -i 's/<AssemblyVersion>[^<]*<\/AssemblyVersion>/<AssemblyVersion>${{ env.VERSION }}.0<\/AssemblyVersion>/' Root.Build.props
57+
sed -i 's/<FileVersion>[^<]*<\/FileVersion>/<FileVersion>${{ env.VERSION }}.0<\/FileVersion>/' Root.Build.props
5658
- name: Prepare CHANGELOG
5759
run: |
5860
echo "${{ github.event.pull_request.body }}" | csplit -s - "/##/"

CHANGELOG.md

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

3+
## 2.3.0-beta
4+
* [Added] Introduce user features
5+
36
## 2.2.1
47
* [CHANGED] Update dependency Newtonsoft.Json 13.0.2
58

0 commit comments

Comments
 (0)