diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2c6b25036..0a3bbfc1e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +### 0.2.0.0-alpha1 +* GLL reworked!!! + ### 0.1.0.1 * Issue #204 diff --git a/src/AST.Common/AssemblyInfo.fs b/src/AST.Common/AssemblyInfo.fs index a08efb2ed..9a713dc0a 100644 --- a/src/AST.Common/AssemblyInfo.fs +++ b/src/AST.Common/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "Common.AST" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/AbstractAnalysis.Common/AssemblyInfo.fs b/src/AbstractAnalysis.Common/AssemblyInfo.fs index 0c33f31d1..7f4d95d75 100644 --- a/src/AbstractAnalysis.Common/AssemblyInfo.fs +++ b/src/AbstractAnalysis.Common/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "AbstractAnalysis.Common" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/AbstractLexer.Generator/AssemblyInfo.fs b/src/AbstractLexer.Generator/AssemblyInfo.fs index 7ec185cc4..5d8a32547 100644 --- a/src/AbstractLexer.Generator/AssemblyInfo.fs +++ b/src/AbstractLexer.Generator/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "AbstractLexer.Generator" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/AbstractLexer.Interpreter/AssemblyInfo.fs b/src/AbstractLexer.Interpreter/AssemblyInfo.fs index 42e7f907e..3760968d5 100644 --- a/src/AbstractLexer.Interpreter/AssemblyInfo.fs +++ b/src/AbstractLexer.Interpreter/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "AbstractLexer.Interpreter" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/Bio.GraphLoader/AssemblyInfo.fs b/src/Bio.GraphLoader/AssemblyInfo.fs index 223ada938..20a36e493 100644 --- a/src/Bio.GraphLoader/AssemblyInfo.fs +++ b/src/Bio.GraphLoader/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "Bio.GraphLoader" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/Bio.Search/AssemblyInfo.fs b/src/Bio.Search/AssemblyInfo.fs index ef92ebef9..08371719c 100644 --- a/src/Bio.Search/AssemblyInfo.fs +++ b/src/Bio.Search/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "Bio.Search" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/CYK/AssemblyInfo.fs b/src/CYK/AssemblyInfo.fs index 3c3562371..7d3219ab1 100644 --- a/src/CYK/AssemblyInfo.fs +++ b/src/CYK/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "CYK" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/CYKCommon/AssemblyInfo.fs b/src/CYKCommon/AssemblyInfo.fs index 102a2be81..c0ae02e26 100644 --- a/src/CYKCommon/AssemblyInfo.fs +++ b/src/CYKCommon/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "CYKCommon" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/CYKGenerator/AssemblyInfo.fs b/src/CYKGenerator/AssemblyInfo.fs index 9737e8718..cfa6414ec 100644 --- a/src/CYKGenerator/AssemblyInfo.fs +++ b/src/CYKGenerator/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "CYKGenerator" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/Common/AssemblyInfo.fs b/src/Common/AssemblyInfo.fs index 7c519ffa3..c5697cafa 100644 --- a/src/Common/AssemblyInfo.fs +++ b/src/Common/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "Common" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/Constraints/AssemblyInfo.fs b/src/Constraints/AssemblyInfo.fs index 5f2f2223a..67497c6f6 100644 --- a/src/Constraints/AssemblyInfo.fs +++ b/src/Constraints/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "Constraints" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/Conversions/AssemblyInfo.fs b/src/Conversions/AssemblyInfo.fs index b0b7c899b..f86443400 100644 --- a/src/Conversions/AssemblyInfo.fs +++ b/src/Conversions/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "Conversions" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/CustomHashSet/Properties/AssemblyInfo.cs b/src/CustomHashSet/Properties/AssemblyInfo.cs index faa32522a..a8682336f 100644 --- a/src/CustomHashSet/Properties/AssemblyInfo.cs +++ b/src/CustomHashSet/Properties/AssemblyInfo.cs @@ -4,14 +4,14 @@ [assembly: AssemblyTitleAttribute("CustomHashSet")] [assembly: AssemblyProductAttribute("YaccConstructor")] [assembly: AssemblyDescriptionAttribute("Platform for parser generators and other grammarware research and development.")] -[assembly: AssemblyVersionAttribute("0.1.0.1")] -[assembly: AssemblyFileVersionAttribute("0.1.0.1")] +[assembly: AssemblyVersionAttribute("0.2.0.0")] +[assembly: AssemblyFileVersionAttribute("0.2.0.0")] namespace System { internal static class AssemblyVersionInformation { internal const System.String AssemblyTitle = "CustomHashSet"; internal const System.String AssemblyProduct = "YaccConstructor"; internal const System.String AssemblyDescription = "Platform for parser generators and other grammarware research and development."; - internal const System.String AssemblyVersion = "0.1.0.1"; - internal const System.String AssemblyFileVersion = "0.1.0.1"; + internal const System.String AssemblyVersion = "0.2.0.0"; + internal const System.String AssemblyFileVersion = "0.2.0.0"; } } diff --git a/src/DataStructures/AssemblyInfo.fs b/src/DataStructures/AssemblyInfo.fs index 04e9af744..20704fce4 100644 --- a/src/DataStructures/AssemblyInfo.fs +++ b/src/DataStructures/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "DataStructures" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/FSharp.PowerPack.Build.Tasks/AssemblyInfo.fs b/src/FSharp.PowerPack.Build.Tasks/AssemblyInfo.fs index 990cc3a71..d10dd2860 100644 --- a/src/FSharp.PowerPack.Build.Tasks/AssemblyInfo.fs +++ b/src/FSharp.PowerPack.Build.Tasks/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "FSharp.PowerPack.Build.Tasks" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/FsLex/AssemblyInfo.fs b/src/FsLex/AssemblyInfo.fs index 1a492747b..e1251dd77 100644 --- a/src/FsLex/AssemblyInfo.fs +++ b/src/FsLex/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsLex" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/FsLex/paket.template b/src/FsLex/paket.template index 4f4c731c4..7724139bd 100644 --- a/src/FsLex/paket.template +++ b/src/FsLex/paket.template @@ -23,7 +23,6 @@ description 3rd party tools files ./../../Bin/Release/v40/YC.FsYacc.exe ==> tools - ./../../Bin/Release/v40/YC.FsYacc.exe.config ==> tools ./../../Bin/Release/v40/YC.FsLex.exe ==> tools ./../../Bin/Release/v40/YC.FsLex.exe.config ==> tools ./../../Bin/Release/v40/FSharp.Core.dll ==> tools diff --git a/src/FsYARD/AssemblyInfo.fs b/src/FsYARD/AssemblyInfo.fs index 7d7632b69..af8966f9b 100644 --- a/src/FsYARD/AssemblyInfo.fs +++ b/src/FsYARD/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsYARD" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/FsYacc/AssemblyInfo.fs b/src/FsYacc/AssemblyInfo.fs index c049f25e4..116596935 100644 --- a/src/FsYacc/AssemblyInfo.fs +++ b/src/FsYacc/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsYacc_dll" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/FsYacc/paket.template b/src/FsYacc/paket.template deleted file mode 100644 index d6fa5c06c..000000000 --- a/src/FsYacc/paket.template +++ /dev/null @@ -1,29 +0,0 @@ -type file -id YC.Tools.Runtime -title YC.Tools.Runtime -owners - YaccConstructor -authors - YaccConstructor -projectUrl - http://github.com/YaccConstructor/YaccConstructor -iconUrl - https://raw.githubusercontent.com/YaccConstructor/YaccConstructor/master/docs/files/img/logo.png -licenseUrl - http://github.com/YaccConstructor/YaccConstructor/blob/master/LICENSE.txt -requireLicenseAcceptance - false -copyright - Copyright YaccConstructor 2016 -tags - YaccConstructor YC FSharp parsing -summary - 3rd party tools runtime -description - 3rd party tools runtime -references - YC.FsYacc.dll -files - ./../../Bin/Release/v40/YC.FsYacc.dll ==> lib/net45 -dependencies - FSharp.Core >= 4.0.0 \ No newline at end of file diff --git a/src/FsYaccFrontend/AssemblyInfo.fs b/src/FsYaccFrontend/AssemblyInfo.fs index 47c2b82d8..0209674bc 100644 --- a/src/FsYaccFrontend/AssemblyInfo.fs +++ b/src/FsYaccFrontend/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsYaccFrontend" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/FsYaccPrinter/AssemblyInfo.fs b/src/FsYaccPrinter/AssemblyInfo.fs index bdad65e26..fb9f820b7 100644 --- a/src/FsYaccPrinter/AssemblyInfo.fs +++ b/src/FsYaccPrinter/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsYaccPrinter" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/GLL.Parser.Test/AssemblyInfo.fs b/src/GLL.Parser.Test/AssemblyInfo.fs index e7ab28cda..9ed8e57d8 100644 --- a/src/GLL.Parser.Test/AssemblyInfo.fs +++ b/src/GLL.Parser.Test/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "GLL.Parser.Test" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/GLLAbstractParser/AssemblyInfo.fs b/src/GLLAbstractParser/AssemblyInfo.fs index 8145448ca..2cdf11202 100644 --- a/src/GLLAbstractParser/AssemblyInfo.fs +++ b/src/GLLAbstractParser/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "GLLAbstractParser" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/GLLGenerator/AssemblyInfo.fs b/src/GLLGenerator/AssemblyInfo.fs index 5ed99ae21..3acd59e3e 100644 --- a/src/GLLGenerator/AssemblyInfo.fs +++ b/src/GLLGenerator/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "GLLGenerator" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/GLLParser/AssemblyInfo.fs b/src/GLLParser/AssemblyInfo.fs index e96ce1df0..353937833 100644 --- a/src/GLLParser/AssemblyInfo.fs +++ b/src/GLLParser/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "GLLParser" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/Generators.Common/AssemblyInfo.fs b/src/Generators.Common/AssemblyInfo.fs index 0c19c0079..9e682d4df 100644 --- a/src/Generators.Common/AssemblyInfo.fs +++ b/src/Generators.Common/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "Generators.Common" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/Helper/AssemblyInfo.fs b/src/Helper/AssemblyInfo.fs index ebc3ff2ba..19e52fdc8 100644 --- a/src/Helper/AssemblyInfo.fs +++ b/src/Helper/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "Helper" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/InfernalApi/AssemblyInfo.fs b/src/InfernalApi/AssemblyInfo.fs index 9e1236c8b..791534cb9 100644 --- a/src/InfernalApi/AssemblyInfo.fs +++ b/src/InfernalApi/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "InfernalApi" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/ParserCommon/AssemblyInfo.fs b/src/ParserCommon/AssemblyInfo.fs index 7accd290a..bc6bbae56 100644 --- a/src/ParserCommon/AssemblyInfo.fs +++ b/src/ParserCommon/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "GLLParsers.Common" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/RIGLRCommon/AssemblyInfo.fs b/src/RIGLRCommon/AssemblyInfo.fs index 699590f59..33f548b93 100644 --- a/src/RIGLRCommon/AssemblyInfo.fs +++ b/src/RIGLRCommon/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "RIGLRCommon" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/RIGLRGenerator/AssemblyInfo.fs b/src/RIGLRGenerator/AssemblyInfo.fs index 23550e275..0f54b45e8 100644 --- a/src/RIGLRGenerator/AssemblyInfo.fs +++ b/src/RIGLRGenerator/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "RIGLRGenerator" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/RIGLRParser/AssemblyInfo.fs b/src/RIGLRParser/AssemblyInfo.fs index d8ae9e1ca..4d6b93e07 100644 --- a/src/RIGLRParser/AssemblyInfo.fs +++ b/src/RIGLRParser/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "RIGLRParser" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/RNGLRAbstractParser/AssemblyInfo.fs b/src/RNGLRAbstractParser/AssemblyInfo.fs index 6a7b26bbf..9a73d1ae0 100644 --- a/src/RNGLRAbstractParser/AssemblyInfo.fs +++ b/src/RNGLRAbstractParser/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "RNGLRAbstractParser" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/RNGLRCommon/AssemblyInfo.fs b/src/RNGLRCommon/AssemblyInfo.fs index 25affd352..d23d04c6a 100644 --- a/src/RNGLRCommon/AssemblyInfo.fs +++ b/src/RNGLRCommon/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "RNGLRCommon" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/RNGLRGenerator/AssemblyInfo.fs b/src/RNGLRGenerator/AssemblyInfo.fs index 174a8eea3..085bc1be7 100644 --- a/src/RNGLRGenerator/AssemblyInfo.fs +++ b/src/RNGLRGenerator/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "RNGLRGenerator" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/RNGLRParser/AssemblyInfo.fs b/src/RNGLRParser/AssemblyInfo.fs index 7ab5f21be..59b8e12b1 100644 --- a/src/RNGLRParser/AssemblyInfo.fs +++ b/src/RNGLRParser/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "RNGLRParser" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/StructurePrinter/AssemblyInfo.fs b/src/StructurePrinter/AssemblyInfo.fs index 2343fc6b3..f9bba34e8 100644 --- a/src/StructurePrinter/AssemblyInfo.fs +++ b/src/StructurePrinter/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "StructurePrinter" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/TreeDump/AssemblyInfo.fs b/src/TreeDump/AssemblyInfo.fs index 1186587dc..11e7b32a4 100644 --- a/src/TreeDump/AssemblyInfo.fs +++ b/src/TreeDump/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "TreeDump" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/YaccConstructor/AssemblyInfo.fs b/src/YaccConstructor/AssemblyInfo.fs index c7f9608c2..2a3af142f 100644 --- a/src/YaccConstructor/AssemblyInfo.fs +++ b/src/YaccConstructor/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "YaccConstructor" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/YardFrontend/AssemblyInfo.fs b/src/YardFrontend/AssemblyInfo.fs index ae8623986..5d5a176fe 100644 --- a/src/YardFrontend/AssemblyInfo.fs +++ b/src/YardFrontend/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "YardFrontend" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0" diff --git a/src/YardPrinter/AssemblyInfo.fs b/src/YardPrinter/AssemblyInfo.fs index 6a795b94b..fcb29df6d 100644 --- a/src/YardPrinter/AssemblyInfo.fs +++ b/src/YardPrinter/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "YardPrinter" let [] AssemblyProduct = "YaccConstructor" let [] AssemblyDescription = "Platform for parser generators and other grammarware research and development." - let [] AssemblyVersion = "0.1.0.1" - let [] AssemblyFileVersion = "0.1.0.1" + let [] AssemblyVersion = "0.2.0.0" + let [] AssemblyFileVersion = "0.2.0.0"