From b8cf6b1835ea088ea56de36a94035a338a73ca9a Mon Sep 17 00:00:00 2001 From: Atif Aziz Date: Mon, 20 Mar 2017 21:52:04 +0100 Subject: [PATCH] Version 1.0 --- LinqPadless.nuspec | 3 +-- src/AssemblyInfo.g.cs | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/LinqPadless.nuspec b/LinqPadless.nuspec index e75cb24..482e65d 100644 --- a/LinqPadless.nuspec +++ b/LinqPadless.nuspec @@ -2,13 +2,12 @@ LinqPadless - 1.0.0-beta2 + 1.0.0 Atif Aziz Atif Aziz false LINQPad Queries without LINQPad LINQPadless is a tool for compiling LINQPad query files into stand-alone C# scripts (csx) or executable binaries (exe) so that they can be run outside and independent of LINQPad. - Adds support for C# Program queries where Main is asynchronous. diff --git a/src/AssemblyInfo.g.cs b/src/AssemblyInfo.g.cs index a5a0ab3..37ef20f 100644 --- a/src/AssemblyInfo.g.cs +++ b/src/AssemblyInfo.g.cs @@ -1,8 +1,8 @@ // This code was generated by a tool. Any changes made manually will be lost // the next time this code is regenerated. -// Generated: Fri, 10 Mar 2017 13:31:19 GMT +// Generated: Mon, 20 Mar 2017 20:47:07 GMT using System.Reflection; -[assembly: AssemblyVersion("1.0.20610.0")] -[assembly: AssemblyFileVersion("1.0.20610.1331")] \ No newline at end of file +[assembly: AssemblyVersion("1.0.20620.0")] +[assembly: AssemblyFileVersion("1.0.20620.2047")] \ No newline at end of file