Skip to content

Commit

Permalink
Bumped target .net framework down
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrell committed Mar 15, 2017
1 parent 4990ca7 commit 436a9f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion InteractivePrompt/InteractivePrompt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>InteractivePrompt</RootNamespace>
<AssemblyName>InteractivePrompt</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion InteractivePrompt/InteractivePrompt.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<iconUrl>https://raw.githubusercontent.com/sorrell/InteractivePrompt/master/InteractivePrompt/Properties/InteractivePrompt.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>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</description>
<releaseNotes>First Release.</releaseNotes>
<releaseNotes>Fixed target framework</releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>Shell Repl Prompt Interactive</tags>
</metadata>
Expand Down
6 changes: 3 additions & 3 deletions InteractivePrompt/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand All @@ -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")]

0 comments on commit 436a9f1

Please sign in to comment.