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

OSOE-86: Automate Orchard Core extension manifest version number update during NuGet publish #8

Merged
merged 5 commits into from
Jun 7, 2022

Conversation

dministro
Copy link
Member

@dministro dministro commented Jun 7, 2022

OSOE-86

Fixes GH-4

)

(Get-Content -Raw $Manifest)`
-replace '(?<head>\[assembly:\s*Module\(([^\]]*Version\W*=\W*"))([^"]*)', ('${head}' + $Version)` |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does that backtick do there? I think it's unnecessary

.github/workflows/publish.yml Outdated Show resolved Hide resolved
.github/workflows/publish.yml Outdated Show resolved Hide resolved
dministro and others added 3 commits June 7, 2022 20:50
Co-authored-by: Dávid El-Saig <david.el-saig@lombiq.com>
Co-authored-by: Dávid El-Saig <david.el-saig@lombiq.com>
@sarahelsaig sarahelsaig merged commit f848747 into dev Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automate Orchard Core extension manifest version number update during NuGet publish (OSOE-86)
2 participants