From d908a5ff006e39ea20505e3e2720c8037eb35ba7 Mon Sep 17 00:00:00 2001 From: Andrew Rissing Date: Tue, 25 Feb 2020 19:28:53 -0600 Subject: [PATCH] Updated versions to prep for 1.2.2 release. --- GenericParsing/GenericParsing.csproj | 8 +++++--- SolutionVersionInfo.cs | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/GenericParsing/GenericParsing.csproj b/GenericParsing/GenericParsing.csproj index d2e3b47..350d760 100644 --- a/GenericParsing/GenericParsing.csproj +++ b/GenericParsing/GenericParsing.csproj @@ -2,7 +2,7 @@ netstandard2.0;net452;net461 true - 1.2.1 + 1.2.2 Andrew Rissing N/A AndrewRissing @@ -14,13 +14,15 @@ https://github.com/AndrewRissing/GenericParsing GenericParsing Parsing CSV TSV Delimited - 1.2.1.0 - 1.2.1.0 + 1.2.2.0 + 1.2.2.0 https://github.com/AndrewRissing/GenericParsing GitHub true GenericParsing.pfx false + - Request only read access when opening a file. +- Updated the license to MIT. - Added new target frameworks (.NET 4.5.2, .NET 4.6.1). - Added Readme.md - Moved nuget package to GenericParsing (the GenericParser package is now deprecated). diff --git a/SolutionVersionInfo.cs b/SolutionVersionInfo.cs index f3aa54e..ac7942d 100644 --- a/SolutionVersionInfo.cs +++ b/SolutionVersionInfo.cs @@ -1,4 +1,4 @@ using System.Reflection; -[assembly: AssemblyVersion("1.2.1.*")] -[assembly: AssemblyFileVersion("1.2.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.2.2.*")] +[assembly: AssemblyFileVersion("1.2.2.0")] \ No newline at end of file