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 553b5b1 commit c0b5ee0
Show file tree
Hide file tree
Showing 16 changed files with 99 additions and 77 deletions.
3 changes: 2 additions & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
custom: ["https://paypal.me/equiman/3", "https://ko-fi.com/equiman"]
github: [deinsoftware]
custom: ["https://paypal.me/equiman/3"]
Binary file modified .github/social/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
branches: [master]

env:
dotnet: 6.0.203
version: 2.8.0
dotnet: 7.0.101
version: 2.9.0
key: dein:colorify
organization: dein
name: Colorify
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
types: [published]

env:
dotnet: 6.0.203
version: 2.8.0
dotnet: 7.0.101
version: 2.9.0

jobs:
pack:
Expand Down
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
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}/Sample/bin/Debug/net6.0/Sample.dll",
"program": "${workspaceFolder}/Sample/bin/Debug/net7.0/Sample.dll",
"args": [],
"cwd": "${workspaceFolder}/Sample",
// 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}"
}
]
}
}
130 changes: 72 additions & 58 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,189 +9,203 @@ Fixed for any bug fixes.
Security to invite users to upgrade in case of vulnerabilities.
-->

## [2.8.0] - 2022-05-21
## 2.9.0 - 2022-12-14

**Changed:**
### Added

- Support for .Net version 7.0

### Changed

- Brand images

### Fixed

- Sponsors url

## 2.8.0 - 2022-05-21

### Changed

- Brand images with new dein standard

## [2.7.1] - 2022-05-19
## 2.7.1 - 2022-05-19

**Changed:**
### Changed

- Support for Twitter API v2

**Fixed:**
### Fixed

- Support with dotnet 6 publish NuGet commands

## [2.7.0] - 2022-03-20
## 2.7.0 - 2022-03-20

**Added:**
### Added

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

## [2.6.0] - 2020-11-11
## 2.6.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

## [2.5.2] - 2020-04-27
## 2.5.2 - 2020-04-27

**Fixed:**
### Fixed

- NuGet development dependency.

## [2.5.1] - 2020-04-24
## 2.5.1 - 2020-04-24

**Added:**
### Added

- Switch theme color on Sample

**Fixed:**
### Fixed

- `_colorify.WriteLine` adding one more pixel that causes break line on windows

## [2.5.0] - 2020-04-16
## 2.5.0 - 2020-04-16

**Updated:**
### Updated

- The framework to .Net Core version 3.1

**Changed:**
### Changed

- NuGet support only for .Net Core 2.2 and 3.1

**Added:**
### Added

- Word Wrap sample and readme documentation

**Fixed:**
### Fixed

- `_colorify.WriteLine` end line missing one pixel

## [2.4.1] - 2019-10-02
## 2.4.1 - 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

## [2.4.0] - 2019-01-24
## 2.4.0 - 2019-01-24

**Added:**
### Added

- Support for .NET Standard version 1.3
- Support for .NET Standard version 2.0

## [2.3.0] - 2019-01-23
## 2.3.0 - 2019-01-23

**Updated:**
### Updated

- The framework to .Net Core version 2.2
- Moq to 4.10.1

## [2.2.2] - 2018-12-06
## 2.2.2 - 2018-12-06

**Added:**
### Added

- Support for .Net Core version 2.0

## [2.2.1] - 2018-11-28
## 2.2.1 - 2018-11-28

**Fixed:**
### Fixed

- Text Wrapper on item greater than the screen width.

## [2.2.0] - 2018-09-28
## 2.2.0 - 2018-09-28

**Updated:**
### Updated

- The Framework to .Net Core version 2.1

## [2.1.0] - 2018-09-15
## 2.1.0 - 2018-09-15

**Changed:**
### Changed

- Now you can use themes with the user console colors.

**Update:**
### Updated

- Sample project using default user colors on 'gnu'.

## [2.0.1] - 2018-09-05
## 2.0.1 - 2018-09-05

**Fixed:**
### Fixed

- Console.WindowWidth returns 0 on Docker.

## [2.0.0] - 2018-08-22
## 2.0.0 - 2018-08-22

**Removed:**
### Removed

- ToolBox library and NewtonSoft dependency.

## [1.0.8] - 2018-08-22
## 1.0.8 - 2018-08-22

**Fixed:**
### Fixed

- Remove clear on ResetColor.

## [1.0.7] - 2018-06-14
## 1.0.7 - 2018-06-14

**Fixed:**
### Fixed

- Code smells reported by SonarQube.

**Changed:**
### Changed

- Update Newtonsoft.Json library to 11.0.2 and ToolBox library to 1.2.1

## [1.0.6] - 2018-06-13
## 1.0.6 - 2018-06-13

**Changed:**
### Changed

- Update ToolBox library to 1.2.0.

## [1.0.5] - 2018-06-08
## 1.0.5 - 2018-06-08

**Fixed:**
### Fixed

- Lock colors avoiding overwrite by another process.

## [1.0.4] - 2018-06-07
## 1.0.4 - 2018-06-07

**Changed:**
### Changed

- Update ToolBox library to 1.1.4

## [1.0.3] - 2018-02-19
## 1.0.3 - 2018-02-19

**Fixed:**
### Fixed

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

## [1.0.2] - 2018-02-18
## 1.0.2 - 2018-02-18

**Fixed:**
### Fixed

- NuGet package files.

## [1.0.1] - 2017-01-12
## 1.0.1 - 2017-01-12

**Fixed:**
### Fixed

- Code smells reported by SonarQube.

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

- Where it all begins...
2 changes: 1 addition & 1 deletion Colorify.Tests/Colorify.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<IsPackable>false</IsPackable>
<ProjectGuid>{751ce929-e106-4460-9fe7-20f7fc9de513}</ProjectGuid>
</PropertyGroup>
Expand Down
8 changes: 6 additions & 2 deletions Colorify/Colorify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<AssemblyName>Colorify</AssemblyName>
<PackageId>Colorify</PackageId>
<VersionPrefix>2.8.0</VersionPrefix>
<VersionPrefix>2.9.0</VersionPrefix>
<ProjectGuid>{17e39bbe-4f41-467c-869b-ab6c49fe9b31}</ProjectGuid>

<Authors>Camilo Martinez</Authors>
Expand All @@ -22,7 +22,7 @@
<RepositoryUrl>https://github.com/deinsoftware/colorify</RepositoryUrl>
<RepositoryType>git</RepositoryType>

<TargetFrameworks>netstandard2.1;netcoreapp3.1;net5.0;net6.0;</TargetFrameworks>
<TargetFrameworks>netstandard2.1;netcoreapp3.1;net5.0;net6.0;net7.0;</TargetFrameworks>
<RuntimeIdentifiers>win-x64;osx-x64;linux-x64;</RuntimeIdentifiers>

<DebugType>full</DebugType>
Expand All @@ -44,4 +44,8 @@
<!-- License -->
<None Include="..\LICENSE.md" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
<!-- License -->
<None Include="..\LICENSE.md" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
</Project>
5 changes: 4 additions & 1 deletion Colorify/Colorify.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>dein.Colorify</id>
<version>2.8.0</version>
<version>2.9.0</version>
<title>dein Colorify</title>
<authors>Camilo Martinez</authors>
<owners>dein,equiman</owners>
Expand All @@ -25,6 +25,7 @@
<group targetFramework="netcoreapp3.1" />
<group targetFramework="net5.0" />
<group targetFramework="net6.0" />
<group targetFramework="net7.0" />
</dependencies>
</metadata>
<files>
Expand All @@ -39,5 +40,7 @@
<file src="bin\release\net5.0\C*.pdb" target="lib\net5.0" />
<file src="bin\release\net6.0\C*.dll" target="lib\net6.0" />
<file src="bin\release\net6.0\C*.pdb" target="lib\net6.0" />
<file src="bin\release\net7.0\C*.dll" target="lib\net7.0" />
<file src="bin\release\net7.0\C*.pdb" target="lib\net7.0" />
</files>
</package>
Binary file modified Colorify/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ What things you need to install?

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

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

### Installing

Expand Down Expand Up @@ -347,8 +347,8 @@ See also the list of [contributors](https://github.com/deinsoftware/colorify/con

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
4 changes: 2 additions & 2 deletions Sample/Sample.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="dein.Colorify" Version="2.8.0" />
<PackageReference Include="dein.Colorify" Version="2.9.0" />
<!-- <ProjectReference Include="../Colorify/Colorify.csproj" /> -->
<PackageReference Include="dein.ToolBox" Version="1.10.0" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
</Project>
Loading

0 comments on commit c0b5ee0

Please sign in to comment.