Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPL-12294: Fix tags treated as multiple words. #14

Merged
merged 2 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
name: publish
on:
workflow_dispatch: # Allow running the workflow manually from the GitHub UI
push:
branches:
- 'main' # Run the workflow when pushing to the main branch
pull_request:
branches:
- '*' # Run the workflow for all pull requests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Copyright>https://www.quadient.com</Copyright>
<RepositoryUrl>https://github.com/quadient/unece-units</RepositoryUrl>
<Authors>Quadient, jakubsemerak, yardee</Authors>
<PackageTags>UNECE; contract; units; rec. 20; rec.21</PackageTags>
<PackageTags>UNECE; contract; units; rec.20; rec.21</PackageTags>
<Description>
UNECE Units Contract package for UneceUnits package for working with UNECE rec. 20 and rec. 21 standards.
</Description>
Expand Down
2 changes: 1 addition & 1 deletion dotnet/UneceGenerator/UneceUnits/UneceUnits.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Copyright>https://www.quadient.com</Copyright>
<RepositoryUrl>https://github.com/quadient/unece-units</RepositoryUrl>
<Authors>Quadient, jakubsemerak, yardee</Authors>
<PackageTags>UNECE; units; rec. 20; rec.21</PackageTags>
<PackageTags>UNECE; units; rec.20; rec.21</PackageTags>
<Description>
UNECE Units generated structures for working with UNECE rec. 20 and rec. 21 standards.
</Description>
Expand Down
Loading