Skip to content

Commit

Permalink
Release 1.2.4-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-j-engdahl committed May 29, 2019
1 parent b593bc8 commit 663b627
Show file tree
Hide file tree
Showing 3 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.4-alpha] - 2019-05-29
### Fixed
- [40](https://github.com/robert-j-engdahl/ngettext-wpf/issues/40) Show `Text="{wpf:Gettext Context|MsgId}"` as `MsgId` in XAML Designer

Expand Down
2 changes: 1 addition & 1 deletion NGettext.Wpf/NGettext.Wpf.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>NGettext.Wpf</id>
<version>1.2.3-alpha</version>
<version>1.2.4-alpha</version>
<title>WPF support for NGettext</title>
<authors>Robert Jørgensgaard Engdahl</authors>
<owners>Robert Jørgensgaard Engdahl</owners>
Expand Down
2 changes: 1 addition & 1 deletion NGettext.Wpf/Releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

- Update the `.nuspec` file with a new version number.
- Build in release mode
- Invoke `PM> nuget pack`; no options needed. But it will release the debug version, so make sure your build configuration match!
- Invoke `PM> nuget pack`; no options needed. But it will release the debug version, so make sure your build configuration match! Say `PM> nuget pack -Prop Configuration=Release`.
- Sign the created package, for example by
```
PM> nuget sign .\NGettext.Wpf.1.1.0-alpha.nupkg -Timestamper http://timestamp.digicert.com -CertificateFingerprint 79a047643b02e7b677d5d0a962bc02ac19e63ca8
Expand Down

0 comments on commit 663b627

Please sign in to comment.