File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717 # (PRs from forks can't access secrets other than secrets.GITHUB_TOKEN for security reasons)
1818 if : ${{ !github.event.pull_request.head.repo.fork }}
1919 env :
20- version : ' 3.5.0 '
21- versionFile : ' 3.5.0 '
20+ version : ' 3.5.1 '
21+ versionFile : ' 3.5.1 '
2222 steps :
2323 - name : Set up JDK 17
2424 uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 2727 - ps : dotnet restore SmartFormat.sln --verbosity quiet
2828 - ps : dotnet add .\SmartFormat.Tests\SmartFormat.Tests.csproj package AltCover
2929 - ps : |
30- $version = "3.5.0 "
30+ $version = "3.5.1 "
3131 $versionFile = $version + "." + ${env:APPVEYOR_BUILD_NUMBER}
3232
3333 if ($env:APPVEYOR_PULL_REQUEST_NUMBER) {
Original file line number Diff line number Diff line change 88 <Copyright >Copyright 2011-$(CurrentYear) SmartFormat Project</Copyright >
99 <RepositoryUrl >https://github.com/axuno/SmartFormat.git</RepositoryUrl >
1010 <PublishRepositoryUrl >true</PublishRepositoryUrl >
11- <Version >3.5.0 </Version >
12- <FileVersion >3.5.0 </FileVersion >
11+ <Version >3.5.1 </Version >
12+ <FileVersion >3.5.1 </FileVersion >
1313 <AssemblyVersion >3.0.0</AssemblyVersion > <!-- only update AssemblyVersion with major releases -->
1414 <LangVersion >latest</LangVersion >
1515 <EnableNETAnalyzers >true</EnableNETAnalyzers >
You can’t perform that action at this time.
0 commit comments