Skip to content

Commit

Permalink
Create 0.1.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
talenfisher committed May 7, 2022
1 parent bf6f826 commit 69c5134
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/releases/v0.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Bug Fixes

- Fixes an issue where the generator would fail due a MissingMethodException.
Empty file removed .github/releases/v0.2.0-beta1.md
Empty file.
8 changes: 7 additions & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
{ "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "version": "0.2.0-beta1", "publicReleaseRefSpec": [ "^refs/tags/v\\d\\.\\d" ] }
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "0.1.1",
"publicReleaseRefSpec": [
"^refs/tags/v\\d\\.\\d"
]
}

0 comments on commit 69c5134

Please sign in to comment.