File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.3 "
30+ $version = "3.6.0 "
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.3</Version >
12- <FileVersion >3.5.3</FileVersion >
11+ <!-- Version info will be overridden with CI build on GitHub -->
12+ <Version >3.6.0</Version >
13+ <FileVersion >3.6.0</FileVersion >
1314 <AssemblyVersion >3.0.0</AssemblyVersion > <!-- only update AssemblyVersion with major releases -->
1415 <LangVersion >latest</LangVersion >
1516 <EnableNETAnalyzers >true</EnableNETAnalyzers >
You can’t perform that action at this time.
0 commit comments