Skip to content
This repository was archived by the owner on May 21, 2022. It is now read-only.

Commit 0f7861a

Browse files
committed
v4.2.1
1 parent 2d6765c commit 0f7861a

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog for PommaLabs.Thrower #
22

3+
### v4.2.1 (2017-09-13)
4+
5+
* Added support for R# NoEnumeration attribute (issue #3).
6+
37
### v4.2.0 (2017-08-16)
48

59
* Added support for .NET Standard 2.0.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## Summary ##
77

8-
* Latest release version: `v4.2.0`
8+
* Latest release version: `v4.2.1`
99
* Build status on [Travis CI](https://travis-ci.org): [![Build Status](https://travis-ci.org/pomma89/Thrower.svg?branch=master)](https://travis-ci.org/pomma89/Thrower)
1010
* Build status on [AppVeyor](https://www.appveyor.com/): [![Build status](https://ci.appveyor.com/api/projects/status/9rkyahvneyxil2dm/branch/master?svg=true)](https://ci.appveyor.com/project/pomma89/thrower/branch/master)
1111
* [Doxygen](http://www.stack.nl/~dimitri/doxygen/index.html) documentation:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 4.2.0.{build}
1+
version: 4.2.1.{build}
22
image: Visual Studio 2017
33
build_script:
44
- ps: .\build.ps1

src/PommaLabs.Thrower/PommaLabs.Thrower.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<AssemblyName>PommaLabs.Thrower</AssemblyName>
44
<AssemblyTitle>Thrower - Compact preconditions helpers</AssemblyTitle>
5-
<VersionPrefix>4.2.0</VersionPrefix>
5+
<VersionPrefix>4.2.1</VersionPrefix>
66
<AssemblyVersion>4.0.0</AssemblyVersion>
77
<TargetFrameworks>netstandard1.0;netstandard1.1;netstandard1.3;netstandard2.0;net35;net40;net45</TargetFrameworks>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>

src/PommaLabs.Thrower/doxyfile.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = PommaLabs.Thrower
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 4.2.0
41+
PROJECT_NUMBER = 4.2.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

0 commit comments

Comments
 (0)