bumped assembly version to 1.76

This commit is contained in:
David Sparer
2017-02-08 09:26:06 -07:00
parent 97715f260f
commit 23ed1cf5e5

View File

@@ -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")]