Skip to content

Commit

Permalink
Bump version to 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chalcolith committed May 27, 2021
1 parent d0b1953 commit 6c567a1
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Samples/Calc/Calc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFrameworks>net48;netcoreapp3.1;net5.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<RootNamespace>IronMeta.Samples.Calc</RootNamespace>
<Version>4.4.6</Version>
<Version>4.5.0</Version>
<Authors>The IronMeta Developers</Authors>
<Product>IronMeta</Product>
<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>
Expand Down
2 changes: 1 addition & 1 deletion Source/IronMeta.App/IronMeta.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<PackageId>IronMeta.App</PackageId>
<RootNamespace>IronMeta</RootNamespace>
<Version>4.4.6</Version>
<Version>4.5.0</Version>
<Authors>The IronMeta Developers</Authors>
<Company />
<Product>IronMeta</Product>
Expand Down
4 changes: 2 additions & 2 deletions Source/IronMeta.Library/IronMeta.Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<PropertyGroup>
<PackageId>IronMeta</PackageId>
<Version>4.4.6</Version>
<Version>4.5.0</Version>
<Authors>The IronMeta Developers</Authors>
<Company>The IronMeta Developers</Company>
<Product>IronMeta</Product>
Expand All @@ -23,7 +23,7 @@
<PackageTags>PEG parser parsergenerator</PackageTags>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<FileVersion>4.4.6.0</FileVersion>
<FileVersion>4.5</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Source/IronMeta.Tests/IronMeta.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<IsPackable>false</IsPackable>
<Version>4.4.6</Version>
<Version>4.5.0</Version>
<Authors>The IronMeta Developers</Authors>
<Product>IronMeta</Product>
<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>
Expand Down
4 changes: 2 additions & 2 deletions Tools/IronMeta.VSExtension/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion Tools/IronMeta.VSExtension/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="IronMeta.VSExtension.a41b60cb-106c-4576-a281-99d035284179" Version="4.4.6" Language="en-US" Publisher="The IronMeta Developers" />
<Identity Id="IronMeta.VSExtension.a41b60cb-106c-4576-a281-99d035284179" Version="4.5.0" Language="en-US" Publisher="The IronMeta Developers" />
<DisplayName>IronMeta Visual Studio Extension</DisplayName>
<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.
</Description>
Expand Down

0 comments on commit 6c567a1

Please sign in to comment.