Skip to content

Commit

Permalink
Merge pull request #214 from dirkrombauts/PrepareRelease121
Browse files Browse the repository at this point in the history
Prepare release121
  • Loading branch information
dirkrombauts committed Aug 14, 2015
2 parents 3fb4ade + 68484a1 commit eaafc7a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Pickles Release Notes

## v1.2.1 - 2015-08-14

### Bugs Fixed

- In the Html version, the alignment of the keywords (Given, When, Then) was fixed for non-English languages ([#209](https://github.com/picklesdoc/pickles/issues/209))
- A NullReferenceException in the MSTest provider was fixed when the test results also contain ordinary unit test results in addition to the SpecFlow results ([#212](https://github.com/picklesdoc/pickles/issues/212))

## v1.2.0 - 2015-07-28

### New Feature
Expand Down
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
set "picklesVersion=1.2.0"
set "picklesVersion=1.2.1"
set "fakeVersion=3.36.0"

cls
Expand Down
6 changes: 3 additions & 3 deletions src/Pickles/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
[assembly: AssemblyTrademarkAttribute("")]
[assembly: AssemblyCultureAttribute("")]
[assembly: ComVisibleAttribute(false)]
[assembly: AssemblyVersionAttribute("1.2.0")]
[assembly: AssemblyFileVersionAttribute("1.2.0")]
[assembly: AssemblyVersionAttribute("1.2.1")]
[assembly: AssemblyFileVersionAttribute("1.2.1")]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "1.2.0";
internal const string Version = "1.2.1";
}
}

0 comments on commit eaafc7a

Please sign in to comment.