From 6c567a1db8925a7e24d9a985fc9c61522a0fb39e Mon Sep 17 00:00:00 2001 From: Gordon Tisher Date: Thu, 27 May 2021 12:26:42 -0700 Subject: [PATCH] Bump version to 4.5.0 --- CHANGELOG.md | 3 +++ Samples/Calc/Calc.csproj | 2 +- Source/IronMeta.App/IronMeta.App.csproj | 2 +- Source/IronMeta.Library/IronMeta.Library.csproj | 4 ++-- Source/IronMeta.Tests/IronMeta.Tests.csproj | 2 +- Tools/IronMeta.VSExtension/Properties/AssemblyInfo.cs | 4 ++-- Tools/IronMeta.VSExtension/source.extension.vsixmanifest | 2 +- 7 files changed, 11 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93138a8..5f3de97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +#### 4.5.0: May 27, 2021: +- Vast performance improvements from @steve7411: https://github.com/kulibali/ironmeta/pull/35 + #### 4.4.6: May 24, 2021: - Some cleanup and added .NET 5 - Merge fixes and tests for `Slice` from @steve7411. diff --git a/Samples/Calc/Calc.csproj b/Samples/Calc/Calc.csproj index e67e4ca..59ec525 100644 --- a/Samples/Calc/Calc.csproj +++ b/Samples/Calc/Calc.csproj @@ -5,7 +5,7 @@ net48;netcoreapp3.1;net5.0 latest IronMeta.Samples.Calc - 4.4.6 + 4.5.0 The IronMeta Developers IronMeta 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 for C#. diff --git a/Source/IronMeta.App/IronMeta.App.csproj b/Source/IronMeta.App/IronMeta.App.csproj index 1413485..308923e 100644 --- a/Source/IronMeta.App/IronMeta.App.csproj +++ b/Source/IronMeta.App/IronMeta.App.csproj @@ -6,7 +6,7 @@ true IronMeta.App IronMeta - 4.4.6 + 4.5.0 The IronMeta Developers IronMeta diff --git a/Source/IronMeta.Library/IronMeta.Library.csproj b/Source/IronMeta.Library/IronMeta.Library.csproj index 4f5471f..50504c1 100644 --- a/Source/IronMeta.Library/IronMeta.Library.csproj +++ b/Source/IronMeta.Library/IronMeta.Library.csproj @@ -11,7 +11,7 @@ IronMeta - 4.4.6 + 4.5.0 The IronMeta Developers The IronMeta Developers IronMeta @@ -23,7 +23,7 @@ PEG parser parsergenerator false true - 4.4.6.0 + 4.5 diff --git a/Source/IronMeta.Tests/IronMeta.Tests.csproj b/Source/IronMeta.Tests/IronMeta.Tests.csproj index b3f4f5b..b13f5ed 100644 --- a/Source/IronMeta.Tests/IronMeta.Tests.csproj +++ b/Source/IronMeta.Tests/IronMeta.Tests.csproj @@ -2,7 +2,7 @@ net5.0 false - 4.4.6 + 4.5.0 The IronMeta Developers IronMeta 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 for C#. diff --git a/Tools/IronMeta.VSExtension/Properties/AssemblyInfo.cs b/Tools/IronMeta.VSExtension/Properties/AssemblyInfo.cs index 9e7a48d..e4fafd2 100644 --- a/Tools/IronMeta.VSExtension/Properties/AssemblyInfo.cs +++ b/Tools/IronMeta.VSExtension/Properties/AssemblyInfo.cs @@ -29,5 +29,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("4.4.6.0")] -[assembly: AssemblyFileVersion("4.4.6.0")] +[assembly: AssemblyVersion("4.5.0.0")] +[assembly: AssemblyFileVersion("4.5.0.0")] diff --git a/Tools/IronMeta.VSExtension/source.extension.vsixmanifest b/Tools/IronMeta.VSExtension/source.extension.vsixmanifest index 69087eb..ae3515e 100644 --- a/Tools/IronMeta.VSExtension/source.extension.vsixmanifest +++ b/Tools/IronMeta.VSExtension/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + IronMeta Visual Studio Extension The IronMeta parser generator provides an application for generating pattern matchers on arbitrary streams of objects. It is an implementation of Alessandro Warth's OMeta system in C#. The extension provides a custom tool for generating IronMeta parsers.