Skip to content

Commit daaa16d

Browse files
authored
Bump version to v3.6.0 (#474)
1 parent 9c43562 commit daaa16d

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ for:
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) {

src/Directory.Build.props

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
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>

0 commit comments

Comments
 (0)