Tags: TwoTenPvP/UnityPackager
Tags
fix: issue with unpacking paths Refactor: Use dictionary instead of list of structures style: use explicit variable type fix: Now works with absolute paths too fix: Revert bad fix with absolute paths test: Unit test for packer and unpacker refactor: use Dictionary instead of list of file entry
feat: use semantic versioning (#8) * CI: add semantic versioning * CI: fix syntax error * CI: Fix syntax error * CI: Syntax error * we can wait until the install phase to set the versions * WTF is going on? * CI: let's try with just one" * CI: trying multiline * CI: Trying multiline version one more time * CI: determine version number * CI: Determine correct version * Use this branch for now * CI: Use this branch for now * Testing if appveyor version works * Testing if appveyor build version works * CI: cache node's files * CI: Use detected assembly version * CI: access variables correctly * CI: use regular environment variables for dotnet patching * CI: Set global variable * CI: Fix environment variable substitution * CI: create the github release * CI: Don't build on tags * Only do semantic versioning on master