Skip to content

Commit

Permalink
Version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Mar 20, 2017
1 parent 9bd6d5b commit b8cf6b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions LinqPadless.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>LinqPadless</id>
<version>1.0.0-beta2</version>
<version>1.0.0</version>
<authors>Atif Aziz</authors>
<owners>Atif Aziz</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>LINQPad Queries without LINQPad</summary>
<description>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.</description>
<releaseNotes>Adds support for C# Program queries where Main is asynchronous.</releaseNotes>
</metadata>
<files>
<file src="bin\Release\*.exe" target="tools" />
Expand Down
6 changes: 3 additions & 3 deletions src/AssemblyInfo.g.cs
Original file line number Diff line number Diff line change
@@ -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")]
[assembly: AssemblyVersion("1.0.20620.0")]
[assembly: AssemblyFileVersion("1.0.20620.2047")]

0 comments on commit b8cf6b1

Please sign in to comment.