Skip to content

Commit d47f911

Browse files
committed
1.6.3 - Fixed: NuGet permissions on scripts.
1 parent a18008f commit d47f911

File tree

10 files changed

+21
-67
lines changed

10 files changed

+21
-67
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
dotnet: 3.1.201
11-
version: 1.6.2
11+
version: 1.6.3
1212
key: dein:toolbox
1313
organization: dein
1414
name: ToolBox

.github/workflows/pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
dotnet: 3.1.201
10-
version: 1.6.2
10+
version: 1.6.3
1111

1212
jobs:
1313
pack:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ Fixed for any bug fixes.
99
Security to invite users to upgrade in case of vulnerabilities.
1010
-->
1111

12+
## [1.6.3] - 2020-04-22
13+
14+
**Fixed:**
15+
16+
- NuGet permissions on scripts.
17+
1218
## [1.6.0] - 2020-04-19
1319

1420
**Updated:**

Sample/Sample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<ItemGroup>
33
<PackageReference Include="dein.Colorify" Version="2.5.0" />
4-
<PackageReference Include="dein.ToolBox" Version="1.6.2" />
4+
<PackageReference Include="dein.ToolBox" Version="1.6.3" />
55
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
66
</ItemGroup>
77
<PropertyGroup>

Sample/sonar.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@echo off
22
set /p token=<sonar.txt
33
:: https://docs.sonarqube.org/display/SONAR/Analysis+Parameters
4-
dotnet sonarscanner begin /k:"dein:toolbox" /n:"ToolBox" /v:"1.6.2" /o:"dein" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.login="%token%" /d:sonar.language="cs" /d:sonar.exclusions="**/bin/**/*,**/obj/**/*" /d:sonar.coverage.exclusions="ToolBox.Tests/**,**/*Tests.cs" /d:sonar.cs.opencover.reportsPaths="%cd%\lcov.opencover.xml"
4+
dotnet sonarscanner begin /k:"dein:toolbox" /n:"ToolBox" /v:"1.6.3" /o:"dein" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.login="%token%" /d:sonar.language="cs" /d:sonar.exclusions="**/bin/**/*,**/obj/**/*" /d:sonar.coverage.exclusions="ToolBox.Tests/**,**/*Tests.cs" /d:sonar.cs.opencover.reportsPaths="%cd%\lcov.opencover.xml"
55
dotnet restore
66
dotnet build
77
dotnet test ToolBox.Tests/ToolBox.Tests.csproj /p:CollectCoverage=true /p:CoverletOutputFormat=\"opencover,lcov\" /p:CoverletOutput=../lcov

Sample/sonar.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
token="$(cat sonar.txt)"
33
dir="$(pwd)"
44
# https://docs.sonarqube.org/display/SONAR/Analysis+Parameters
5-
dotnet sonarscanner begin /k:"dein:toolbox" /n:"ToolBox" /v:"1.6.2" /o:"dein" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.login="${token}" /d:sonar.language="cs" /d:sonar.exclusions="**/bin/**/*,**/obj/**/*" /d:sonar.cs.opencover.reportsPaths="${dir}/lcov.opencover.xml"
5+
dotnet sonarscanner begin /k:"dein:toolbox" /n:"ToolBox" /v:"1.6.3" /o:"dein" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.login="${token}" /d:sonar.language="cs" /d:sonar.exclusions="**/bin/**/*,**/obj/**/*" /d:sonar.cs.opencover.reportsPaths="${dir}/lcov.opencover.xml"
66
dotnet restore
77
dotnet build
88
dotnet test ToolBox.Tests/ToolBox.Tests.csproj /p:CollectCoverage=true /p:CoverletOutputFormat=\"opencover,lcov\" /p:CoverletOutput=../lcov

ToolBox/ToolBox.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<AssemblyName>ToolBox</AssemblyName>
44
<PackageId>ToolBox</PackageId>
5-
<VersionPrefix>1.6.2</VersionPrefix>
5+
<VersionPrefix>1.6.3</VersionPrefix>
66
<ProjectGuid>{cc239282-2799-4be9-a88f-aa8b744b533d}</ProjectGuid>
77

88
<Authors>Camilo Martinez</Authors>

ToolBox/ToolBox.nuspec

Lines changed: 7 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>dein.ToolBox</id>
5-
<version>1.6.2</version>
5+
<version>1.6.3</version>
66
<title>dein ToolBox</title>
77
<authors>Camilo Martinez</authors>
88
<owners>dein,equiman</owners>
@@ -12,61 +12,10 @@
1212
<projectUrl>https://github.com/deinsoftware/toolbox</projectUrl>
1313
<repository type="git" url="https://github.com/deinsoftware/toolbox" />
1414
<icon>icon.png</icon>
15-
<description>
16-
# dein ToolBox [ for Win + Mac ]
17-
18-
**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.
19-
20-
Contributions or Beer will be appreciated
21-
22-
> The Code is Dark and Full of Errors!
23-
> Console is your friend ... don't be afraid!
24-
25-
## Getting Started
26-
27-
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
28-
29-
### Prerequisites
30-
31-
What things do you need to install?
32-
33-
- [NET Core SDK](https://www.microsoft.com/net/download)
34-
35-
### Installing
36-
37-
**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.
38-
39-
Follow these instructions to add **ToolBox** in your project.
40-
41-
#### Dependencies
42-
43-
- [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json) Library
44-
45-
#### Add As Package
46-
47-
In your project folder, where is located .csproj file run this command on terminal:
48-
49-
```terminal
50-
dotnet add package dein.ToolBox
51-
dotnet add package Newtonsoft.Json
52-
```
53-
54-
Official documentation: [dotnet add package](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-add-package)
55-
56-
## Usage
57-
58-
Refer to [README](https://github.com/deinsoftware/toolbox/blob/master/README.md) file on GitHub.
59-
60-
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.
61-
62-
Just go to `Sample` project folder and run this command on terminal:
63-
64-
```terminal
65-
cd Sample
66-
dotnet run
67-
```
68-
</description>
69-
<releaseNotes>Refer to [CHANGELOG](https://github.com/deinsoftware/colorify/blob/master/CHANGELOG.md) file on GitHub.</releaseNotes>
15+
<description>C# .Net Core Library with utilities like: command line, files, log, platform, shell, system, transform and validation [ Win+Mac+Linux ]</description>
16+
<summary>C# .Net Core Library with utilities like: command line, files, log, platform, shell, system, transform and validation [ Win+Mac+Linux ]</summary>
17+
<documentation src="README.md" />
18+
<releaseNotes>Refer to https://github.com/deinsoftware/colorify/blob/master/CHANGELOG.md on GitHub.</releaseNotes>
7019
<copyright>dein Software © 2017</copyright>
7120
<tags>toolboxes dotnet-core macos windows library csharp toolbox validation-library osdetection command-line</tags>
7221
<language>en-US</language>
@@ -81,16 +30,15 @@
8130
</dependencies>
8231
<contentFiles>
8332
<files include="any/**/cmd.*" buildAction="None" copyToOutput="true" flatten="true" />
84-
<files include="any/**/LICENSE" buildAction="None" copyToOutput="true" flatten="true" />
8533
</contentFiles>
8634
</metadata>
8735
<files>
8836
<file src="..\icon.png" target="\" />
37+
<file src="..\Package\README.md" target="README.md" />
8938
<file src="bin\release\netcoreapp2.2\T*.dll" target="lib\netcoreapp2.2" />
9039
<file src="bin\release\netcoreapp2.2\T*.pdb" target="lib\netcoreapp2.2" />
9140
<file src="bin\release\netcoreapp3.1\T*.dll" target="lib\netcoreapp3.1" />
9241
<file src="bin\release\netcoreapp3.1\T*.pdb" target="lib\netcoreapp3.1" />
93-
<file src="bin\release\netcoreapp3.1\cmd.*" target="contentFiles\any\any\" />
94-
<file src="..\LICENSE" target="contentFiles\any\any" />
42+
<file src="cmd.*" target="contentFiles\any\any\" />
9543
</files>
9644
</package>

sonar.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@echo off
22
set /p token=<sonar.txt
33
:: https://docs.sonarqube.org/display/SONAR/Analysis+Parameters
4-
dotnet sonarscanner begin /k:"dein:toolbox" /n:"ToolBox" /v:"1.6.2" /o:"dein" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.login="%token%" /d:sonar.language="cs" /d:sonar.exclusions="**/bin/**/*,**/obj/**/*" /d:sonar.coverage.exclusions="ToolBox.Tests/**,**/*Tests.cs" /d:sonar.cs.opencover.reportsPaths="%cd%\lcov.opencover.xml"
4+
dotnet sonarscanner begin /k:"dein:toolbox" /n:"ToolBox" /v:"1.6.3" /o:"dein" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.login="%token%" /d:sonar.language="cs" /d:sonar.exclusions="**/bin/**/*,**/obj/**/*" /d:sonar.coverage.exclusions="ToolBox.Tests/**,**/*Tests.cs" /d:sonar.cs.opencover.reportsPaths="%cd%\lcov.opencover.xml"
55
dotnet restore
66
dotnet build
77
dotnet test ToolBox.Tests/ToolBox.Tests.csproj /p:CollectCoverage=true /p:CoverletOutputFormat=\"opencover,lcov\" /p:CoverletOutput=../lcov

sonar.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
token="$(cat sonar.txt)"
33
dir="$(pwd)"
44
# https://docs.sonarqube.org/display/SONAR/Analysis+Parameters
5-
dotnet sonarscanner begin /k:"dein:toolbox" /n:"ToolBox" /v:"1.6.2" /o:"dein" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.login="${token}" /d:sonar.language="cs" /d:sonar.exclusions="**/bin/**/*,**/obj/**/*" /d:sonar.cs.opencover.reportsPaths="${dir}/lcov.opencover.xml"
5+
dotnet sonarscanner begin /k:"dein:toolbox" /n:"ToolBox" /v:"1.6.3" /o:"dein" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.login="${token}" /d:sonar.language="cs" /d:sonar.exclusions="**/bin/**/*,**/obj/**/*" /d:sonar.cs.opencover.reportsPaths="${dir}/lcov.opencover.xml"
66
dotnet restore
77
dotnet build
88
dotnet test ToolBox.Tests/ToolBox.Tests.csproj /p:CollectCoverage=true /p:CoverletOutputFormat=\"opencover,lcov\" /p:CoverletOutput=../lcov

0 commit comments

Comments
 (0)