From d47f911bd152eb2d4a2a2c9b3ca3ba7ccc3eb04b Mon Sep 17 00:00:00 2001 From: equiman Date: Wed, 22 Apr 2020 16:35:16 -0500 Subject: [PATCH] 1.6.3 - Fixed: NuGet permissions on scripts. --- .github/workflows/build.yml | 2 +- .github/workflows/pack.yml | 2 +- CHANGELOG.md | 6 ++++ Sample/Sample.csproj | 2 +- Sample/sonar.bat | 2 +- Sample/sonar.sh | 2 +- ToolBox/ToolBox.csproj | 2 +- ToolBox/ToolBox.nuspec | 66 ++++--------------------------------- sonar.bat | 2 +- sonar.sh | 2 +- 10 files changed, 21 insertions(+), 67 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f23a05d..89e525b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ on: env: dotnet: 3.1.201 - version: 1.6.2 + version: 1.6.3 key: dein:toolbox organization: dein name: ToolBox diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index bc252d7..c5bc0cf 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -7,7 +7,7 @@ on: env: dotnet: 3.1.201 - version: 1.6.2 + version: 1.6.3 jobs: pack: diff --git a/CHANGELOG.md b/CHANGELOG.md index 56a6d9a..c98e0da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ Fixed for any bug fixes. Security to invite users to upgrade in case of vulnerabilities. --> +## [1.6.3] - 2020-04-22 + +**Fixed:** + +- NuGet permissions on scripts. + ## [1.6.0] - 2020-04-19 **Updated:** diff --git a/Sample/Sample.csproj b/Sample/Sample.csproj index 74ba39c..7687de3 100644 --- a/Sample/Sample.csproj +++ b/Sample/Sample.csproj @@ -1,7 +1,7 @@ - + diff --git a/Sample/sonar.bat b/Sample/sonar.bat index 4e1d309..826f0e6 100644 --- a/Sample/sonar.bat +++ b/Sample/sonar.bat @@ -1,7 +1,7 @@ @echo off set /p token= ToolBox ToolBox - 1.6.2 + 1.6.3 {cc239282-2799-4be9-a88f-aa8b744b533d} Camilo Martinez diff --git a/ToolBox/ToolBox.nuspec b/ToolBox/ToolBox.nuspec index 841864b..e95de56 100644 --- a/ToolBox/ToolBox.nuspec +++ b/ToolBox/ToolBox.nuspec @@ -2,7 +2,7 @@ dein.ToolBox - 1.6.2 + 1.6.3 dein ToolBox Camilo Martinez dein,equiman @@ -12,61 +12,10 @@ https://github.com/deinsoftware/toolbox icon.png - - # dein ToolBox [ for Win + Mac ] - - **ToolBox** was created to simplify and automate tasks related to the .Net Core console. Was born in [HardHat](https://github.com/deinsoftware/hardhat/) project as a Class. Now grew up as a library and can be used by other console applications. - - Contributions or Beer will be appreciated - - > The Code is Dark and Full of Errors! - > Console is your friend ... don't be afraid! - - ## Getting Started - - These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. - - ### Prerequisites - - What things do you need to install? - - - [NET Core SDK](https://www.microsoft.com/net/download) - - ### Installing - - **ToolBox** is available as [project](https://github.com/deinsoftware/toolbox/) or [package](https://www.nuget.org/packages/dein.ToolBox). We strongly recommend adding as a NuGet package if you don't need to make modifications directly on the source code library. - - Follow these instructions to add **ToolBox** in your project. - - #### Dependencies - - - [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json) Library - - #### Add As Package - - In your project folder, where is located .csproj file run this command on terminal: - - ```terminal - dotnet add package dein.ToolBox - dotnet add package Newtonsoft.Json - ``` - - Official documentation: [dotnet add package](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-add-package) - - ## Usage - - Refer to [README](https://github.com/deinsoftware/toolbox/blob/master/README.md) file on GitHub. - - To understand how this library works, take a look inside [Sample](https://github.com/deinsoftware/toolbox/tree/master/Sample) folder. Better easy to use a guide than words. - - Just go to `Sample` project folder and run this command on terminal: - - ```terminal - cd Sample - dotnet run - ``` - - Refer to [CHANGELOG](https://github.com/deinsoftware/colorify/blob/master/CHANGELOG.md) file on GitHub. + C# .Net Core Library with utilities like: command line, files, log, platform, shell, system, transform and validation [ Win+Mac+Linux ] + C# .Net Core Library with utilities like: command line, files, log, platform, shell, system, transform and validation [ Win+Mac+Linux ] + + Refer to https://github.com/deinsoftware/colorify/blob/master/CHANGELOG.md on GitHub. dein Software © 2017 toolboxes dotnet-core macos windows library csharp toolbox validation-library osdetection command-line en-US @@ -81,16 +30,15 @@ - + - - + \ No newline at end of file diff --git a/sonar.bat b/sonar.bat index 4e1d309..826f0e6 100644 --- a/sonar.bat +++ b/sonar.bat @@ -1,7 +1,7 @@ @echo off set /p token=