File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.2.1-alpha] - 2019-02-27
10
+ ## Fixed
11
+ - Wrong binaries released with 1.2.0-alpha.
12
+
9
13
## [ 1.2.0-alpha] - 2019-02-27
10
14
### Added
11
15
- [ #30 ] ( https://github.com/robert-j-engdahl/ngettext-wpf/issues/30 ) ` GettextFormatConverter ` XAML extension.
Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >NGettext.Wpf</id >
5
- <version >1.2.0 -alpha</version >
5
+ <version >1.2.1 -alpha</version >
6
6
<title >WPF support for NGettext</title >
7
7
<authors >Robert Jørgensgaard Engdahl</authors >
8
8
<owners >Robert Jørgensgaard Engdahl</owners >
18
18
</dependencies >
19
19
</metadata >
20
20
<files >
21
- <file src =" bin/$configuration$/NGettext.Wpf.dll" target =" lib/net45" />
22
21
<file src =" ../XGetText.Xaml/XGetText-Xaml.ps1" target =" tools" />
23
22
<file src =" ../XGetText.Xaml/Init.ps1" target =" tools" />
24
23
</files >
Original file line number Diff line number Diff line change 10
10
[ assembly: AssemblyConfiguration ( "" ) ]
11
11
[ assembly: AssemblyCompany ( "" ) ]
12
12
[ assembly: AssemblyProduct ( "NGettext.Wpf" ) ]
13
- [ assembly: AssemblyCopyright ( "Copyright © 2017, 2018" ) ]
13
+ [ assembly: AssemblyCopyright ( "Copyright © 2017, 2018, 2019 " ) ]
14
14
[ assembly: AssemblyTrademark ( "" ) ]
15
15
[ assembly: AssemblyCulture ( "" ) ]
16
16
32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [assembly: AssemblyVersion("1.0.*")]
35
- [ assembly: AssemblyVersion ( "1.0.21 .0" ) ]
36
- [ assembly: AssemblyFileVersion ( "1.0.0 .0" ) ]
35
+ [ assembly: AssemblyVersion ( "1.2.1 .0" ) ]
36
+ [ assembly: AssemblyFileVersion ( "1.2.1 .0" ) ]
Original file line number Diff line number Diff line change 3
3
4
4
- Update the ` .nuspec ` file with a new version number.
5
5
- Build in release mode
6
- - Invoke ` PM> nuget pack ` ; no options needed.
6
+ - Invoke ` PM> nuget pack ` ; no options needed. But it will release the debug version, so make sure your build configuration match!
7
7
- Sign the created package, for example by
8
8
```
9
9
PM> nuget sign .\NGettext.Wpf.1.1.0-alpha.nupkg
You can’t perform that action at this time.
0 commit comments