mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-26 12:08:37 +08:00
bumped assembly version to 1.76
This commit is contained in:
@@ -10,17 +10,17 @@ using System.Runtime.InteropServices;
|
||||
|
||||
// Review the values of the assembly attributes
|
||||
|
||||
[assembly:AssemblyTitle("mRemoteNG")]
|
||||
[assembly: AssemblyTitle("mRemoteNG")]
|
||||
[assembly: AssemblyDescription("Multi-protocol remote connections manager")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly:AssemblyProduct("mRemoteNG")]
|
||||
[assembly: AssemblyProduct("mRemoteNG")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2017 mRemoteNG Dev Team; 2010-2013 Riley McArdle; 2007-2009 Felix Deimel")]
|
||||
[assembly:AssemblyTrademark("")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
|
||||
[assembly:ComVisible(false)]
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
//The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly:Guid("A99669B2-FAEB-11DE-995A-826C56D89593")]
|
||||
[assembly: Guid("A99669B2-FAEB-11DE-995A-826C56D89593")]
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
@@ -33,7 +33,6 @@ using System.Runtime.InteropServices;
|
||||
// by using the '*' as shown below:
|
||||
// <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
[assembly: AssemblyVersion("1.75.*")]
|
||||
|
||||
[assembly:NeutralResourcesLanguageAttribute("en")]
|
||||
[assembly: AssemblyVersion("1.76.*")]
|
||||
|
||||
[assembly: NeutralResourcesLanguage("en")]
|
||||
Reference in New Issue
Block a user