Skip to content

Commit

Permalink
Release 1.2.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-j-engdahl committed Feb 27, 2019
1 parent dfd4641 commit fc3b5f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.2.0-alpha] - 2019-02-27
### Added
- [#30](https://github.com/robert-j-engdahl/ngettext-wpf/issues/30)`GettextFormatConverter` XAML extension.

Expand Down
4 changes: 2 additions & 2 deletions NGettext.Wpf/NGettext.Wpf.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package>
<metadata>
<id>NGettext.Wpf</id>
<version>1.1.00-alpha</version>
<version>1.2.0-alpha</version>
<title>WPF support for NGettext</title>
<authors>Robert Jørgensgaard Engdahl</authors>
<owners>Robert Jørgensgaard Engdahl</owners>
<license type="expression">LGPL-3.0-or-later</license>
<projectUrl>https://github.com/robert-j-engdahl/ngettext-wpf</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Proper internationalization support for WPF (via NGettext). In particular a GetTextMarkupExtension is included, which is what everyone uses anyway.</description>
<copyright>Copyright 2017, 2018 Robert Jørgensgaard Engdahl</copyright>
<copyright>Copyright 2017, 2018, 2019 Robert Jørgensgaard Engdahl</copyright>
<tags>gettext wpf ngettext gettextmarkupextension xgettext-xaml</tags>
<dependencies>
<dependency id="NGettext" version="0.6.3" />
Expand Down

0 comments on commit fc3b5f1

Please sign in to comment.