File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 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.6.0 "
30+ $version = "3.6.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 99 <RepositoryUrl >https://github.com/axuno/SmartFormat.git</RepositoryUrl >
1010 <PublishRepositoryUrl >true</PublishRepositoryUrl >
1111 <!-- Version info will be overridden with CI build on GitHub -->
12- <Version >3.6.0 </Version >
13- <FileVersion >3.6.0 </FileVersion >
12+ <Version >3.6.1 </Version >
13+ <FileVersion >3.6.1 </FileVersion >
1414 <AssemblyVersion >3.0.0</AssemblyVersion > <!-- only update AssemblyVersion with major releases -->
1515 <LangVersion >latest</LangVersion >
1616 <EnableNETAnalyzers >true</EnableNETAnalyzers >
You can’t perform that action at this time.
0 commit comments