Skip to content

Commit 99f12f6

Browse files
committed
ci: fix issues in package settings
* add description * add tags * add repository url * fix incorrect project url
1 parent 7bf793e commit 99f12f6

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<Owners>Seddryck</Owners>
2828
<Company>nbiguity</Company>
2929
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
30-
<PackageProjectUrl>https://seddryck.github.io/expressif</PackageProjectUrl>
30+
<PackageProjectUrl>https://seddryck.github.io/Expressif</PackageProjectUrl>
3131
<RepositoryType>git</RepositoryType>
3232
<RequireLicenseAcceptance>false</RequireLicenseAcceptance>
3333
<PackageIcon>icon\expressif-icon-128.png</PackageIcon>

Expressif/Expressif.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<PackageId>Expressif</PackageId>
4+
<RepositoryUrl>https://github.com/Seddryck/Expressif</RepositoryUrl>
5+
<PackageTags>predicate-functions;variable-binding;predicate;variable-substitution</PackageTags>
6+
<Description>Expressif is the variable substitution syntax combined with a library of predicates and functions. Initially designed for NBi.io, Expressif allows you to define variables, transformations of these variables (with expressions and functions), in plain text, which can then be interpreted by the engine. Same can be done with predicates.</Description>
7+
</PropertyGroup>
28
<PropertyGroup>
39
<GenerateDocumentationFile>True</GenerateDocumentationFile>
410
</PropertyGroup>

GitVersion.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
next-version: 1.0.0
21
mode: Mainline
32
major-version-bump-message: "^(feat|fix|perf|revert)(\\([\\w\\s-]*\\))?(!:|:.*\\n\\n((.+\\n)+\\n)?BREAKING CHANGE:\\s.+)"
43
minor-version-bump-message: "^(feat)(\\([\\w\\s-]*\\))?:"

0 commit comments

Comments
 (0)