Skip to content

Commit ce5fc21

Browse files
committed
Updating changelog
1 parent 70e1ed0 commit ce5fc21

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/pipeline.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ on:
1313
- cron: "0 1 * * *"
1414
release:
1515
types: [published, created, edited]
16+
workflow_dispatch: # manually run
17+
inputs:
18+
reason:
19+
description: 'Reason for triggering'
20+
required: true
1621

1722
env:
1823
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.29
2+
- New feature
3+
- New class and method EnvironmentHelper.GetProjectFolder() to get folder where you will find the stubs
4+
15
## 2.0.22
26
- New feature
37
- Added 'events' storage, so you can log string describing what happened (ie 'new item added', 'cache cleared'); useful when mocking non http dependencies

0 commit comments

Comments
 (0)