File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1313 # (PRs from forks can't access secrets other than secrets.GITHUB_TOKEN for security reasons)
1414 if : ${{ !github.event.pull_request.head.repo.fork }}
1515 env :
16- version : ' 3.3.0 '
17- versionFile : ' 3.3.0 '
16+ version : ' 3.3.1 '
17+ versionFile : ' 3.3.1 '
1818 steps :
1919 - name : Set up JDK 17
2020 uses : actions/setup-java@v3
Original file line number Diff line number Diff line change 3535[ ![ Docs] ( https://img.shields.io/badge/docs-up%20to%20date-brightgreen.svg )] ( https://github.com/axuno/SmartFormat/wiki )
3636Have a look at the [ SmartFormat Wiki] ( https://github.com/axuno/SmartFormat/wiki )
3737
38- See the [ changelog] ( CHANGES.md ) for changes.
3938
4039### License
4140
Original file line number Diff line number Diff line change 2323 - ps : dotnet restore SmartFormat.sln --verbosity quiet
2424 - ps : dotnet add .\SmartFormat.Tests\SmartFormat.Tests.csproj package AltCover
2525 - ps : |
26- $version = "3.3.0 "
26+ $version = "3.3.1 "
2727 $versionFile = $version + "." + ${env:APPVEYOR_BUILD_NUMBER}
2828
2929 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.3.0 </Version >
12- <FileVersion >3.3.0 </FileVersion >
11+ <Version >3.3.1 </Version >
12+ <FileVersion >3.3.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