Skip to content

Commit 17a8f13

Browse files
authored
Patch/0.3.1 (#179)
1 parent eabd8e1 commit 17a8f13

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/.gitversion.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
next-version: 0.3.0
15+
next-version: 0.3.1
1616
assembly-versioning-scheme: MajorMinorPatchTag
1717
mode: ContinuousDelivery
1818
branches:

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ jobs:
8080
with:
8181
dotnet-version: "6.0.x"
8282

83+
- name: Enable Homebrew
84+
run: echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
85+
8386
- name: Install License Finder tool with Homebrew
8487
uses: tecoli-com/actions-use-homebrew-tools@v0
8588
with:

doc/dependency_decisions.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2413,3 +2413,4 @@
24132413
:versions:
24142414
- 4.0.1
24152415
:when: 2022-08-16 23:10:21.184627612 Z
2416+

0 commit comments

Comments
 (0)