File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
.github/actions/install-pog Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 version :
99 description : ' Pog version to install. By default, downloads the version matching this GitHub Action ref.'
1010 required : false
11- default : 0.12 .0
11+ default : 0.13 .0
1212runs :
1313 using : " composite"
1414 steps :
Original file line number Diff line number Diff line change 11@ {
22 RootModule = ' Pog.psm1'
3- ModuleVersion = ' 0.12 .0'
3+ ModuleVersion = ' 0.13 .0'
44 GUID = ' decb807b-afa1-4111-ad81-bfe9aa7dd44d'
55 Author = ' Matej Kafka'
66 CompatiblePSEditions = @ (' Desktop' , ' Core' )
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <Version >0.12 .0</Version >
4+ <Version >0.13 .0</Version >
55 <IncludeSourceRevisionInInformationalVersion >false</IncludeSourceRevisionInInformationalVersion >
66
77 <!-- If publishing, use a release build by default. -->
Original file line number Diff line number Diff line change 33 Private = $true
44
55 Name = " Pog"
6- Version = " 0.12 .0"
6+ Version = " 0.13 .0"
77 # why x64:
88 # 1) shim binaries are compiled only for x64 (should be easy to change)
99 # 2) VC redist DLLs are currently x64 (shouldn't be too hard to change)
You can’t perform that action at this time.
0 commit comments