From b1416fa6fd002359c8b31c43c26b95174d721529 Mon Sep 17 00:00:00 2001 From: NeilMacMullen Date: Tue, 16 Mar 2021 15:53:30 +0000 Subject: [PATCH] Tweak scripts --- doc/changelist.json | 4 ++-- jumpfs.sln | 5 ++++- scripts/powershell/ps-jumpfs.psm1 | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/changelist.json b/doc/changelist.json index 9f01b2c..68fb980 100644 --- a/doc/changelist.json +++ b/doc/changelist.json @@ -1,7 +1,7 @@ [ { - "Version": "1.1.0", - "Date": "2021-03-19", + "Version": "1.0.0", + "Date": "2021-03-16", "Summary": "First public release", "Detail": [] } diff --git a/jumpfs.sln b/jumpfs.sln index 7ac745b..1b0d047 100644 --- a/jumpfs.sln +++ b/jumpfs.sln @@ -36,8 +36,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{AE4E EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{C3EA9AA4-7757-416A-858C-F85E64689852}" ProjectSection(SolutionItems) = preProject - changelist.json = changelist.json + doc\buildFromSource.md = doc\buildFromSource.md + doc\changelist.json = doc\changelist.json doc\cmd-installation.md = doc\cmd-installation.md + doc\contributions.md = doc\contributions.md + doc\download.md = doc\download.md doc\jumpfs-exe.md = doc\jumpfs-exe.md doc\linux-installation.md = doc\linux-installation.md doc\powershell-installation.md = doc\powershell-installation.md diff --git a/scripts/powershell/ps-jumpfs.psm1 b/scripts/powershell/ps-jumpfs.psm1 index 6294a0e..6e036a0 100644 --- a/scripts/powershell/ps-jumpfs.psm1 +++ b/scripts/powershell/ps-jumpfs.psm1 @@ -2,7 +2,7 @@ # jumpfs info function jumpfs_info() { - jumpfs.exe env + jumpfs.exe info } # create a bookmark