Skip to content

Commit

Permalink
bump version to 4.2.1; include dll for command-line parser
Browse files Browse the repository at this point in the history
  • Loading branch information
chalcolith committed Dec 8, 2015
1 parent 535bca2 commit c2c96c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/CommonAssemblyInfo.cs
Expand Up @@ -8,4 +8,4 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("4.2.*")]
[assembly: AssemblyInformationalVersionAttribute("4.2.0")]
[assembly: AssemblyInformationalVersionAttribute("4.2.1")]
2 changes: 2 additions & 0 deletions Source/Library/Library.nuspec
Expand Up @@ -16,5 +16,7 @@

<files>
<file src="..\IronMeta\bin\$configuration$\IronMeta.exe" target="tools" />
<file src="..\IronMeta\bin\$configuration$\IronMeta.Library.dll" target="tools" />
<file src="..\IronMeta\bin\$configuration$\Verophyle.Regexp.dll" target="tools" />
</files>
</package>
2 changes: 1 addition & 1 deletion Tools/VSExtension/source.extension.vsixmanifest
Expand Up @@ -4,7 +4,7 @@
xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="IronMeta.VSExtension.a41b60cb-106c-4576-a281-99d035284179"
Version="4.1.4" Language="en-US" Publisher="Gordon Tisher" />
Version="4.2.0" Language="en-US" Publisher="Gordon Tisher" />
<DisplayName>IronMeta Visual Studio Extension</DisplayName>
<Description xml:space="preserve">The IronMeta parser generator provides a programming language and application for generating pattern matchers on arbitrary streams of objects. It is an implementation of Alessandro Warth's OMeta system in C#.

Expand Down

0 comments on commit c2c96c7

Please sign in to comment.