Skip to content

Commit

Permalink
Fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Sep 15, 2024
1 parent e906bdf commit dd6b77a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ShinyMediator.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{F3E00A65-78B7-4972-B5F2-168B8832D994}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
version.json = version.json
.github\workflows\build.yml = .github\workflows\build.yml
.github\ISSUE_TEMPLATE\bug_report.yml = .github\ISSUE_TEMPLATE\bug_report.yml
.github\ISSUE_TEMPLATE\config.yml = .github\ISSUE_TEMPLATE\config.yml
Expand All @@ -20,6 +19,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{F3
src\Directory.build.targets = src\Directory.build.targets
src\nuget.txt = src\nuget.txt
Build.slnf = Build.slnf
version.json = version.json
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shiny.Mediator.SourceGenerators", "src\Shiny.Mediator.SourceGenerators\Shiny.Mediator.SourceGenerators.csproj", "{DC52EE6B-CE7D-4711-9BF9-A174E20B3D77}"
Expand Down
12 changes: 12 additions & 0 deletions version.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.9.0-beta",
"assemblyVersion": {
"precision": "revision"
},
"publicReleaseRefSpec": [
"^refs/heads/main$",
"^refs/tags/v\\d+\\.\\d+",
"^refs/tags/v\\d+\\.\\d+\\.\\d+"
]
}

0 comments on commit dd6b77a

Please sign in to comment.