Release notes
This commit is contained in:
parent
ac2de4fcfa
commit
0d8bda717d
3 changed files with 19 additions and 21 deletions
Binary file not shown.
|
@ -70,7 +70,7 @@ using System.Runtime.InteropServices;
|
|||
// You can specify all the values or you can default the Revision and Build Numbers
|
||||
// by using the '*' as shown below:
|
||||
//
|
||||
[assembly: AssemblyVersion("3.0.0.5")]
|
||||
[assembly: AssemblyVersion("3.0.0.6")]
|
||||
|
||||
//
|
||||
// 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: AssemblyKeyName("")]
|
||||
[assembly: ComVisibleAttribute(false)]
|
||||
[assembly: AssemblyFileVersionAttribute("3.0.0.5")]
|
||||
[assembly: AssemblyFileVersionAttribute("3.0.0.6")]
|
||||
|
|
|
@ -6,23 +6,21 @@
|
|||
<body style="background-color: white; font-family: Verdana, sans-serif;font-size: 13px;line-height: 1.3">
|
||||
<div>
|
||||
<div>
|
||||
<h3><span class="date">2018-01-15</span> - Release 3.0.0</h3>
|
||||
<h3><span class="date">2018-01-15</span> - Release 2.56.0</h3>
|
||||
<div>
|
||||
<p>* Added all functions of the OSSL library (<a href="http://opensimulator.org/wiki/Category:OSSL_Functions">http://opensimulator.org/wiki/Category:OSSL_Functions</a>).</p>
|
||||
<p>* Added the include functionality. </p>
|
||||
* Added all functions of the OSSL library (<a href="http://opensimulator.org/wiki/Category:OSSL_Functions">http://opensimulator.org/wiki/Category:OSSL_Functions</a>).
|
||||
<br/>* Added the include functionality.
|
||||
<ul>
|
||||
<li>The LSLI extension has been created and is required for the use of the include function.</li>
|
||||
<li>Scripts can now be included using '//#include("<path>/<file>")' inside an LSLI script.</li>
|
||||
<li>LSLI scripts can be directly interpreted by the debugger inside the LSL Editor.</li>
|
||||
<li>LSLI scripts can be exported to LSL scripts.</li>
|
||||
</ul>
|
||||
<p>
|
||||
For more information about the include functionality,
|
||||
please visit
|
||||
<a href="https://docs.google.com/document/d/1gEkeY4rk-x06PPRPlxVbiPdXS1NDiaiQxZRrVfzwFjA/edit?usp=sharing">
|
||||
https://docs.google.com/document/d/1gEkeY4rk-x06PPRPlxVbiPdXS1NDiaiQxZRrVfzwFjA/edit?usp=sharing
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
<h3><span class="date">2013-10-18</span> - Release 2.55.0</h3>
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue