Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hansen committed Sep 2, 2018
1 parent a0986f3 commit 393f862
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lizzie/lizzie.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageVersion>0.6</PackageVersion>
<PackageVersion>0.7</PackageVersion>
<Authors>Thomas Hansen</Authors>
<PackageLicenseUrl>https://github.com/polterguy/lizzie/blob/master/LICENSE</PackageLicenseUrl>
<Owners>Thomas Hansen</Owners>
<PackageProjectUrl>https://github.com/polterguy/lizzie</PackageProjectUrl>
<Summary>Lizzie, the world's smallest script language for the CLR</Summary>
<Summary>Lizzie, a (tiny) scripting language for .Net</Summary>
<PackageTags>delegates, scripting, symbolic delegates</PackageTags>
<Title>lizzie</Title>
<Description>A dynamic script language for the CLR based upon Symbolic Delegates</Description>
<PackageId>lizzie</PackageId>
<PackOnBuild>true</PackOnBuild>
<ReleaseVersion>0.6</ReleaseVersion>
<ReleaseVersion>0.7</ReleaseVersion>
<SynchReleaseVersion>false</SynchReleaseVersion>
</PropertyGroup>

Expand Down

0 comments on commit 393f862

Please sign in to comment.