From 0539363b3fbb7610bf45da72199c0c6d22204195 Mon Sep 17 00:00:00 2001 From: Ken Domino Date: Tue, 15 Oct 2024 20:11:22 -0400 Subject: [PATCH] Bump version to start changes for next release. --- _scripts/set-version.sh | 6 +++--- src/tragl/readme.md | 2 +- src/tragl/tragl.csproj | 2 +- src/tranalyze/readme.md | 2 +- src/tranalyze/tranalyze.csproj | 2 +- src/trcaret/readme.md | 2 +- src/trcaret/trcaret.csproj | 2 +- src/trclonereplace/readme.md | 2 +- src/trclonereplace/trclonereplace.csproj | 2 +- src/trcombine/readme.md | 2 +- src/trcombine/trcombine.csproj | 2 +- src/trconvert/readme.md | 2 +- src/trconvert/trconvert.csproj | 2 +- src/trcover/readme.md | 2 +- src/trcover/trcover.csproj | 2 +- src/trdot/readme.md | 2 +- src/trdot/trdot.csproj | 2 +- src/trenum/readme.md | 2 +- src/trenum/trenum.csproj | 2 +- src/trfirst/readme.md | 2 +- src/trfirst/trfirst.csproj | 2 +- src/trfold/readme.md | 2 +- src/trfold/trfold.csproj | 2 +- src/trfoldlit/readme.md | 2 +- src/trfoldlit/trfoldlit.csproj | 2 +- src/trformat/readme.md | 2 +- src/trformat/trformat.csproj | 2 +- src/trgen/Command.cs | 2 +- src/trgen/readme.md | 2 +- src/trgen/trgen.csproj | 2 +- src/trgenvsc/readme.md | 2 +- src/trgenvsc/trgenvsc.csproj | 2 +- src/trglob/readme.md | 2 +- src/trglob/trglob.csproj | 2 +- src/trgroup/readme.md | 2 +- src/trgroup/trgroup.csproj | 2 +- src/triconv/readme.md | 2 +- src/triconv/triconv.csproj | 2 +- src/tritext/readme.md | 2 +- src/tritext/tritext.csproj | 2 +- src/trjson/readme.md | 2 +- src/trjson/trjson.csproj | 2 +- src/trkleene/readme.md | 2 +- src/trkleene/trkleene.csproj | 2 +- src/trparse/readme.md | 2 +- src/trparse/trparse.csproj | 2 +- src/trperf/readme.md | 2 +- src/trperf/trperf.csproj | 2 +- src/trpiggy/readme.md | 2 +- src/trpiggy/trpiggy.csproj | 2 +- src/trquery/readme.md | 2 +- src/trquery/trquery.csproj | 2 +- src/trrename/readme.md | 2 +- src/trrename/trrename.csproj | 2 +- src/trrr/readme.md | 2 +- src/trrr/trrr.csproj | 2 +- src/trrup/readme.md | 2 +- src/trrup/trrup.csproj | 2 +- src/trsem/readme.md | 2 +- src/trsem/trsem.csproj | 2 +- src/trsort/readme.md | 2 +- src/trsort/trsort.csproj | 2 +- src/trsplit/readme.md | 2 +- src/trsplit/trsplit.csproj | 2 +- src/trsponge/readme.md | 2 +- src/trsponge/trsponge.csproj | 2 +- src/trst/readme.md | 2 +- src/trst/trst.csproj | 2 +- src/trtext/readme.md | 2 +- src/trtext/trtext.csproj | 2 +- src/trthompson/readme.md | 2 +- src/trthompson/trthompson.csproj | 2 +- src/trtokens/readme.md | 2 +- src/trtokens/trtokens.csproj | 2 +- src/trtree/readme.md | 2 +- src/trtree/trtree.csproj | 2 +- src/trull/readme.md | 2 +- src/trull/trull.csproj | 2 +- src/trunfold/readme.md | 2 +- src/trunfold/trunfold.csproj | 2 +- src/trungroup/readme.md | 2 +- src/trungroup/trungroup.csproj | 2 +- src/trwdog/readme.md | 2 +- src/trwdog/trwdog.csproj | 2 +- src/trxgrep/readme.md | 2 +- src/trxgrep/trxgrep.csproj | 2 +- src/trxml/readme.md | 2 +- src/trxml/trxml.csproj | 2 +- src/trxml2/readme.md | 2 +- src/trxml2/trxml2.csproj | 2 +- 90 files changed, 92 insertions(+), 92 deletions(-) diff --git a/_scripts/set-version.sh b/_scripts/set-version.sh index acb5189c..1c3cc39b 100644 --- a/_scripts/set-version.sh +++ b/_scripts/set-version.sh @@ -1,5 +1,5 @@ #!/usr/bin/bash -version="0.23.7" +version="0.23.8" cd src directories=`find . -maxdepth 1 -type d -name "tr*"` cwd=`pwd` @@ -41,7 +41,7 @@ do mv asdfasdf *.csproj rm -f asdfasdf2 touch readme.md - cat readme.md | sed -e 's%^0[.][0-9]*[.][0-9]*.*$'"%$version"' Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen.%' > asdfasdf2 + cat readme.md | sed -e 's%^0[.][0-9]*[.][0-9]*.*$'"%$version"' %' > asdfasdf2 mv asdfasdf2 readme.md cd .. done @@ -78,7 +78,7 @@ do mv asdfasdf *.csproj rm -f asdfasdf2 touch readme.md - cat readme.md | sed -e 's%^0[.][0-9]*[.][0-9]*.*$'"%$version"' Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen.%' > asdfasdf2 + cat readme.md | sed -e 's%^0[.][0-9]*[.][0-9]*.*$'"%$version"' %' > asdfasdf2 mv asdfasdf2 readme.md cd .. done diff --git a/src/tragl/readme.md b/src/tragl/readme.md index 97de1692..17423ccf 100644 --- a/src/tragl/readme.md +++ b/src/tragl/readme.md @@ -19,7 +19,7 @@ This tool is part of Trash, Transformations for Antlr Shell. ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/tragl/tragl.csproj b/src/tragl/tragl.csproj index bd011045..bab36805 100644 --- a/src/tragl/tragl.csproj +++ b/src/tragl/tragl.csproj @@ -19,7 +19,7 @@ This program is part of the Trash toolkit.]]> true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/tragl git diff --git a/src/tranalyze/readme.md b/src/tranalyze/readme.md index 245f410a..961ba0c1 100644 --- a/src/tranalyze/readme.md +++ b/src/tranalyze/readme.md @@ -65,7 +65,7 @@ _Output_ ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/tranalyze/tranalyze.csproj b/src/tranalyze/tranalyze.csproj index 5a006b83..ecacb8bd 100644 --- a/src/tranalyze/tranalyze.csproj +++ b/src/tranalyze/tranalyze.csproj @@ -17,7 +17,7 @@ This program is part of the Trash toolkit.]]> true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/tranalyze git diff --git a/src/trcaret/readme.md b/src/trcaret/readme.md index d487e37d..8cf5584f 100644 --- a/src/trcaret/readme.md +++ b/src/trcaret/readme.md @@ -18,7 +18,7 @@ Reads a tree from stdin and prints lines and caret marks. ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trcaret/trcaret.csproj b/src/trcaret/trcaret.csproj index 49d88453..6428c293 100644 --- a/src/trcaret/trcaret.csproj +++ b/src/trcaret/trcaret.csproj @@ -19,7 +19,7 @@ This program is part of the Trash toolkit. true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trcaret git diff --git a/src/trclonereplace/readme.md b/src/trclonereplace/readme.md index eb9934ff..de5ba715 100644 --- a/src/trclonereplace/readme.md +++ b/src/trclonereplace/readme.md @@ -19,7 +19,7 @@ Clone, rename, and replace symbols in a grammar to optimize full stack fallbacks ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trclonereplace/trclonereplace.csproj b/src/trclonereplace/trclonereplace.csproj index f43489a1..ccecc674 100644 --- a/src/trclonereplace/trclonereplace.csproj +++ b/src/trclonereplace/trclonereplace.csproj @@ -17,7 +17,7 @@ This program is part of the Trash toolkit.]]> true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trclonereplace git diff --git a/src/trcombine/readme.md b/src/trcombine/readme.md index 2f2fa9af..65c47e3c 100644 --- a/src/trcombine/readme.md +++ b/src/trcombine/readme.md @@ -103,7 +103,7 @@ The original grammars are left unchanged. ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trcombine/trcombine.csproj b/src/trcombine/trcombine.csproj index de7556ff..1b0bc332 100644 --- a/src/trcombine/trcombine.csproj +++ b/src/trcombine/trcombine.csproj @@ -17,7 +17,7 @@ This program is part of the Trash toolkit.]]> true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trcombine git diff --git a/src/trconvert/readme.md b/src/trconvert/readme.md index 60cfb5cf..dcb30997 100644 --- a/src/trconvert/readme.md +++ b/src/trconvert/readme.md @@ -93,7 +93,7 @@ _Output_ ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trconvert/trconvert.csproj b/src/trconvert/trconvert.csproj index 3fadd207..a79907ed 100644 --- a/src/trconvert/trconvert.csproj +++ b/src/trconvert/trconvert.csproj @@ -18,7 +18,7 @@ syntax. This program is part of the Trash toolkit.]]> true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trconvert git diff --git a/src/trcover/readme.md b/src/trcover/readme.md index f9e765aa..643a5692 100644 --- a/src/trcover/readme.md +++ b/src/trcover/readme.md @@ -24,7 +24,7 @@ a grammar. ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trcover/trcover.csproj b/src/trcover/trcover.csproj index 13127b3d..3da39d23 100644 --- a/src/trcover/trcover.csproj +++ b/src/trcover/trcover.csproj @@ -18,7 +18,7 @@ for the entire grammar. This program is part of the Trash toolkit.]]> true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trcover git diff --git a/src/trdot/readme.md b/src/trdot/readme.md index 90974193..ca378393 100644 --- a/src/trdot/readme.md +++ b/src/trdot/readme.md @@ -63,7 +63,7 @@ The output will be: ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trdot/trdot.csproj b/src/trdot/trdot.csproj index f09848e8..d31ed746 100644 --- a/src/trdot/trdot.csproj +++ b/src/trdot/trdot.csproj @@ -18,7 +18,7 @@ This program is part of the Trash toolkit. true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trdot git diff --git a/src/trenum/readme.md b/src/trenum/readme.md index d45f0609..82ffa915 100644 --- a/src/trenum/readme.md +++ b/src/trenum/readme.md @@ -8,7 +8,7 @@ ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trenum/trenum.csproj b/src/trenum/trenum.csproj index 06463e64..4a0ee6d3 100644 --- a/src/trenum/trenum.csproj +++ b/src/trenum/trenum.csproj @@ -18,7 +18,7 @@ This program is part of the Trash toolkit. true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trull git diff --git a/src/trfirst/readme.md b/src/trfirst/readme.md index dfb5e902..41a9daa5 100644 --- a/src/trfirst/readme.md +++ b/src/trfirst/readme.md @@ -24,7 +24,7 @@ XPaths, type _export MSYS2_ARG_CONV_EXCL="*"_, then execute your command. ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trfirst/trfirst.csproj b/src/trfirst/trfirst.csproj index 6e940810..450079e3 100644 --- a/src/trfirst/trfirst.csproj +++ b/src/trfirst/trfirst.csproj @@ -17,7 +17,7 @@ This program is part of the Trash toolkit.]]> true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trfirst git diff --git a/src/trfold/readme.md b/src/trfold/readme.md index 57778dbf..05930072 100644 --- a/src/trfold/readme.md +++ b/src/trfold/readme.md @@ -26,7 +26,7 @@ XPaths, type _export MSYS2_ARG_CONV_EXCL="*"_, then execute your command. ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trfold/trfold.csproj b/src/trfold/trfold.csproj index 308f0d3d..f76b279e 100644 --- a/src/trfold/trfold.csproj +++ b/src/trfold/trfold.csproj @@ -17,7 +17,7 @@ This program is part of the Trash toolkit.]]> true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trfold git diff --git a/src/trfoldlit/readme.md b/src/trfoldlit/readme.md index 8d718a75..2e533b31 100644 --- a/src/trfoldlit/readme.md +++ b/src/trfoldlit/readme.md @@ -65,7 +65,7 @@ XPaths, type _export MSYS2_ARG_CONV_EXCL="*"_, then execute your command. ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trfoldlit/trfoldlit.csproj b/src/trfoldlit/trfoldlit.csproj index f501d8aa..ce198239 100644 --- a/src/trfoldlit/trfoldlit.csproj +++ b/src/trfoldlit/trfoldlit.csproj @@ -17,7 +17,7 @@ This program is part of the Trash toolkit.]]> true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trfoldlit git diff --git a/src/trformat/readme.md b/src/trformat/readme.md index 6f4cf434..7ff2cb8d 100644 --- a/src/trformat/readme.md +++ b/src/trformat/readme.md @@ -18,7 +18,7 @@ Format of grammar using machine learning. ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trformat/trformat.csproj b/src/trformat/trformat.csproj index 8a263ce4..037c9dce 100644 --- a/src/trformat/trformat.csproj +++ b/src/trformat/trformat.csproj @@ -17,7 +17,7 @@ This program is part of the Trash toolkit.]]> true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trformat git diff --git a/src/trgen/Command.cs b/src/trgen/Command.cs index dd0e9f59..d4923959 100644 --- a/src/trgen/Command.cs +++ b/src/trgen/Command.cs @@ -529,7 +529,7 @@ private void ModifyWithGrammarParse(Config config) } } - public static string version = "0.23.7"; + public static string version = "0.23.8"; // For maven-generated code. public List failed_modules = new List(); diff --git a/src/trgen/readme.md b/src/trgen/readme.md index 9d5632e2..75607f2d 100644 --- a/src/trgen/readme.md +++ b/src/trgen/readme.md @@ -49,7 +49,7 @@ simplify and eliminate bugs created when adding new grammars. ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trgen/trgen.csproj b/src/trgen/trgen.csproj index 95aa8f2e..1071ed2c 100644 --- a/src/trgen/trgen.csproj +++ b/src/trgen/trgen.csproj @@ -18,7 +18,7 @@ This program is part of the Trash toolkit.]]> true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trgen git diff --git a/src/trgenvsc/readme.md b/src/trgenvsc/readme.md index 11ea53da..2822e713 100644 --- a/src/trgenvsc/readme.md +++ b/src/trgenvsc/readme.md @@ -30,7 +30,7 @@ the XPath patterns to match certain parse trees. ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trgenvsc/trgenvsc.csproj b/src/trgenvsc/trgenvsc.csproj index 42df1291..d4352476 100644 --- a/src/trgenvsc/trgenvsc.csproj +++ b/src/trgenvsc/trgenvsc.csproj @@ -18,7 +18,7 @@ This program is part of the Trash toolkit.]]> true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trgenvsc git diff --git a/src/trglob/readme.md b/src/trglob/readme.md index 3f440874..33583c00 100644 --- a/src/trglob/readme.md +++ b/src/trglob/readme.md @@ -17,7 +17,7 @@ Expand a glob string into file names. ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trglob/trglob.csproj b/src/trglob/trglob.csproj index 5a798736..5e6c8203 100644 --- a/src/trglob/trglob.csproj +++ b/src/trglob/trglob.csproj @@ -18,7 +18,7 @@ This program is part of the Trash toolkit.]]> true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trglob git diff --git a/src/trgroup/readme.md b/src/trgroup/readme.md index 667871a7..a0c188a1 100644 --- a/src/trgroup/readme.md +++ b/src/trgroup/readme.md @@ -56,7 +56,7 @@ XPaths, type _export MSYS2_ARG_CONV_EXCL="*"_, then execute your command. ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trgroup/trgroup.csproj b/src/trgroup/trgroup.csproj index 86a65d63..29eba8eb 100644 --- a/src/trgroup/trgroup.csproj +++ b/src/trgroup/trgroup.csproj @@ -17,7 +17,7 @@ This program is part of the Trash toolkit.]]> true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trgroup git diff --git a/src/triconv/readme.md b/src/triconv/readme.md index 32f8b0c8..f1c6d12d 100644 --- a/src/triconv/readme.md +++ b/src/triconv/readme.md @@ -20,7 +20,7 @@ unicode. ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/triconv/triconv.csproj b/src/triconv/triconv.csproj index 8aa0edf7..051f9823 100644 --- a/src/triconv/triconv.csproj +++ b/src/triconv/triconv.csproj @@ -17,7 +17,7 @@ This program is part of the Trash toolkit.]]> true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trxml2 git diff --git a/src/tritext/readme.md b/src/tritext/readme.md index ebbe5eca..6ab995a8 100644 --- a/src/tritext/readme.md +++ b/src/tritext/readme.md @@ -18,7 +18,7 @@ Get strings from a PDF file using IText. ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/tritext/tritext.csproj b/src/tritext/tritext.csproj index 57ba5e26..932eb550 100644 --- a/src/tritext/tritext.csproj +++ b/src/tritext/tritext.csproj @@ -18,7 +18,7 @@ This program is part of the Trash toolkit. true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/tritext git diff --git a/src/trjson/readme.md b/src/trjson/readme.md index 9297f734..b77c52ab 100644 --- a/src/trjson/readme.md +++ b/src/trjson/readme.md @@ -18,7 +18,7 @@ Read a parse tree from stdin and write a JSON represenation of it. ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trjson/trjson.csproj b/src/trjson/trjson.csproj index 7e2f91ac..23f7d63d 100644 --- a/src/trjson/trjson.csproj +++ b/src/trjson/trjson.csproj @@ -18,7 +18,7 @@ This program is part of the Trash toolkit. true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trjson git diff --git a/src/trkleene/readme.md b/src/trkleene/readme.md index 7e792fee..9659ca65 100644 --- a/src/trkleene/readme.md +++ b/src/trkleene/readme.md @@ -38,7 +38,7 @@ XPaths, type _export MSYS2_ARG_CONV_EXCL="*"_, then execute your command. ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trkleene/trkleene.csproj b/src/trkleene/trkleene.csproj index 2c77e677..e8101baf 100644 --- a/src/trkleene/trkleene.csproj +++ b/src/trkleene/trkleene.csproj @@ -19,7 +19,7 @@ This program is part of the Trash toolkit. true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trkleene git diff --git a/src/trparse/readme.md b/src/trparse/readme.md index 07c0b5a1..fe80b741 100644 --- a/src/trparse/readme.md +++ b/src/trparse/readme.md @@ -50,7 +50,7 @@ the `--type` command-line option: ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trparse/trparse.csproj b/src/trparse/trparse.csproj index c923419b..98400f31 100644 --- a/src/trparse/trparse.csproj +++ b/src/trparse/trparse.csproj @@ -18,7 +18,7 @@ This program is part of the Trash toolkit.]]> true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trparse git diff --git a/src/trperf/readme.md b/src/trperf/readme.md index 016ac89e..e57414eb 100644 --- a/src/trperf/readme.md +++ b/src/trperf/readme.md @@ -41,7 +41,7 @@ be in a trgen-generated parser directory, or use the -p option. ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trperf/trperf.csproj b/src/trperf/trperf.csproj index d6c11c75..fa42681b 100644 --- a/src/trperf/trperf.csproj +++ b/src/trperf/trperf.csproj @@ -19,7 +19,7 @@ This program is part of the Trash toolkit.]]> true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trperf git diff --git a/src/trpiggy/readme.md b/src/trpiggy/readme.md index f9cda634..c45ce612 100644 --- a/src/trpiggy/readme.md +++ b/src/trpiggy/readme.md @@ -63,7 +63,7 @@ Output: ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trpiggy/trpiggy.csproj b/src/trpiggy/trpiggy.csproj index 070cd3a6..5984b257 100644 --- a/src/trpiggy/trpiggy.csproj +++ b/src/trpiggy/trpiggy.csproj @@ -18,7 +18,7 @@ This program is part of the Trash toolkit.]]> true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trpiggy git diff --git a/src/trquery/readme.md b/src/trquery/readme.md index d5f3512a..e7e0892b 100644 --- a/src/trquery/readme.md +++ b/src/trquery/readme.md @@ -47,7 +47,7 @@ XPaths, type _export MSYS2_ARG_CONV_EXCL="*"_, then execute your command. ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trquery/trquery.csproj b/src/trquery/trquery.csproj index 7e78ccd2..ffa4cdda 100644 --- a/src/trquery/trquery.csproj +++ b/src/trquery/trquery.csproj @@ -17,7 +17,7 @@ This program is part of the Trash toolkit.]]> true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trquery git diff --git a/src/trrename/readme.md b/src/trrename/readme.md index 8249eb85..c1014ca5 100644 --- a/src/trrename/readme.md +++ b/src/trrename/readme.md @@ -27,7 +27,7 @@ make sure to enclose the argument as it contains semi-colons. ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trrename/trrename.csproj b/src/trrename/trrename.csproj index 30cf3a5a..182e4387 100644 --- a/src/trrename/trrename.csproj +++ b/src/trrename/trrename.csproj @@ -17,7 +17,7 @@ This program is part of the Trash toolkit.]]> true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trrename git diff --git a/src/trrr/readme.md b/src/trrr/readme.md index 483ae547..98ce09ba 100644 --- a/src/trrr/readme.md +++ b/src/trrr/readme.md @@ -14,7 +14,7 @@ ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trrr/trrr.csproj b/src/trrr/trrr.csproj index 63aef8fd..a939c3c5 100644 --- a/src/trrr/trrr.csproj +++ b/src/trrr/trrr.csproj @@ -17,7 +17,7 @@ This program is part of the Trash toolkit.]]> true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trrr git diff --git a/src/trrup/readme.md b/src/trrup/readme.md index b8093053..ca1014a6 100644 --- a/src/trrup/readme.md +++ b/src/trrup/readme.md @@ -42,7 +42,7 @@ XPaths, type _export MSYS2_ARG_CONV_EXCL="*"_, then execute your command. ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trrup/trrup.csproj b/src/trrup/trrup.csproj index f7c743aa..ad457da2 100644 --- a/src/trrup/trrup.csproj +++ b/src/trrup/trrup.csproj @@ -17,7 +17,7 @@ This program is part of the Trash toolkit.]]> true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trrup git diff --git a/src/trsem/readme.md b/src/trsem/readme.md index 6a88c856..50d358dd 100644 --- a/src/trsem/readme.md +++ b/src/trsem/readme.md @@ -18,7 +18,7 @@ Read a static semantics spec file and generate code. ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trsem/trsem.csproj b/src/trsem/trsem.csproj index 906fc1c4..451aa51e 100644 --- a/src/trsem/trsem.csproj +++ b/src/trsem/trsem.csproj @@ -18,7 +18,7 @@ This program is part of the Trash toolkit.]]> true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trsem git diff --git a/src/trsort/readme.md b/src/trsort/readme.md index 836761dd..399ee1ea 100644 --- a/src/trsort/readme.md +++ b/src/trsort/readme.md @@ -37,7 +37,7 @@ XPaths, type _export MSYS2_ARG_CONV_EXCL="*"_, then execute your command. ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trsort/trsort.csproj b/src/trsort/trsort.csproj index 0d565a94..25acede3 100644 --- a/src/trsort/trsort.csproj +++ b/src/trsort/trsort.csproj @@ -17,7 +17,7 @@ This program is part of the Trash toolkit.]]> true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trsort git diff --git a/src/trsplit/readme.md b/src/trsplit/readme.md index 6cdf911e..8610480d 100644 --- a/src/trsplit/readme.md +++ b/src/trsplit/readme.md @@ -45,7 +45,7 @@ modified. ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trsplit/trsplit.csproj b/src/trsplit/trsplit.csproj index feb93805..2bb8765f 100644 --- a/src/trsplit/trsplit.csproj +++ b/src/trsplit/trsplit.csproj @@ -17,7 +17,7 @@ This program is part of the Trash toolkit.]]> true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trsplit git diff --git a/src/trsponge/readme.md b/src/trsponge/readme.md index 879c3d48..7ead3025 100644 --- a/src/trsponge/readme.md +++ b/src/trsponge/readme.md @@ -19,7 +19,7 @@ results to file(s). ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trsponge/trsponge.csproj b/src/trsponge/trsponge.csproj index cd2677db..f6fc424f 100644 --- a/src/trsponge/trsponge.csproj +++ b/src/trsponge/trsponge.csproj @@ -17,7 +17,7 @@ This program is part of the Trash toolkit.]]> true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trsponge git diff --git a/src/trst/readme.md b/src/trst/readme.md index 715360a3..39395571 100644 --- a/src/trst/readme.md +++ b/src/trst/readme.md @@ -18,7 +18,7 @@ Output tree using the Antlr runtime ToStringTree(). ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trst/trst.csproj b/src/trst/trst.csproj index 08ad1ccb..bdd3928d 100644 --- a/src/trst/trst.csproj +++ b/src/trst/trst.csproj @@ -18,7 +18,7 @@ This program is part of the Trash toolkit. true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trst git diff --git a/src/trtext/readme.md b/src/trtext/readme.md index 90003156..221e08e9 100644 --- a/src/trtext/readme.md +++ b/src/trtext/readme.md @@ -19,7 +19,7 @@ specified, the line number range for the tree is printed. ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trtext/trtext.csproj b/src/trtext/trtext.csproj index 5e90597b..204c9ce5 100644 --- a/src/trtext/trtext.csproj +++ b/src/trtext/trtext.csproj @@ -19,7 +19,7 @@ This program is part of the Trash toolkit. true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trtext git diff --git a/src/trthompson/readme.md b/src/trthompson/readme.md index 8e80603e..421a7fc4 100644 --- a/src/trthompson/readme.md +++ b/src/trthompson/readme.md @@ -12,7 +12,7 @@ ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trthompson/trthompson.csproj b/src/trthompson/trthompson.csproj index 0e83b35b..a0234b24 100644 --- a/src/trthompson/trthompson.csproj +++ b/src/trthompson/trthompson.csproj @@ -18,7 +18,7 @@ This program is part of the Trash toolkit. true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trthompson git diff --git a/src/trtokens/readme.md b/src/trtokens/readme.md index 0423523b..ed70ede1 100644 --- a/src/trtokens/readme.md +++ b/src/trtokens/readme.md @@ -52,7 +52,7 @@ Output: ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trtokens/trtokens.csproj b/src/trtokens/trtokens.csproj index ea1d6fb1..fba1f3e8 100644 --- a/src/trtokens/trtokens.csproj +++ b/src/trtokens/trtokens.csproj @@ -17,7 +17,7 @@ This program is part of the Trash toolkit.]]> true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trtokens git diff --git a/src/trtree/readme.md b/src/trtree/readme.md index 34f80eb2..bc96fb2c 100644 --- a/src/trtree/readme.md +++ b/src/trtree/readme.md @@ -18,7 +18,7 @@ Reads a tree from stdin and prints the tree as an indented node list. ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trtree/trtree.csproj b/src/trtree/trtree.csproj index f5bd27c4..78a81620 100644 --- a/src/trtree/trtree.csproj +++ b/src/trtree/trtree.csproj @@ -18,7 +18,7 @@ This program is part of the Trash toolkit. true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trtree git diff --git a/src/trull/readme.md b/src/trull/readme.md index da085bec..10466b14 100644 --- a/src/trull/readme.md +++ b/src/trull/readme.md @@ -63,7 +63,7 @@ XPaths, type _export MSYS2_ARG_CONV_EXCL="*"_, then execute your command. ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trull/trull.csproj b/src/trull/trull.csproj index 9f0df421..3cc49112 100644 --- a/src/trull/trull.csproj +++ b/src/trull/trull.csproj @@ -18,7 +18,7 @@ This program is part of the Trash toolkit. true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trull git diff --git a/src/trunfold/readme.md b/src/trunfold/readme.md index b7f91794..3f3f0477 100644 --- a/src/trunfold/readme.md +++ b/src/trunfold/readme.md @@ -51,7 +51,7 @@ XPaths, type _export MSYS2_ARG_CONV_EXCL="*"_, then execute your command. ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trunfold/trunfold.csproj b/src/trunfold/trunfold.csproj index b60ccbac..fd43225c 100644 --- a/src/trunfold/trunfold.csproj +++ b/src/trunfold/trunfold.csproj @@ -18,7 +18,7 @@ in the parse tree. This program is part of the Trash toolkit. true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trunfold git diff --git a/src/trungroup/readme.md b/src/trungroup/readme.md index 0434fa83..92a28075 100644 --- a/src/trungroup/readme.md +++ b/src/trungroup/readme.md @@ -24,7 +24,7 @@ XPaths, type _export MSYS2_ARG_CONV_EXCL="*"_, then execute your command. ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trungroup/trungroup.csproj b/src/trungroup/trungroup.csproj index 7f80edd9..cf5bb596 100644 --- a/src/trungroup/trungroup.csproj +++ b/src/trungroup/trungroup.csproj @@ -17,7 +17,7 @@ This program is part of the Trash toolkit.]]> true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trungroup git diff --git a/src/trwdog/readme.md b/src/trwdog/readme.md index 82e40efb..f2a0c052 100644 --- a/src/trwdog/readme.md +++ b/src/trwdog/readme.md @@ -18,7 +18,7 @@ Execute a command with a watchdog timer. ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trwdog/trwdog.csproj b/src/trwdog/trwdog.csproj index f8067616..97b4a899 100644 --- a/src/trwdog/trwdog.csproj +++ b/src/trwdog/trwdog.csproj @@ -19,7 +19,7 @@ This program is part of the Trash toolkit. true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trwdog git diff --git a/src/trxgrep/readme.md b/src/trxgrep/readme.md index e8473e89..cb3f0fa2 100644 --- a/src/trxgrep/readme.md +++ b/src/trxgrep/readme.md @@ -24,7 +24,7 @@ XPaths, type _export MSYS2_ARG_CONV_EXCL="*"_, then execute your command. ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trxgrep/trxgrep.csproj b/src/trxgrep/trxgrep.csproj index 409584e5..c8cf02e2 100644 --- a/src/trxgrep/trxgrep.csproj +++ b/src/trxgrep/trxgrep.csproj @@ -18,7 +18,7 @@ This program is part of the Trash toolkit. true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trxgrep git diff --git a/src/trxml/readme.md b/src/trxml/readme.md index 8afa3d23..1bcb54a9 100644 --- a/src/trxml/readme.md +++ b/src/trxml/readme.md @@ -18,7 +18,7 @@ Read a tree from stdin and write an XML represenation of it. ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trxml/trxml.csproj b/src/trxml/trxml.csproj index df637e90..3dad497c 100644 --- a/src/trxml/trxml.csproj +++ b/src/trxml/trxml.csproj @@ -17,7 +17,7 @@ This program is part of the Trash toolkit.]]> true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trxml git diff --git a/src/trxml2/readme.md b/src/trxml2/readme.md index 055f5aa7..073a6792 100644 --- a/src/trxml2/readme.md +++ b/src/trxml2/readme.md @@ -18,7 +18,7 @@ Read an xml file and enumerate all paths to elements in xpath syntax. ## Current version -0.23.7 Fixed trcover when started outside of Generated directory. Fixed analysis of grammars in trgen. +0.23.8 ## License diff --git a/src/trxml2/trxml2.csproj b/src/trxml2/trxml2.csproj index 3e5186f7..50d1f714 100644 --- a/src/trxml2/trxml2.csproj +++ b/src/trxml2/trxml2.csproj @@ -17,7 +17,7 @@ This program is part of the Trash toolkit.]]> true portable true - 0.23.7 + 0.23.8 https://github.com/kaby76/Trash/tree/main/src/trxml2 git