File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ static void Main(string[] args)
6161 Assembly . GetExecutingAssembly ( ) . GetName ( ) . Version . Major + "." +
6262 Assembly . GetExecutingAssembly ( ) . GetName ( ) . Version . Minor + "." +
6363 Assembly . GetExecutingAssembly ( ) . GetName ( ) . Version . Build
64- + "-pre"
64+ // + "-pre"
6565 ) ;
6666 Variables . Add ( "WOSystem" , Environment . OSVersion . ToString ( ) ) ;
6767
Original file line number Diff line number Diff line change 66 <TargetFramework >net6.0</TargetFramework >
77 <Authors >Alexander Tauenis</Authors >
88 <Version >0.16.2</Version >
9- <VersionSuffix >-pre </VersionSuffix > <!-- <VersionSuffix>-pre</VersionSuffix>-->
9+ <VersionSuffix ></VersionSuffix > <!-- <VersionSuffix>-pre</VersionSuffix>-->
1010 <PackageVersion >$(Version)$(VersionSuffix)</PackageVersion >
1111 <Company >World</Company >
1212 <Product >WebOne HTTP Proxy Server</Product >
You can’t perform that action at this time.
0 commit comments