Skip to content

Commit 6f34cd4

Browse files
authored
Fix the license and update the package version. (#20)
* Fix the license and update the package version. * Rename workflow file. Rename the publish package task.
1 parent dbbd3c4 commit 6f34cd4

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/publishToNuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is a basic workflow to help you get started with Actions
22

3-
name: CI
3+
name: Publish package
44

55
# Controls when the action will run. Triggers the workflow on push or pull request
66
# events but only for the master branch

pkg/nuspec.props

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
<PropertyGroup>
33
<Authors>Alex Ghiondea</Authors>
44
<Company />
5+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
56
<Product />
6-
<Copyright>Alex Ghiondea (c) 2017</Copyright>
7-
<PackageLicenseUrl>https://raw.githubusercontent.com/AlexGhiondea/OutputColorizer/master/LICENSE</PackageLicenseUrl>
7+
<Copyright>Alex Ghiondea (c) 2020</Copyright>
8+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
89
<PackageProjectUrl>https://github.com/AlexGhiondea/OutputColorizer</PackageProjectUrl>
910
<PackageTags>Console, Color, Print, Write, WriteLine, Output, Colorizer</PackageTags>
10-
<AssemblyVersion>1.2.0.0</AssemblyVersion>
11-
<FileVersion>1.2.0.0</FileVersion>
12-
<PackageVersion>1.2.0</PackageVersion>
13-
<Version>1.2.0</Version>
11+
<AssemblyVersion>1.2.1.0</AssemblyVersion>
12+
<FileVersion>1.2.1.0</FileVersion>
13+
<PackageVersion>1.2.1</PackageVersion>
14+
<Version>1.2.1</Version>
1415
<PackageOutputPath>..\bin\$(Configuration)\</PackageOutputPath>
1516
<Description>Write colorful messages to the console using simple to use syntax</Description>
1617
</PropertyGroup>

0 commit comments

Comments
 (0)