Skip to content

Commit

Permalink
upgrade version to .net 7
Browse files Browse the repository at this point in the history
  • Loading branch information
equiman committed Dec 14, 2022
1 parent 18f1534 commit c8d5803
Show file tree
Hide file tree
Showing 15 changed files with 153 additions and 122 deletions.
3 changes: 2 additions & 1 deletion .github/FUNDING.yml
@@ -1 +1,2 @@
custom: ["https://paypal.me/equiman/3", "https://ko-fi.com/equiman"]
github: [deinsoftware]
custom: ["https://paypal.me/equiman/3"]
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -7,8 +7,8 @@ on:
branches: [master]

env:
dotnet: 6.0.203
version: 1.10.0
dotnet: 7.0.101
version: 1.11.0
key: dein:toolbox
organization: dein
name: ToolBox
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pack.yml
Expand Up @@ -5,8 +5,8 @@ on:
types: [published]

env:
dotnet: 6.0.203
version: 1.10.0
dotnet: 7.0.101
version: 1.11.0

jobs:
pack:
Expand Down
4 changes: 2 additions & 2 deletions .vscode/launch.json
Expand Up @@ -10,7 +10,7 @@
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/ToolBox.Tests/bin/Debug/net6.0/ToolBox.Tests.dll",
"program": "${workspaceFolder}/ToolBox.Tests/bin/Debug/net7.0/ToolBox.Tests.dll",
"args": [],
"cwd": "${workspaceFolder}/ToolBox.Tests",
// For more information about the 'console' field, see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window
Expand All @@ -25,4 +25,4 @@
"processId": "${command:pickProcess}"
}
]
}
}
18 changes: 14 additions & 4 deletions .vscode/settings.json
Expand Up @@ -35,12 +35,22 @@
],
"dotnet-test-explorer.testArguments": "/p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:CoverletOutput=../lcov",
"editor.tabSize": 4,
"grammarly.userWords": ["NotificationSystem"],
"grammarly.userWords": [
"NotificationSystem"
],
"grammarly.diagnostics": {
"[markdown]": {
"ignore": ["inlineCode", "code"]
"ignore": [
"inlineCode",
"code"
]
}
},
"omnisharp.useEditorFormattingSettings": true,
"cSpell.words": ["dotnet", "Eomm", "netstandard"]
}
"cSpell.words": [
"deinsoftware",
"dotnet",
"Eomm",
"netstandard"
]
}
138 changes: 74 additions & 64 deletions CHANGELOG.md
Expand Up @@ -9,213 +9,223 @@ Fixed for any bug fixes.
Security to invite users to upgrade in case of vulnerabilities.
-->

## [1.10.0] - 2022-05-21
## 1.11.0 - 2022-12-14

**Changed:**
### Added

- Support for .Net version 7.0

### Fixed

- Sponsors url

## 1.10.0 - 2022-05-21

### Changed

- Brand images with new dein standard

## [1.9.2] - 2022-05-19
## 1.9.2 - 2022-05-19

**Fixed:**
### Fixed

- Support with dotnet 6 publish NuGet commands

## [1.9.1] - 2022-05-19
## 1.9.1 - 2022-05-19

**Changed:**
### Changed

- Support for Twitter API v2

## [1.9.0] - 2022-03-20
## 1.9.0 - 2022-03-20

**Removed:**
### Removed

- NewtonSoft library dependency

## [1.8.0] - 2022-03-20
## 1.8.0 - 2022-03-20

**Added:**
### Added

- Support for .Net version 6.0
- Support for netstandard version 2.1

## [1.7.1] - 2020-12-01
## 1.7.1 - 2020-12-01

**Fixed:**
### Fixed

- Commands with single quotes and paths with spaces.

## [1.7.0] - 2020-11-11
## 1.7.0 - 2020-11-11

**Removed:**
### Removed

- Drop support for .Net Core version 2.2, because is out of support and will not receive security updates in the future.

**Added:**
### Added

- Support for .Net version 5.0

## [1.6.4] - 2020-04-27
## 1.6.4 - 2020-04-27

**Fixed:**
### Fixed

- NuGet development dependency.

## [1.6.3] - 2020-04-22
## 1.6.3 - 2020-04-22

**Fixed:**
### Fixed

- NuGet permissions on scripts.

## [1.6.0] - 2020-04-19
## 1.6.0 - 2020-04-19

**Updated:**
### Updated

- The framework to .Net Core version 3.1

**Changed:**
### Changed

- NuGet support only for .Net Core 2.2 and 3.1

## [1.5.4] - 2019-10-02
## 1.5.4 - 2019-10-02

**Updated:**
### Updated

- The Framework to .Net Core version 3.0

**Changed:**
### Changed

- NuGet support only for .Net Core 2.2 and 3.0

## [1.5.3] - 2019-07-29
## 1.5.3 - 2019-07-29

**Added:**
### Added

- Path GetFileNameWithoutExtension method

**Updated:**
### Updated

- Moq to 4.12.0
- Coverlet to 2.6.3
- NET.Test and CodeCoverage to 16.2.0
- NewtonSoft to 12.0.2

## [1.4.5] - 2019-01-23
## 1.4.5 - 2019-01-23

**Updated:**
### Updated

- The Framework to .Net Core version 2.2
- Moq to 4.10.1
- Coverlet to 4.5.1

**Fixed:**
### Fixed

- Add extra double quotes on external command when path contains spaces on folder names.

## [1.4.4] - 2018-12-06
## 1.4.4 - 2018-12-06

**Added:**
### Added

- Support for .Net Core version 2.0

**Changed:**
### Changed

- Update Newtonsoft.Json library to 12.0.1

## [1.4.3] - 2018-09-28
## 1.4.3 - 2018-09-28

**Updated:**
### Updated

- The Framework to .Net Core version 2.1

## [1.4.2] - 2018-09-17
## 1.4.2 - 2018-09-17

**Fixed:**
### Fixed

- Windows shell bridge.

## [1.4.1] - 2018-08-26
## 1.4.1 - 2018-08-26

**Fixed:**
### Fixed

- The `ExtractLine` method on empty search.

## [1.4.0] - 2018-08-25
## 1.4.0 - 2018-08-25

**Changed:**
### Changed

- RemoveLastOctetIPv4 to GetOctetsIPv4 function.

**Added:**
### Added

- Bridge and Shell Documentation.

## [1.3.1] - 2018-08-24
## 1.3.1 - 2018-08-24

**Fixed:**
### Fixed

- Output scripts on the NuGet package.

## [1.3.0] - 2018-08-24
## 1.3.0 - 2018-08-24

**Added:**
### Added

- Bridge class to run commands in an external terminal.

## [1.2.1] - 2018-06-14
## 1.2.1 - 2018-06-14

**Fixed:**
### Fixed

- Code smells reported by SonarQube.

**Updated:**
### Updated

- Newtonsoft.Json library to 11.0.2

## [1.2.0] - 2018-06-12
## 1.2.0 - 2018-06-12

**Added:**
### Added

- Search option on Get Files.
- Split function on Directories Path.

## [1.1.4] - 2018-06-07
## 1.1.4 - 2018-06-07

**Fixed:**
### Fixed

- Delete All function don't throw an exception when folder file not found.

## [1.1.3] - 2018-02-19
## 1.1.3 - 2018-02-19

**Fixed:**
### Fixed

- NuGet package files, remove source files and pack under lib folder.

## [1.1.2] - 2018-01-11
## 1.1.2 - 2018-01-11

**Fixed:**
### Fixed

- Code smells reported by SonarQube.

## [1.1.1] - 2018-01-09
## 1.1.1 - 2018-01-09

**Fixed:**
### Fixed

- `FilterCreator` function when the extension is null.

## [1.1.0] - 2018-01-05
## 1.1.0 - 2018-01-05

**Added:**
### Added

- FilterCreator function.
- INotificationSystem interface that notify actions on COPY or DELETE files.
- NuGet package configuration.

**Fixed:**
### Fixed

- Update [ToolBox](https://github.com/deinsoftware/toolbox) and [Colorify](https://github.com/equiman/colorify) library, that solves bug with text on resize window.

## [1.0.0] - 2017-12-26
## 1.0.0 - 2017-12-26

Where it all begins...
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -54,7 +54,7 @@ What things you need to install?

- [.Net SDK](https://www.microsoft.com/net/download)

**ToolBox** supports `netstandard2.1`, `netcoreapp3.1`, `net5.0` and `net6.0` target frameworks.
**ToolBox** supports `netstandard2.1`, `netcoreapp3.1`, `net5.0`, `net6.0` and `net7.0` target frameworks.

### Installing

Expand Down Expand Up @@ -97,7 +97,7 @@ Inside your .csproj add Command Bridge files on build:

```xml
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
<!-- Command Bridge -->
<None Update="cmd.sh" CopyToOutputDirectory="PreserveNewest" />
<None Update="cmd.bat" CopyToOutputDirectory="PreserveNewest" />
Expand Down Expand Up @@ -502,8 +502,8 @@ See also the list of [contributors](https://github.com/deinsoftware/toolbox/cont

If this project help you reduce time to develop, you can give me a cup of coffee.

[![GitHub Sponsors](https://img.shields.io/badge/-GitHub%20Sponsors-gray?style=flat&labelColor=171515&logo=github&logoColor=white&link=https://github.com/sponsors/deinsoftware)](https://github.com/sponsors/deinsoftware)
[![paypal](https://img.shields.io/badge/-PayPal-gray?style=flat&labelColor=00457C&logo=paypal&logoColor=white&link=https://paypal.me/equiman/3)](https://paypal.me/equiman/3)
[![ko-fi](https://img.shields.io/badge/-Ko–Fi-gray?style=flat&labelColor=fd444a&logo=ko-fi&logoColor=white&link=https://ko-fi.com/equiman)](https://ko-fi.com/equiman)

No sponsors yet! Will you be the first?

Expand Down

0 comments on commit c8d5803

Please sign in to comment.