diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 4adbb1b..944ac6c 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -53,14 +53,14 @@ jobs: artifacts: "src/apps/MakeBookSolution/release/*.*" bodyFile: "README.md" - - uses: actions/github-script@v4 - if: startsWith(github.ref, 'refs/tags/v') # This line ensures the step runs only if a tag version is present - with: - github-token: ${{secrets.GITHUB_TOKEN}} - script: | - const { owner, repo } = context.repo - const { data: { id } } = await github.repos.getLatestRelease({ owner, repo }) - await github.repos.deleteRelease({ owner, repo, release_id: id }) + # - uses: actions/github-script@v4 + # if: startsWith(github.ref, 'refs/tags/v') # This line ensures the step runs only if a tag version is present + # with: + # github-token: ${{secrets.GITHUB_TOKEN}} + # script: | + # const { owner, repo } = context.repo + # const { data: { id } } = await github.repos.getLatestRelease({ owner, repo }) + # await github.repos.deleteRelease({ owner, repo, release_id: id }) # - uses: sgpublic/delete-release-action@v1.1 # if: startsWith(github.ref, 'refs/tags/v') # This line ensures the step runs only if a tag version is present # with: diff --git a/docs/404.html b/docs/404.html index 05cf1e8..2cc6813 100644 --- a/docs/404.html +++ b/docs/404.html @@ -293,7 +293,7 @@

Steps to use

Installation

Download latest version of the software from github

https://github.com/ignatandrei/makeBook/releases

-

You will download an executable file - latest is https://github.com/ignatandrei/makeBook/releases/download/v8.2024.717.2216/MakeBookCLI.exe

+

You will download an executable file - latest is https://github.com/ignatandrei/makeBook/releases/download/v8.2024.717.2249/MakeBookCLI.exe

Note for Windows Users : Unblock the software prior to execute it.

Now run

diff --git a/docs/index.html b/docs/index.html index 05cf1e8..2cc6813 100644 --- a/docs/index.html +++ b/docs/index.html @@ -293,7 +293,7 @@

Steps to use

Installation

Download latest version of the software from github

https://github.com/ignatandrei/makeBook/releases

-

You will download an executable file - latest is https://github.com/ignatandrei/makeBook/releases/download/v8.2024.717.2216/MakeBookCLI.exe

+

You will download an executable file - latest is https://github.com/ignatandrei/makeBook/releases/download/v8.2024.717.2249/MakeBookCLI.exe

Note for Windows Users : Unblock the software prior to execute it.

Now run

diff --git a/docs/index.md b/docs/index.md index cbcda4b..d207f82 100644 --- a/docs/index.md +++ b/docs/index.md @@ -62,7 +62,7 @@ Download latest version of the software from github You will download an executable file - latest is - + Note for Windows Users : Unblock the software prior to execute it. diff --git a/src/apps/MakeBookSolution/MakeBookCLI/MakeBookCLI.csproj b/src/apps/MakeBookSolution/MakeBookCLI/MakeBookCLI.csproj index 08bc8e0..df210c7 100644 --- a/src/apps/MakeBookSolution/MakeBookCLI/MakeBookCLI.csproj +++ b/src/apps/MakeBookSolution/MakeBookCLI/MakeBookCLI.csproj @@ -5,7 +5,7 @@ net8.0 enable enable - 8.2024.717.2216 + 8.2024.717.2249 diff --git a/src/help/book/Chapter001.md b/src/help/book/Chapter001.md index 97efbcb..b0ef1ba 100644 --- a/src/help/book/Chapter001.md +++ b/src/help/book/Chapter001.md @@ -6,7 +6,7 @@ Download latest version of the software from github https://github.com/ignatandrei/makeBook/releases -You will download an executable file - latest is https://github.com/ignatandrei/makeBook/releases/download/v8.2024.717.2216/MakeBookCLI.exe +You will download an executable file - latest is https://github.com/ignatandrei/makeBook/releases/download/v8.2024.717.2249/MakeBookCLI.exe Note for Windows Users : Unblock the software prior to execute it.