File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 @find c -name "*.py" -exec sed -i 's/version = "[0-9]\+\.[0-9]\+\.[0-9]\+"/version = "$(VERSION)"/' {} \;
4545
4646 # Update version in openiap.psd1 (powershell module)
47- @find c -name "*.psd1" -exec sed -i "s/\$OpenIapVersion = '[0-9]\+\.[0-9]\+\.[0-9]\+'/\$OpenIapVersion = '$(VERSION)'/" {} \;
47+ @find pwsh -name "*.psm1" -exec sed -i "s/\$OpenIapVersion = '[0-9]\+\.[0-9]\+\.[0-9]\+'/\$OpenIapVersion = '$(VERSION)'/" {} \;
48+ @find pwsh -name "*.psd1" -exec sed -i "s/ModuleVersion = '[0-9]\+\.[0-9]\+\.[0-9]\+'/ModuleVersion = '$(VERSION)'/" {} \;
4849
4950 @echo "Version bump completed to $(VERSION)"
5051
Original file line number Diff line number Diff line change 88RootModule = ' openiap.psm1'
99
1010# Version number of this module.
11- ModuleVersion = ' 0.0.7 '
11+ ModuleVersion = ' 0.0.36 '
1212
1313# Supported PSEditions
1414# CompatiblePSEditions = @()
You can’t perform that action at this time.
0 commit comments