Skip to content

Commit

Permalink
Rewrite (#46)
Browse files Browse the repository at this point in the history
* Seperate Document from Versioning Logic and have a proper API for everything

* Remove old Devplayground

* Gigantic Namespace moving

* Update Tests

* Remove the old reader/writer bloat

* Load Interpreters properly

* Bump Version

* Adjust Workflow File to new filename of FileDBSerializer

* Another round of renaming names

* Remove unused imports

* readd this

* Remove IBBDocument interface

* This is unnessecary

* umm, this needs to be a v3

* redo id of this

* Remove any leftover mention of FileDB

* remove these too
  • Loading branch information
taubenangriff authored Mar 10, 2024
1 parent dcccada commit c3e91d8
Show file tree
Hide file tree
Showing 127 changed files with 1,695 additions and 2,213 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
tar --exclude='*.pdb' --exclude='./dev_files' --exclude='./ref' --exclude='*.runtimeconfig.dev.json' -caf FileDBReader-Linux.zip FileDBReader-Linux
tar --exclude='*.pdb' --exclude='./dev_files' --exclude='./ref' --exclude='*.runtimeconfig.dev.json' -caf FileDBReader.zip FileDBReader
tar -caf FileDBSerializer.zip -C FileDBReader/ FileDBSerializer.dll
tar -caf AnnoModsBBDom.zip -C FileDBReader/ AnnoMods.BBDom.dll
- name: Upload FileDBSerializer
uses: actions/upload-artifact@v2.2.4
Expand All @@ -47,5 +47,5 @@ jobs:
path: |
FileDBReader.zip
FileDBReader-Linux.zip
FileDBSerializer.zip
AnnoModsBBDom.zip
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./FileDBReader/FileDBSerializer.zip
asset_name: FileDBSerializer.zip
asset_path: ./FileDBReader/AnnoModsBBDom.zip
asset_name: AnnoModsBBDom.zip
asset_content_type: application/zip

- name: Upload FileDBReader (Linux)
Expand Down
359 changes: 0 additions & 359 deletions DevPlayground.cs

This file was deleted.

Loading

0 comments on commit c3e91d8

Please sign in to comment.