Skip to content

Commit

Permalink
build(DEPLOYMENT): increment minor version,
Browse files Browse the repository at this point in the history
to indicate that First-class-tests is a new feature.

Closes #19

Related to pull requests:
#20
#21
#22
  • Loading branch information
jwChung committed Mar 25, 2014
1 parent 0ec917b commit 0b7d4d5
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions build/CommonAssemblyInfo.cs
Expand Up @@ -10,13 +10,19 @@
[assembly: ComVisible(false)]
[assembly: NeutralResourcesLanguage("en-US")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyVersion("0.7.0")]
[assembly: AssemblyInformationalVersion("0.7.0")]
[assembly: AssemblyVersion("0.8.0")]
[assembly: AssemblyInformationalVersion("0.8.0")]

/*
* Version 0.7.0
* Version 0.8.0
*
* - Experiment.AutoFixture에서 AutoFixture.Xunit의 CustomizeAttribute 지원.
* 이로써, 테스트 메소드 파라메타의 어트리뷰트를 통해 dependency injection을
* 이용할 수 있음.
* - Implemented the feature of First class tests, which is
* varataion of parameterized tests.
*
* Closes https://github.com/jwChung/Experimentalism/pull/19
*
* Related to pull requests:
* https://github.com/jwChung/Experimentalism/pull/20
* https://github.com/jwChung/Experimentalism/pull/21
* https://github.com/jwChung/Experimentalism/pull/22
*/

0 comments on commit 0b7d4d5

Please sign in to comment.