Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Bump 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bgk- committed Jun 2, 2024
1 parent 3dc1318 commit b5ae11a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions Test/UnitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,7 @@ private static void OnChoices(IntPtr vmPtr, IntPtr choicesPtr, byte count)
public void Setup()
{
}

[Test]
public void CompileAndRun()
{
Compile();
Run();
RunLoaded();
}

[Test, Order(1)]
public void Compile()
{
var compiled = Dialogue.Compile(Path.GetFullPath("./test.topi"), Library.Log);
Expand Down Expand Up @@ -94,6 +86,7 @@ private static TopiValue Sqr(IntPtr argsPtr, byte count)
return new TopiValue(i * i);
}

[Test, Order(2)]
public void Run()
{
var data = File.ReadAllBytes("./test.topib");
Expand Down Expand Up @@ -130,6 +123,7 @@ public void Run()
_state = dialogue.SaveState();
}

[Test, Order(3)]
public void RunLoaded()
{
Console.WriteLine(_state);
Expand Down
2 changes: 1 addition & 1 deletion Topiary/Topiary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>Topiary.CSharp</AssemblyName>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>topiary</PackageId>
<Version>0.13.0</Version>
<Version>0.13.1</Version>
<Title>Topiary Bindings</Title>
<Authors>Peartree Games</Authors>
<Description>C# Bindings for Topiary, a narrative scripting language</Description>
Expand Down
Binary file modified libtopi.dylib
Binary file not shown.
Binary file modified topi.dll
Binary file not shown.
Binary file modified topi.pdb
Binary file not shown.

0 comments on commit b5ae11a

Please sign in to comment.