Commit graph

58 commits

Author SHA1 Message Date
Tony Bark
5f6e6c1935 Target .NET 8 in Github Actions, hopefully 2023-08-12 17:14:09 -04:00
Tony Bark
a228081732 Updated .NET Github Actions
- Use .NET setup v3
- Removed staging action
- Cache packages
2023-08-12 17:11:59 -04:00
Tony Bark
6bc99bb7cc Moved second README and change log from source to /doc 2023-08-10 22:41:12 -04:00
Tony Bark
df5ebd3954 Target Standard 2.1 2023-08-10 18:37:03 -04:00
Tony Bark
b32c5f49ed Centered badges 2023-01-07 12:36:03 -05:00
Tony Bark
909cf8ea23 Fixed build status badge
- Added code climate badges
2023-01-07 12:31:53 -05:00
Tony Bark
63b4410d65 Brought back editorconfig
- Fully commented CSTNet code :D
2023-01-07 10:45:54 -05:00
Tony Bark
ec7c191d90
Added security code scan 2022-10-14 07:13:27 -04:00
Tony Bark
404b8f98f5
Added issue templates 2022-10-14 07:10:04 -04:00
Tony Bark
ee5287493a Added README to project path for use on Nuget 2022-10-10 05:08:12 -04:00
Tony Bark
7211ff6857 Allow for publishing to nugettest.org 2022-10-10 04:56:38 -04:00
Tony Bark
420cdb83fe Woops! No wonder the Windows build kept failing. 2022-10-10 04:29:10 -04:00
Tony Bark
f01ac8970a Nuget badge in README
- Explained UIText and Release Cycle a lot more clearly, I hope
2022-10-10 04:27:15 -04:00
Tony Bark
9d98055df3 Timeout and continue on error for workflows
- Fixed publishing error
2022-10-10 03:47:01 -04:00
Tony Bark
6f717569de Fixed license identifier 2022-10-10 02:59:42 -04:00
Tony Bark
6fb130d5b3 Build on all latest platforms 2022-10-10 02:56:37 -04:00
Tony Bark
e40ba5a904 IUIText interface for UIText class
- Added test to VSCode tasks
- New deploy keys
- Renamed dpkgpackage workflow to publish
- Bump to version to 2.0, beta 1
2022-10-10 02:54:46 -04:00
Tony Bark
84c27a1b14 Project overhaul 2022-07-21 10:23:31 -04:00
Tony Bark
3de1fc5eca Switched back to "CST.NET" name
- Switched back to original CST.NET name because everyone was using that more.
- Retroactively switched back to v1.1.100
2022-04-29 06:47:53 -04:00
Tony Bark
dc62584b7c Relicensed under BSD 3-clause 2022-04-29 06:39:56 -04:00
Tony Bark
402f5e624c Updated unit test packages 2021-11-21 01:26:18 -05:00
Tony Bark
229ab4f0ad This release drops .NET Standard in favor of .NET 6.
There are a lot of significant under the hood changes with the release. See the change log for details.
2021-11-19 13:52:26 -05:00
Tony Bark
ceebb00314 Fixed packaging oversight 2020-12-13 07:53:12 -05:00
Tony Bark
0ff7bb68c4 UIText class
The UIText class allows for travseing in "/<directory>/<language>.dir"  directories and searching for CST files by their Id number.  See usage.md for more info.
2020-12-13 07:48:15 -05:00
Tony Bark
86ed534870 Updated RepositoryUrl to Sixam address 2020-12-12 04:01:55 -05:00
Tony Bark
298dffb88e Included error message change in changelog 2020-12-12 03:59:11 -05:00
Tony Bark
9b5402e8e6 Showed the right Multiline v2 output in notebook 2020-12-12 03:51:45 -05:00
Tony Bark
dfea139f95 Updated notebook with the tweaked algorithm 2020-12-12 03:50:29 -05:00
Tony Bark
efa9c5535f Fixed the multiline parsing in the v2 format. 2020-12-12 03:32:09 -05:00
Tony Bark
2b69f6402d Change name in markdown documents too 2020-12-11 04:16:06 -05:00
Tony Bark
f93665340f Use Sixam namespace instead of QuickFennec
Coming up with names is hard, and I like the name "Sixam" better.
2020-12-11 04:14:15 -05:00
Tony Bark
139e8e12e3 Added link to working .NET Fiddle example. 2020-12-11 02:28:17 -05:00
Tony Bark
1454754921 Better illustrated the CST format in the README. 2020-12-11 02:14:05 -05:00
Tony Bark
1f1066e7b4 Uncommented push to NuGet
Didn't realize that got migrated over.
2020-12-11 01:52:10 -05:00
Tony Bark
55b6135db0 Fixed using statement in usage section of README. 2020-12-11 01:46:47 -05:00
Tony Bark
30f390f066 Merge branch 'master' of https://github.com/tonytins/cstnet 2020-12-11 01:45:04 -05:00
Tony Bark
8ad3dd76e5 Updated README to the QuickFennec.CST name 2020-12-11 01:44:45 -05:00
Tony Bark
e4d4ecb3f5
Merge branch 'releases/1.0' into master 2020-12-11 01:29:45 -05:00
Tony Bark
6f07905fcf 1.0.1 merge conflict fixes 2020-12-11 01:22:09 -05:00
Tony Bark
a6926ee6f6 Merge branch 'master' of https://github.com/tonytins/cstnet 2020-12-11 01:06:06 -05:00
Tony Bark
cd95b7c6ae Rewrote normalizing algorithm
The mormalizing algorithm was rewritten to be more efficient and hopefully more reliable. See changelog.md for more info.
2020-12-11 01:05:46 -05:00
Tony Bark
3a5be8be94
Removed personal funding
Removed personal funding with migration to Quick Fennec Software.
2020-12-10 18:34:46 -05:00
Tony Bark
ccb4da5b86 Support for funding
- Issue and pull request templates
2020-12-09 22:34:45 -05:00
Tony Bark
66ce788578 Removed PackageLicenseUrl from metadata 2020-12-09 17:22:44 -05:00
Tony Bark
0e6ba4f99d Added more package metadata
- Removed RC suffix
2020-12-09 17:07:58 -05:00
Tony Bark
8f21bf3d26 Initial WIP of argument parsing
- Fixed the way CST files were properly laid out in TSO in the README.
2020-12-09 02:14:14 -05:00
Tony Bark
046fb24b20 Fixed typo in package action 2020-12-08 22:01:10 -05:00
Tony Bark
dd146f0a5f Publish using .NET CLI 2020-12-08 21:57:55 -05:00
Tony Bark
730b20bf20 Fixed publish source 2020-12-08 20:31:33 -05:00
Tony Bark
87a590a15d Packing take two 2020-12-08 20:28:15 -05:00