Skip to content

Commit e250191

Browse files
Bumping version to 1.2
1 parent c3a3be4 commit e250191

File tree

4 files changed

+45
-2
lines changed

4 files changed

+45
-2
lines changed

Properties/SharedAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
// You can specify all the values or you can default the Build and Revision Numbers
1313
// by using the '*' as shown below:
1414
// [assembly: AssemblyVersion("1.0.*")]
15-
[assembly: AssemblyVersion("1.1.1")]
16-
[assembly: AssemblyFileVersion("1.1.1")]
15+
[assembly: AssemblyVersion("1.2")]
16+
[assembly: AssemblyFileVersion("1.2")]

Utility/CsDebugScript.Reference/Content/VersionHistory/VersionHistory.aml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
<link xlink:href="0f414275-632b-4672-abf4-6ff1af646b09" />
3535
</para>
3636
</listItem>
37+
<listItem>
38+
<para>
39+
<link xlink:href="875561B6-9239-40ED-8520-CC77989D7270" />
40+
</para>
41+
</listItem>
3742
</list>
3843
</content>
3944
</section>
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<topic id="875561B6-9239-40ED-8520-CC77989D7270" revisionNumber="1">
3+
<developerConceptualDocument xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink">
4+
<introduction>
5+
<para>
6+
Version 1.2 was released on 6/19/2016.
7+
</para>
8+
</introduction>
9+
10+
<section>
11+
<title>Changes in This Release</title>
12+
<content>
13+
14+
<list class="bullet">
15+
<listItem>
16+
<para>Adding CLR debugging support.</para>
17+
</listItem>
18+
<listItem>
19+
<para>Using CodeGen now drastically improves script writing. All objects returned from generated code are now fully upcasted C# object.
20+
Even though C# doesn't support multi class inheritance, Engine simulates that in C# to reflect native implementation. Now, you can
21+
have virtual functions on multi class inheritance user types and they will magically work. Also, new extension methods
22+
As&lt;T&gt; and Is&lt;T&gt; have been added to overcome multi class inheritance problems.
23+
</para>
24+
</listItem>
25+
<listItem>
26+
<para>Lots of fixes to Engine and CodeGen to be written here, take a look at check-ins for more info.</para>
27+
</listItem>
28+
</list>
29+
30+
</content>
31+
</section>
32+
33+
<relatedTopics>
34+
<link xlink:href="b76ffd2d-4d7f-4b4f-9b3b-277603e78dd6" />
35+
</relatedTopics>
36+
</developerConceptualDocument>
37+
</topic>

Utility/CsDebugScript.Reference/csDebugScript.Reference.shfbproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
<None Include="Content\VersionHistory\v1.0.0.1.aml" />
8888
<None Include="Content\VersionHistory\v1.0.0.2.aml" />
8989
<None Include="Content\VersionHistory\v1.0.0.3.aml" />
90+
<None Include="Content\VersionHistory\v1.2.aml" />
9091
<None Include="Content\VersionHistory\VersionHistory.aml" />
9192
<None Include="Content\Welcome.aml" />
9293
<None Include="Content\Wiki.aml" />

0 commit comments

Comments
 (0)