From 436a9f10e72aac22553ca3d371ca6955e8836202 Mon Sep 17 00:00:00 2001 From: Nick Sorrell Date: Wed, 15 Mar 2017 13:24:43 -0400 Subject: [PATCH] Bumped target .net framework down --- InteractivePrompt/InteractivePrompt.csproj | 3 ++- InteractivePrompt/InteractivePrompt.nuspec | 2 +- InteractivePrompt/Properties/AssemblyInfo.cs | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/InteractivePrompt/InteractivePrompt.csproj b/InteractivePrompt/InteractivePrompt.csproj index e0e1118..419bb7a 100644 --- a/InteractivePrompt/InteractivePrompt.csproj +++ b/InteractivePrompt/InteractivePrompt.csproj @@ -9,8 +9,9 @@ Properties InteractivePrompt InteractivePrompt - v4.5.2 + v4.0 512 + true diff --git a/InteractivePrompt/InteractivePrompt.nuspec b/InteractivePrompt/InteractivePrompt.nuspec index 4187c14..08573b0 100644 --- a/InteractivePrompt/InteractivePrompt.nuspec +++ b/InteractivePrompt/InteractivePrompt.nuspec @@ -11,7 +11,7 @@ https://raw.githubusercontent.com/sorrell/InteractivePrompt/master/InteractivePrompt/Properties/InteractivePrompt.png false A REPL for Console Apps that features a command history. Just add your own prompt, startup message, and callback for handling the user input. More info at https://github.com/sorrell/InteractivePrompt - First Release. + Fixed target framework Copyright 2017 Shell Repl Prompt Interactive diff --git a/InteractivePrompt/Properties/AssemblyInfo.cs b/InteractivePrompt/Properties/AssemblyInfo.cs index 8cb430a..f1c0ef3 100644 --- a/InteractivePrompt/Properties/AssemblyInfo.cs +++ b/InteractivePrompt/Properties/AssemblyInfo.cs @@ -6,7 +6,7 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("InteractivePrompt")] -[assembly: AssemblyDescription("A repl for Console apps")] +[assembly: AssemblyDescription("A REPL for building advanced Console apps, with a session command history via up/down arrows.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Cintio Ltd.")] [assembly: AssemblyProduct("InteractivePrompt")] @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.1.0")] -[assembly: AssemblyFileVersion("1.0.1.0")] +[assembly: AssemblyVersion("1.0.2.0")] +[assembly: AssemblyFileVersion("1.0.2.0")]