Skip to content

Commit 445eae5

Browse files
committed
Bump version 3.7.0
1 parent 927d854 commit 445eae5

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Changes after v3.0.0
66

77
Please see release notes for all versions after v3.0.0 on https://github.com/axuno/SmartFormat/releases/
88

9+
[v3.7.0](https://github.com/axuno/SmartFormat/releases/tag/v3.7.0) addresses a long-standing inconsistency where the `PluralRules` implementation was not correctly handling negative numbers during plural category resolution. It affects the `PluralLocalizationFormatter` and `TimeFormatter`. Double-check if your application relies on pluralization of negative numbers and test accordingly.
10+
911
v3.0.0
1012
===
1113

PkgReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ![SmartFormat](https://raw.githubusercontent.com/scottrippey/SmartFormat.NET/main/SmartFormat_64x64.png)
1+
# ![SmartFormat](https://raw.githubusercontent.com/axuno/SmartFormat.NET/main/SmartFormat_64x64.png)
22

33
### What is *SmartFormat*?
44

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.1"
30+
$version = "3.7.0"
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.1</Version>
13-
<FileVersion>3.6.1</FileVersion>
12+
<Version>3.7.0</Version>
13+
<FileVersion>3.7.0</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)