Skip to content

Commit 6c567a1

Browse files
committed
Bump version to 4.5.0
1 parent d0b1953 commit 6c567a1

File tree

7 files changed

+11
-8
lines changed

7 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### 4.5.0: May 27, 2021:
2+
- Vast performance improvements from @steve7411: https://github.com/kulibali/ironmeta/pull/35
3+
14
#### 4.4.6: May 24, 2021:
25
- Some cleanup and added .NET 5
36
- Merge fixes and tests for `Slice` from @steve7411.

Samples/Calc/Calc.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<TargetFrameworks>net48;netcoreapp3.1;net5.0</TargetFrameworks>
66
<LangVersion>latest</LangVersion>
77
<RootNamespace>IronMeta.Samples.Calc</RootNamespace>
8-
<Version>4.4.6</Version>
8+
<Version>4.5.0</Version>
99
<Authors>The IronMeta Developers</Authors>
1010
<Product>IronMeta</Product>
1111
<Description>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#.</Description>

Source/IronMeta.App/IronMeta.App.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
77
<PackageId>IronMeta.App</PackageId>
88
<RootNamespace>IronMeta</RootNamespace>
9-
<Version>4.4.6</Version>
9+
<Version>4.5.0</Version>
1010
<Authors>The IronMeta Developers</Authors>
1111
<Company />
1212
<Product>IronMeta</Product>

Source/IronMeta.Library/IronMeta.Library.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<PropertyGroup>
1313
<PackageId>IronMeta</PackageId>
14-
<Version>4.4.6</Version>
14+
<Version>4.5.0</Version>
1515
<Authors>The IronMeta Developers</Authors>
1616
<Company>The IronMeta Developers</Company>
1717
<Product>IronMeta</Product>
@@ -23,7 +23,7 @@
2323
<PackageTags>PEG parser parsergenerator</PackageTags>
2424
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
2525
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
26-
<FileVersion>4.4.6.0</FileVersion>
26+
<FileVersion>4.5</FileVersion>
2727
</PropertyGroup>
2828

2929
<ItemGroup>

Source/IronMeta.Tests/IronMeta.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFramework>net5.0</TargetFramework>
44
<IsPackable>false</IsPackable>
5-
<Version>4.4.6</Version>
5+
<Version>4.5.0</Version>
66
<Authors>The IronMeta Developers</Authors>
77
<Product>IronMeta</Product>
88
<Description>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#.</Description>

Tools/IronMeta.VSExtension/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
// You can specify all the values or you can default the Build and Revision Numbers
3030
// by using the '*' as shown below:
3131
// [assembly: AssemblyVersion("1.0.*")]
32-
[assembly: AssemblyVersion("4.4.6.0")]
33-
[assembly: AssemblyFileVersion("4.4.6.0")]
32+
[assembly: AssemblyVersion("4.5.0.0")]
33+
[assembly: AssemblyFileVersion("4.5.0.0")]

Tools/IronMeta.VSExtension/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="IronMeta.VSExtension.a41b60cb-106c-4576-a281-99d035284179" Version="4.4.6" Language="en-US" Publisher="The IronMeta Developers" />
4+
<Identity Id="IronMeta.VSExtension.a41b60cb-106c-4576-a281-99d035284179" Version="4.5.0" Language="en-US" Publisher="The IronMeta Developers" />
55
<DisplayName>IronMeta Visual Studio Extension</DisplayName>
66
<Description xml:space="preserve">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.
77
</Description>

0 commit comments

Comments
 (0)