mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
fix format to avoid error on file name
This commit is contained in:
@@ -15,8 +15,8 @@ using System.Resources;
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// Version information
|
||||
[assembly: AssemblyVersion("1.77.3.1816")]
|
||||
[assembly: AssemblyFileVersion("1.77.3.1816")]
|
||||
[assembly: AssemblyVersion("1.77.3.1821")]
|
||||
[assembly: AssemblyFileVersion("1.77.3.1821")]
|
||||
[assembly: NeutralResourcesLanguageAttribute("en-US")]
|
||||
[assembly: AssemblyInformationalVersion("1.77.3 (Nightly Build: 1816)")]
|
||||
[assembly: AssemblyInformationalVersion("1.77.3 (Nightly Build 1821)")]
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ using System.Resources;
|
||||
[assembly: AssemblyVersion("<#= this.major #>.<#= this.minor #>.<#= this.revision #>.<#= this.build #>")]
|
||||
[assembly: AssemblyFileVersion("<#= this.major #>.<#= this.minor #>.<#= this.revision #>.<#= this.build #>")]
|
||||
[assembly: NeutralResourcesLanguageAttribute("en-US")]
|
||||
[assembly: AssemblyInformationalVersion("<#= this.major #>.<#= this.minor #>.<#= this.revision #> (<#= this.channel #>: <#= this.build #>)")]
|
||||
[assembly: AssemblyInformationalVersion("<#= this.major #>.<#= this.minor #>.<#= this.revision #> (<#= this.channel #> <#= this.build #>)")]
|
||||
|
||||
<#+
|
||||
int major = 1;
|
||||
|
||||
Reference in New Issue
Block a user