File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <TargetFramework >net8.0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
7- <AssemblyVersion >1.9.0 .0</AssemblyVersion >
8- <FileVersion >1.9.0 .0</FileVersion >
9- <Version >1.9.0 </Version >
7+ <AssemblyVersion >1.9.1 .0</AssemblyVersion >
8+ <FileVersion >1.9.1 .0</FileVersion >
9+ <Version >1.9.1 </Version >
1010 <RootNamespace >Moonfin.Server</RootNamespace >
1111 <AssemblyName >Moonfin.Server</AssemblyName >
1212 <GenerateDocumentationFile >true</GenerateDocumentationFile >
Original file line number Diff line number Diff line change 33# Usage: .\build.ps1 [-Version "1.1.0.0"] [-TargetAbi "10.10.0"]
44
55param (
6- [string ]$Version = " 1.9.0 .0" ,
6+ [string ]$Version = " 1.9.1 .0" ,
77 [string ]$TargetAbi = " 10.10.0"
88)
99
Original file line number Diff line number Diff line change 55
66set -e
77
8- VERSION=" ${1:- 1.9.0 .0} "
8+ VERSION=" ${1:- 1.9.1 .0} "
99TARGET_ABI=" ${2:- 10.10.0} "
1010BUILD_TIMESTAMP=$( date ' +%Y-%m-%d %H:%M:%S' )
1111
You can’t perform that action at this time.
0 commit comments