Skip to content

Commit

Permalink
ci: fix issues in package settings
Browse files Browse the repository at this point in the history
* add description
* add tags
* add repository url
* fix incorrect project url
  • Loading branch information
Seddryck committed Dec 22, 2023
1 parent 7bf793e commit 99f12f6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<Owners>Seddryck</Owners>
<Company>nbiguity</Company>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://seddryck.github.io/expressif</PackageProjectUrl>
<PackageProjectUrl>https://seddryck.github.io/Expressif</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<RequireLicenseAcceptance>false</RequireLicenseAcceptance>
<PackageIcon>icon\expressif-icon-128.png</PackageIcon>
Expand Down
6 changes: 6 additions & 0 deletions Expressif/Expressif.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>Expressif</PackageId>
<RepositoryUrl>https://github.com/Seddryck/Expressif</RepositoryUrl>
<PackageTags>predicate-functions;variable-binding;predicate;variable-substitution</PackageTags>
<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>
</PropertyGroup>
<PropertyGroup>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
next-version: 1.0.0
mode: Mainline
major-version-bump-message: "^(feat|fix|perf|revert)(\\([\\w\\s-]*\\))?(!:|:.*\\n\\n((.+\\n)+\\n)?BREAKING CHANGE:\\s.+)"
minor-version-bump-message: "^(feat)(\\([\\w\\s-]*\\))?:"
Expand Down

0 comments on commit 99f12f6

Please sign in to comment.