Skip to content

Commit

Permalink
Version bump to v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ImrePyhvel committed Dec 18, 2016
1 parent e21aeec commit 8ce1175
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Csv/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ limitations under the License.
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("Nortal.Utilities.Csv")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyProduct("Nortal.Utilities.Csv")]
[assembly: AssemblyCopyright("Copyright © Imre Pühvel, Nortal AS 2013")]
[assembly: AssemblyDescription("Tool for reading and writing CSV files. See more: https://github.com/NortalLTD/Utilities.Csv")]
[assembly: AssemblyCopyright("Copyright © Imre Pühvel, Nortal AS 2013-2016")]

[assembly: ComVisible(false)]

[assembly: AssemblyVersion("0.9.2.0")]
[assembly: AssemblyVersion("0.10.0.0")]

[assembly: InternalsVisibleTo("Nortal.Utilities.Csv.Tests, PublicKey=002400000480000094000000060200000024000052534131000400000100010045e74d784f6844f0b36b4d340ebce42c4d35a639c6ad7eb56fe582db1ee17b3cce3b71165b2435a05d2703e61df1f3e2e7155dc811668ce58722005cba4d88af78060ff7d24dcff791a90684b7202ae90be8cbf695ea0fa0fec09027b7845282932dafe399f86a508dd356223247579293fdc9d69745c9454dac7ed6af7050b1")]
4 changes: 2 additions & 2 deletions Csv/_tools/NugetPackaging/Nortal.Utilities.Csv.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Nortal.Utilities.Csv</id>
<version>0.9.2</version>
<version>0.10.0</version>
<title>Nortal.Utilities.Csv</title>
<authors>Imre Pühvel</authors>
<owners>Imre Pühvel, AS Nortal</owners>
Expand All @@ -14,7 +14,7 @@
</description>
<projectUrl>https://github.com/Nortal/Utilities.Csv</projectUrl>
<releaseNotes></releaseNotes>
<copyright>Copyright 2013 Imre Pühvel, AS Nortal. Licenced under Apache License 2.0.</copyright>
<copyright>Copyright 2013-2016 Imre Pühvel, AS Nortal. Licenced under Apache License 2.0.</copyright>
<tags>Nortal csv</tags>
</metadata>
<files>
Expand Down

0 comments on commit 8ce1175

Please sign in to comment.