Updating Relase Notes and version number

This commit is contained in:
Ima Mechanique 2012-04-22 10:12:28 +01:00
parent cd65779486
commit 8bf516eb20
2 changed files with 3 additions and 3 deletions

View file

@ -70,7 +70,7 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("2.45.1.*")] [assembly: AssemblyVersion("2.46.0.*")]
// //
// In order to sign your assembly you must specify a key to use. Refer to the // In order to sign your assembly you must specify a key to use. Refer to the
@ -100,4 +100,4 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDelaySign(false)] [assembly: AssemblyDelaySign(false)]
//[assembly: AssemblyKeyName("")] //[assembly: AssemblyKeyName("")]
[assembly: ComVisibleAttribute(false)] [assembly: ComVisibleAttribute(false)]
[assembly: AssemblyFileVersionAttribute("2.45.1.0")] [assembly: AssemblyFileVersionAttribute("2.46.0.0")]

View file

@ -29,7 +29,7 @@
* Fixed: * Fixed:
<ul> <ul>
<li>SF ID: 3072580 - HTTP Request response returned gzip compressed string. (Thanks to Akkarin Dryke).</li> <li>SF ID: 3072580 - HTTP Request response returned gzip compressed string. (Thanks to Akkarin Dryke).</li>
<li>Also fixed HTTP Request response returning UTF-8 (instead of ASCII).</li> <li>Also fixed HTTP Request response to return UTF-8 (instead of ASCII).</li>
</ul> </ul>
</div> </div>
</div> </div>