Skip to content

Commit 4d62a00

Browse files
committed
prepare release 3.0.1
1 parent fb8d131 commit 4d62a00

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
Full documentation on usage and motivating examples at https://github.com/kbilsted/StatePrinter/tree/master/doc
66

7+
## 3.0.1
8+
* Issue #48 Added `AnonymousFieldHarvester` for convenience
9+
* Issue #49 bugfix parsing brackets
10+
* Issue #51 bugfix thread problem
11+
* Performance improvements between 5%-40%
712

813
## v3.0
914
* Issue #38 fixed root name

StatePrinter.nuspec

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@
22
<package>
33
<metadata>
44
<id>StatePrinter</id>
5-
<version>3.0.0</version>
5+
<version>3.0.1</version>
66
<description>
77
An open source utility to turn object graphs into strings. Automate your ToString and unit tests asserts.
88
</description>
99
<releaseNotes>
10-
* Issue #38 fixed root name
11-
* Issue #40 fixed output format for xml and json
12-
* Issue #46, changed namespace from "Stateprinter" to "Stateprinting" in order for the project to be usable from VB#
13-
* 10% speed up
14-
* Changed the namespace from "StatePrinter" to "StatePrinting" in order to be CLS compliant (cross language support)
15-
</releaseNotes>
10+
* Issue #48 Added `AnonymousFieldHarvester` for convenience
11+
* Issue #49 bugfix parsing brackets
12+
* Issue #51 bugfix thread problem
13+
* Performance improvements between 5%-40%
14+
</releaseNotes>
1615
<tags>UnitTest ToString Serialization Approvals Test Testing ApprovalsTest</tags>
17-
<copyright>Copyright 2014-2016</copyright>
16+
<copyright>Copyright 2014-2017</copyright>
1817
<language>en-US</language>
1918
<authors>Kasper B. Graversen</authors>
2019
<projectUrl>https://github.com/kbilsted/StatePrinter</projectUrl>

StatePrinter/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2015 Kasper B. Graversen
1+
// Copyright 2014-2017 Kasper B. Graversen
22
//
33
// Licensed to the Apache Software Foundation (ASF) under one
44
// or more contributor license agreements. See the NOTICE file
@@ -53,5 +53,5 @@
5353
// by using the '*' as shown below:
5454
// [assembly: AssemblyVersion("1.0.*")]
5555
[assembly: AssemblyVersion("3.0.0.0")] // Change this upon breaking changes
56-
[assembly: AssemblyFileVersion("3.0.293.0")] // Bump this at every release
56+
[assembly: AssemblyFileVersion("3.0.311.0")] // Bump this at every release
5757
//[assembly: AssemblyInformationalVersion("2.2.281-rc")] // Only set on pre-releases. Customer public info (setting a version across multiple products each possibly with their own versioning)

0 commit comments

Comments
 (0)