diff --git a/.gitignore b/.gitignore index 9491a2f..92a14a1 100644 --- a/.gitignore +++ b/.gitignore @@ -360,4 +360,5 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd +/.idea/.idea.BenchtopParser/.idea diff --git a/BenchtopParser/BenchtopParser.csproj b/BenchtopParser/BenchtopParser.csproj index 132c02c..9584e2e 100644 --- a/BenchtopParser/BenchtopParser.csproj +++ b/BenchtopParser/BenchtopParser.csproj @@ -4,6 +4,11 @@ net6.0 enable enable + True + https://gitea.tyrel.dev/tyrel/benchtopparser + https://gitea.tyrel.dev/tyrel/benchtopparser + git + MIT diff --git a/BenchtopParserTests/TestFiles/Program Config.txt b/BenchtopParserTests/TestFiles/Program Config.txt index e1da568..dd8ad12 100644 --- a/BenchtopParserTests/TestFiles/Program Config.txt +++ b/BenchtopParserTests/TestFiles/Program Config.txt @@ -21,7 +21,7 @@ DDBE021 L 17,P1\R\Tool Ret 1=1.00 sec f 77C102C L 20,P1\P\Charge Max Press=6894.757 mbar f 49C202A L 21,P1\P\Minimum Pressure=95.000 mbar f 27C302A L 22,P1\P\Target Pressure=100.000 mbar f -39C402B L 23,P1\P\Maximum Pressure=120.000 mbar f +39C402B L 23,P1\P\Maximum Pressure=120.000 mbar f 0 E5C502A L 24,P1\P\Target Press Window=100.00 % f DBC602A L 25,P1\S\Low Limit Loss=-6894.758 dPa f 3EC7028 L 26,P1\S\High Limit Loss=90.000 dPa f diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..48fb812 --- /dev/null +++ b/LICENSE @@ -0,0 +1,7 @@ +Copyright 2022 Tyrel Souza + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.