Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Bump version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwrench committed Dec 21, 2016
1 parent 46f32ae commit 72054a9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

+## [4.0.0] — 2016-12-21

### Added

- Add support for a streaming reading of delimited data files.
Expand Down Expand Up @@ -88,7 +90,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Initial public release.

[unreleased]: https://github.com/EnableSoftware/DelimitedDataParser/compare/v3.3.2...HEAD
[unreleased]: https://github.com/EnableSoftware/DelimitedDataParser/compare/v4.0.0...HEAD
[4.0.0]: https://github.com/EnableSoftware/DelimitedDataParser/compare/v3.3.2...v4.0.0
[3.3.2]: https://github.com/EnableSoftware/DelimitedDataParser/compare/v3.3.1...v3.3.2
[3.3.1]: https://github.com/EnableSoftware/DelimitedDataParser/compare/v3.2.0...v3.3.1
[3.2.0]: https://github.com/EnableSoftware/DelimitedDataParser/compare/v3.1.0...v3.2.0
Expand Down
4 changes: 1 addition & 3 deletions nuget/DelimitedDataParser.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>DelimitedDataParser</id>
<version>3.3.2</version>
<version>4.0.0</version>
<authors>Enable</authors>
<owners>Enable</owners>
<licenseUrl>https://raw.githubusercontent.com/EnableSoftware/DelimitedDataParser/master/LICENSE</licenseUrl>
Expand All @@ -11,8 +11,6 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>C# library for parsing and exporting tabular data in delimited format (e.g. CSV).</description>
<summary />
<releaseNotes>http://enable.com/
https://github.com/EnableSoftware/DelimitedDataParser/releases/tag/v3.3.2</releaseNotes>
<copyright>Copyright 2016</copyright>
<tags>CSV parser exporter delimited</tags>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion src/DelimitedDataParser/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(true)]
[assembly: InternalsVisibleTo("DelimitedDataParser.Test")]
[assembly: AssemblyVersion("3.3.*")]
[assembly: AssemblyVersion("4.0.*")]
2 changes: 1 addition & 1 deletion test/DelimitedDataParser.Test/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
[assembly: AssemblyTitle("Delimited Data Parser Tests")]
[assembly: AssemblyProduct("Delimited Data Parser")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("3.3.*")]
[assembly: AssemblyVersion("4.0.*")]

0 comments on commit 72054a9

Please sign in to comment.