Skip to content

Commit

Permalink
Release 0.0.73
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulMansour committed Jun 26, 2020
1 parent e08282c commit 6b7e1bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion APLSource/Main-1/ReleaseOnGitHub-1281.aplf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
p←GetProjectFolder ⍺
k←0⊃nget p,'../GitHubToken.txt'
s←GetConfigSpace p
af←p,'dist/Application/',s._Name,'/'
df←s.DistFolder
af←df,'Application/',s._Name,'/'
⍝ Init, get octokit github client
d←'\'@('/'∘=)##.AcreConfig.ProjectFolder,'Assets/Runtime/octokit.dll'
⎕USING←'System' 'System.IO' 'System.Net,System.dll'('Octokit,',d)
Expand Down
4 changes: 3 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Dado Release 0.0.72
# Dado Release 0.0.73

# Dado Release 0.0.72 2020-06-26 13:15:14
1. Fix up BootStrapBuild
2. WIP
3. Move dist folder to op sys temp folder (Issue #65)
Expand Down

0 comments on commit 6b7e1bf

Please sign in to comment.