Skip to content

Commit fc3b5f1

Browse files
Release 1.2.0-alpha
1 parent dfd4641 commit fc3b5f1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.2.0-alpha] - 2019-02-27
810
### Added
911
- [#30](https://github.com/robert-j-engdahl/ngettext-wpf/issues/30)`GettextFormatConverter` XAML extension.
1012

NGettext.Wpf/NGettext.Wpf.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<package>
33
<metadata>
44
<id>NGettext.Wpf</id>
5-
<version>1.1.00-alpha</version>
5+
<version>1.2.0-alpha</version>
66
<title>WPF support for NGettext</title>
77
<authors>Robert Jørgensgaard Engdahl</authors>
88
<owners>Robert Jørgensgaard Engdahl</owners>
99
<license type="expression">LGPL-3.0-or-later</license>
1010
<projectUrl>https://github.com/robert-j-engdahl/ngettext-wpf</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>Proper internationalization support for WPF (via NGettext). In particular a GetTextMarkupExtension is included, which is what everyone uses anyway.</description>
13-
<copyright>Copyright 2017, 2018 Robert Jørgensgaard Engdahl</copyright>
13+
<copyright>Copyright 2017, 2018, 2019 Robert Jørgensgaard Engdahl</copyright>
1414
<tags>gettext wpf ngettext gettextmarkupextension xgettext-xaml</tags>
1515
<dependencies>
1616
<dependency id="NGettext" version="0.6.3" />

0 commit comments

Comments
 (0)