Skip to content
Merged

1.1.1 #620

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"trash": {
"version": "1.1.0",
"version": "1.1.1",
"commands": [
"trash"
],
Expand Down
2 changes: 1 addition & 1 deletion _scripts/publish.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/bash
version=1.1.0
version=1.1.1
cd src
dotnet nuget push trash/bin/Release/trash.$version.nupkg --api-key $trashkey --source https://api.nuget.org/v3/index.json
6 changes: 3 additions & 3 deletions _scripts/set-version.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/bash
#set -e
#set -x
version="1.1.0"
version="1.1.1"
cd src
directories=`find . -maxdepth 1 -type d -name "tr*"`
cwd=`pwd`
Expand Down Expand Up @@ -42,7 +42,7 @@ do
do
sed -i -e "s%[<][Vv]ersion[>].*[<][/][Vv]ersion[>]%<Version\>$version</Version>%" $csproj
done
sed -i -e 's%^[0-9]*[.][0-9]*[.][0-9]*.*$'"%$version"' Unified dispatcher for the Trash toolkit. Fix broken Cpp target on Github. Add tokens per second perf measurement.%' readme.md
sed -i -e 's%^[0-9]*[.][0-9]*[.][0-9]*.*$'"%$version"' Unified dispatcher for the Trash toolkit. Fix broken Cpp target on Github. Add tokens per second perf measurement. Added more perf measurements to templates.%' readme.md
for cs in *.cs
do
sed -i -e "s%public string Version { get; set; } = \"[0-9][.][0-9]*[.][0-9]*\";%public string Version { get; set; } = \"$version\";%" $cs
Expand Down Expand Up @@ -80,7 +80,7 @@ do
rm -f asdfasdf
cat *.csproj | sed -e "s%[<][Vv]ersion[>].*[<][/][Vv]ersion[>]%<Version\>$version</Version>%" > asdfasdf
mv asdfasdf *.csproj
sed -i -e 's%^[0-9]*[.][0-9]*[.][0-9]*.*$'"%$version"' Unified dispatcher for the Trash toolkit. Fix broken Cpp target on Github. Add tokens per second perf measurement.%' readme.md
sed -i -e 's%^[0-9]*[.][0-9]*[.][0-9]*.*$'"%$version"' Unified dispatcher for the Trash toolkit. Fix broken Cpp target on Github. Add tokens per second perf measurement. Added more perf measurements to templates.%' readme.md
cd ..
done

Expand Down
2 changes: 1 addition & 1 deletion src/tragl/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This tool is part of Trash, Transformations for Antlr Shell.

## Current version

1.1.0 Unified dispatcher for the Trash toolkit. Fix broken Cpp target on Github. Add tokens per second perf measurement.
1.1.1 Unified dispatcher for the Trash toolkit. Fix broken Cpp target on Github. Add tokens per second perf measurement. Added more perf measurements to templates.

## License

Expand Down
2 changes: 1 addition & 1 deletion src/tragl/tragl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This program is part of the Trash toolkit.]]>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<RepositoryUrl>https://github.com/kaby76/Trash/tree/main/src/tragl</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/tranalyze/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ public class Config
public bool Verbose { get; set; }

[Option("version", Required = false)]
public string Version { get; set; } = "1.1.0";
public string Version { get; set; } = "1.1.1";
}
}
2 changes: 1 addition & 1 deletion src/tranalyze/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ _Output_

## Current version

1.1.0 Unified dispatcher for the Trash toolkit. Fix broken Cpp target on Github. Add tokens per second perf measurement.
1.1.1 Unified dispatcher for the Trash toolkit. Fix broken Cpp target on Github. Add tokens per second perf measurement. Added more perf measurements to templates.

## License

Expand Down
2 changes: 1 addition & 1 deletion src/tranalyze/tranalyze.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This program is part of the Trash toolkit.]]>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<RepositoryUrl>https://github.com/kaby76/Trash/tree/main/src/tranalyze</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/trash/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.1.0 Unified dispatcher for the Trash toolkit. Fix broken Cpp target on Github. Add tokens per second perf measurement.
1.1.1 Unified dispatcher for the Trash toolkit. Fix broken Cpp target on Github. Add tokens per second perf measurement. Added more perf measurements to templates.

# trash

Expand Down
2 changes: 1 addition & 1 deletion src/trash/trash.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Usage: trash <command> [options] (e.g. trash trgen, trash gen, trash trparse)]]
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<RepositoryUrl>https://github.com/kaby76/Trash/tree/main/src/trash</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/trcaret/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ public class Config
public bool Verbose { get; set; }

[Option("version", Required = false)]
public string Version { get; set; } = "1.1.0";
public string Version { get; set; } = "1.1.1";
}
}
2 changes: 1 addition & 1 deletion src/trcaret/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Reads a tree from stdin and prints lines and caret marks.

## Current version

1.1.0 Unified dispatcher for the Trash toolkit. Fix broken Cpp target on Github. Add tokens per second perf measurement.
1.1.1 Unified dispatcher for the Trash toolkit. Fix broken Cpp target on Github. Add tokens per second perf measurement. Added more perf measurements to templates.

## License

Expand Down
2 changes: 1 addition & 1 deletion src/trcaret/trcaret.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This program is part of the Trash toolkit.
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<RepositoryUrl>https://github.com/kaby76/Trash/tree/main/src/trcaret</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/trclonereplace/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ public class Config
public string Suffix { get; set; }

[Option("version", Required = false)]
public string Version { get; set; } = "1.1.0";
public string Version { get; set; } = "1.1.1";
}
2 changes: 1 addition & 1 deletion src/trclonereplace/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Clone, rename, and replace symbols in a grammar to optimize full stack fallbacks

## Current version

1.1.0 Unified dispatcher for the Trash toolkit. Fix broken Cpp target on Github. Add tokens per second perf measurement.
1.1.1 Unified dispatcher for the Trash toolkit. Fix broken Cpp target on Github. Add tokens per second perf measurement. Added more perf measurements to templates.

## License

Expand Down
2 changes: 1 addition & 1 deletion src/trclonereplace/trclonereplace.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This program is part of the Trash toolkit.]]>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<RepositoryUrl>https://github.com/kaby76/Trash/tree/main/src/trclonereplace</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/trcombine/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ public class Config
public bool Verbose { get; set; }

[Option("version", Required = false)]
public string Version { get; set; } = "1.1.0";
public string Version { get; set; } = "1.1.1";
}
}
2 changes: 1 addition & 1 deletion src/trcombine/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ The original grammars are left unchanged.

## Current version

1.1.0 Unified dispatcher for the Trash toolkit. Fix broken Cpp target on Github. Add tokens per second perf measurement.
1.1.1 Unified dispatcher for the Trash toolkit. Fix broken Cpp target on Github. Add tokens per second perf measurement. Added more perf measurements to templates.

## License

Expand Down
2 changes: 1 addition & 1 deletion src/trcombine/trcombine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This program is part of the Trash toolkit.]]>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<RepositoryUrl>https://github.com/kaby76/Trash/tree/main/src/trcombine</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/trconvert/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ public class Config
public bool Verbose { get; set; }

[Option("version", Required = false)]
public string Version { get; set; } = "1.1.0";
public string Version { get; set; } = "1.1.1";
}
}
2 changes: 1 addition & 1 deletion src/trconvert/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ _Output_

## Current version

1.1.0 Unified dispatcher for the Trash toolkit. Fix broken Cpp target on Github. Add tokens per second perf measurement.
1.1.1 Unified dispatcher for the Trash toolkit. Fix broken Cpp target on Github. Add tokens per second perf measurement. Added more perf measurements to templates.

## License

Expand Down
2 changes: 1 addition & 1 deletion src/trconvert/trconvert.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ syntax. This program is part of the Trash toolkit.]]>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<RepositoryUrl>https://github.com/kaby76/Trash/tree/main/src/trconvert</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/trcover/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public class Config
public bool ReadFileNameStdin { get; set; }

[Option("version", Required = false)]
public string Version { get; set; } = "1.1.0";
public string Version { get; set; } = "1.1.1";
}
}
2 changes: 1 addition & 1 deletion src/trcover/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ a grammar.

## Current version

1.1.0 Unified dispatcher for the Trash toolkit. Fix broken Cpp target on Github. Add tokens per second perf measurement.
1.1.1 Unified dispatcher for the Trash toolkit. Fix broken Cpp target on Github. Add tokens per second perf measurement. Added more perf measurements to templates.

## License

Expand Down
2 changes: 1 addition & 1 deletion src/trcover/trcover.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ for the entire grammar. This program is part of the Trash toolkit.]]>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<RepositoryUrl>https://github.com/kaby76/Trash/tree/main/src/trcover</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/trdistill/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ public class Config
public bool Verbose { get; set; }

[Option("version", Required = false)]
public string Version { get; set; } = "1.1.0";
public string Version { get; set; } = "1.1.1";
}
}
2 changes: 1 addition & 1 deletion src/trdistill/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ _Output_

## Current version

1.1.0 Unified dispatcher for the Trash toolkit. Fix broken Cpp target on Github. Add tokens per second perf measurement.
1.1.1 Unified dispatcher for the Trash toolkit. Fix broken Cpp target on Github. Add tokens per second perf measurement. Added more perf measurements to templates.

## License

Expand Down
2 changes: 1 addition & 1 deletion src/trdistill/trdistill.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ syntax. This program is part of the Trash toolkit.]]>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<RepositoryUrl>https://github.com/kaby76/Trash/tree/main/src/trdistill</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/trdot/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ public class Config
public bool Verbose { get; set; }

[Option("version", Required = false)]
public string Version { get; set; } = "1.1.0";
public string Version { get; set; } = "1.1.1";
}

2 changes: 1 addition & 1 deletion src/trdot/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The output will be:

## Current version

1.1.0 Unified dispatcher for the Trash toolkit. Fix broken Cpp target on Github. Add tokens per second perf measurement.
1.1.1 Unified dispatcher for the Trash toolkit. Fix broken Cpp target on Github. Add tokens per second perf measurement. Added more perf measurements to templates.

## License

Expand Down
2 changes: 1 addition & 1 deletion src/trdot/trdot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This program is part of the Trash toolkit.
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<RepositoryUrl>https://github.com/kaby76/Trash/tree/main/src/trdot</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/trenum/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ public class Config
public bool Verbose { get; set; }

[Option("version", Required = false)]
public string Version { get; set; } = "1.1.0";
public string Version { get; set; } = "1.1.1";
}
}
2 changes: 1 addition & 1 deletion src/trenum/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Current version

1.1.0 Unified dispatcher for the Trash toolkit. Fix broken Cpp target on Github. Add tokens per second perf measurement.
1.1.1 Unified dispatcher for the Trash toolkit. Fix broken Cpp target on Github. Add tokens per second perf measurement. Added more perf measurements to templates.

## License

Expand Down
2 changes: 1 addition & 1 deletion src/trenum/trenum.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This program is part of the Trash toolkit.
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<RepositoryUrl>https://github.com/kaby76/Trash/tree/main/src/trull</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/trextract/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ public class Config
public bool Verbose { get; set; }

[Option("version", Required = false)]
public string Version { get; set; } = "1.1.0";
public string Version { get; set; } = "1.1.1";
}
}
2 changes: 1 addition & 1 deletion src/trextract/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The outputed files are:

## Current version

1.1.0 Unified dispatcher for the Trash toolkit. Fix broken Cpp target on Github. Add tokens per second perf measurement.
1.1.1 Unified dispatcher for the Trash toolkit. Fix broken Cpp target on Github. Add tokens per second perf measurement. Added more perf measurements to templates.

## License

Expand Down
2 changes: 1 addition & 1 deletion src/trextract/trextract.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This program is part of the Trash toolkit.]]>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<RepositoryUrl>https://github.com/kaby76/Trash/tree/main/src/trextract</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/trff/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class Config
public bool Verbose { get; set; }

[Option("version", Required = false)]
public string Version { get; set; } = "1.1.0";
public string Version { get; set; } = "1.1.1";

[Value(0, Required = false, Default = 1)]
public int K { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion src/trff/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ XPaths, type _export MSYS2_ARG_CONV_EXCL="*"_, then execute your command.

## Current version

1.1.0 Unified dispatcher for the Trash toolkit. Fix broken Cpp target on Github. Add tokens per second perf measurement.
1.1.1 Unified dispatcher for the Trash toolkit. Fix broken Cpp target on Github. Add tokens per second perf measurement. Added more perf measurements to templates.

## License

Expand Down
2 changes: 1 addition & 1 deletion src/trff/trff.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This program is part of the Trash toolkit.]]>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<RepositoryUrl>https://github.com/kaby76/Trash/tree/main/src/trff</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/trfold/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class Config
public bool Verbose { get; set; }

[Option("version", Required = false)]
public string Version { get; set; } = "1.1.0";
public string Version { get; set; } = "1.1.1";

[Value(0, Min = 1)]
public IEnumerable<string> Expr { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion src/trfold/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ XPaths, type _export MSYS2_ARG_CONV_EXCL="*"_, then execute your command.

## Current version

1.1.0 Unified dispatcher for the Trash toolkit. Fix broken Cpp target on Github. Add tokens per second perf measurement.
1.1.1 Unified dispatcher for the Trash toolkit. Fix broken Cpp target on Github. Add tokens per second perf measurement. Added more perf measurements to templates.

## License

Expand Down
2 changes: 1 addition & 1 deletion src/trfold/trfold.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This program is part of the Trash toolkit.]]>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<RepositoryUrl>https://github.com/kaby76/Trash/tree/main/src/trfold</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/trfoldlit/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class Config
public bool Verbose { get; set; }

[Option("version", Required = false)]
public string Version { get; set; } = "1.1.0";
public string Version { get; set; } = "1.1.1";

[Value(0)]
public IEnumerable<string> Expr { get; set; }
Expand Down
Loading
Loading