Skip to content

Commit ebf6935

Browse files
authored
Bump version 3.6.1 (#495)
1 parent e404c6e commit ebf6935

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.6.0"
30+
$version = "3.6.1"
3131
$versionFile = $version + "." + ${env:APPVEYOR_BUILD_NUMBER}
3232
3333
if ($env:APPVEYOR_PULL_REQUEST_NUMBER) {

src/Directory.Build.props

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

0 commit comments

Comments
 (0)