Skip to content

Commit

Permalink
Because xunit package depends on aspnetcore, the version also has to …
Browse files Browse the repository at this point in the history
…bump. (#15)
  • Loading branch information
CZEMacLeod authored Aug 21, 2023
1 parent f9d963c commit a50c184
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/C3D/Extensions/Playwright/AspNetCore.Xunit/version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/v3.3.37/src/NerdBank.GitVersioning/version.schema.json",
"version": "0.1",
"pathFilters": [ ".", "../Directory.Build.props", "../Directory.Build.targets" ],
"pathFilters": [
".",
"../Directory.Build.props",
"../Directory.Build.targets",
"../AspNetCore"
],
"publicReleaseRefSpec": [
"^refs/heads/main$", // we release out of main
"^refs/heads/rel/v\\d+\\.\\d+" // we also release tags starting with rel/N.N
Expand Down

0 comments on commit a50c184

Please sign in to comment.