Skip to content

Commit

Permalink
Version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Rombauts committed Feb 26, 2016
1 parent 38f52d7 commit 1f7a3a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt

## [Unreleased]

## [2.4.0] - 2016-02-26

### Added

- Support for the test result format of VsTest.Console.exe ([#280](https://github.com/picklesdoc/pickles/issues/280)) (by [@dirkrombauts](https://github.com/dirkrombauts)).
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=2.3.0"
set "picklesVersion=2.4.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("2.3.0")]
[assembly: AssemblyFileVersionAttribute("2.3.0")]
[assembly: AssemblyVersionAttribute("2.4.0")]
[assembly: AssemblyFileVersionAttribute("2.4.0")]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "2.3.0";
internal const string Version = "2.4.0";
}
}

0 comments on commit 1f7a3a7

Please sign in to comment.