Skip to content

Commit 61fa0cb

Browse files
committed
remove -pre version suffix
1 parent 123d1b7 commit 61fa0cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

WebOne.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

0 commit comments

Comments
 (0)