irusanov / ZenTimings

Home Page:https://zentimings.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't compile the new commit

rmattuschka opened this issue · comments

Link to missing "ZenStates.Core.dll" file

Yes, I should have committed to a different branch and not master, since it is still work in progress.
The goal is to move all common functionality to a shared DLL, that will be used in all other apps I have.
Made the DLL source repo public, but keep in mind it is work in progress.

This repo is required to compile the DLL:
https://github.com/irusanov/ZenStates-Core

I will move the latest commits to a separate branch, which will break people's forks if someone else have synced and I apologize for that. Will have to force push.

I have force-pushed the master branch back to 1.2.1 tag and moved the changes to a new branch common-dll, which needs the new repo. Sorry for the inconvenience.

https://github.com/irusanov/ZenTimings/tree/common-dll

Once done, I will have a proper documentation and API-reference for the exposed functions from the DLL, but it's a long way until ready.

New v1.2.2 includes the precompiled dll now, but the source code of the DLL is also available here: https://github.com/irusanov/ZenStates-Core