Skip to content

Commit

Permalink
IronWren version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Banane9 committed Jun 8, 2016
1 parent c9efb29 commit d42354b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 60 deletions.
35 changes: 8 additions & 27 deletions IronWren.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>IronWren</id>
<version>1.0.0</version>
<version>2.0.0</version>
<title>IronWren</title>
<authors>Banane9</authors>
<owners>Banane9</owners>
Expand All @@ -15,37 +15,18 @@
http://wren.io
https://github.com/munificent/wren

Supports the whole VM API and also generating Wren foreign-classes for C# classes.</description>
Supports the whole VM API and also generating Wren foreign-classes for C# classes.

The Native folder content has to be set to copy manually.</description>
<summary>.NET integration for the scripting language Wren.</summary>
<releaseNotes>First release.</releaseNotes>
<releaseNotes>WrenVM instances will not be kept alive anymore after the user code doesn't have any more references to it.</releaseNotes>
<copyright>Banane9</copyright>
<language>en</language>
<tags>wren, integration, script, scripting, language, pcl, portable, library, wrapper, game</tags>
</metadata>
<files>
<file src="IronWren\bin\Release\Native\wren.dll" target="content\MonoAndroid\Native\wren.dll" />
<file src="IronWren\bin\Release\Native\wren.pdb" target="content\MonoAndroid\Native\wren.pdb" />
<file src="IronWren\bin\Release\Native\wren.dll" target="content\MonoMac\Native\wren.dll" />
<file src="IronWren\bin\Release\Native\wren.pdb" target="content\MonoMac\Native\wren.pdb" />
<file src="IronWren\bin\Release\Native\wren.dll" target="content\MonoTouch\Native\wren.dll" />
<file src="IronWren\bin\Release\Native\wren.pdb" target="content\MonoTouch\Native\wren.pdb" />
<file src="IronWren\bin\Release\Native\wren.dll" target="content\net45\Native\wren.dll" />
<file src="IronWren\bin\Release\Native\wren.pdb" target="content\net45\Native\wren.pdb" />
<file src="IronWren\bin\Release\Native\wren.dll" target="content\netcore451\Native\wren.dll" />
<file src="IronWren\bin\Release\Native\wren.pdb" target="content\netcore451\Native\wren.pdb" />
<file src="IronWren\bin\Release\Native\wren.dll" target="content\wpa81\Native\wren.dll" />
<file src="IronWren\bin\Release\Native\wren.pdb" target="content\wpa81\Native\wren.pdb" />
<file src="IronWren\bin\Release\IronWren.dll" target="lib\MonoAndroid\IronWren.dll" />
<file src="IronWren\bin\Release\IronWren.xml" target="lib\MonoAndroid\IronWren.xml" />
<file src="IronWren\bin\Release\IronWren.dll" target="lib\MonoMac\IronWren.dll" />
<file src="IronWren\bin\Release\IronWren.xml" target="lib\MonoMac\IronWren.xml" />
<file src="IronWren\bin\Release\IronWren.dll" target="lib\MonoTouch\IronWren.dll" />
<file src="IronWren\bin\Release\IronWren.xml" target="lib\MonoTouch\IronWren.xml" />
<file src="IronWren\bin\Release\IronWren.dll" target="lib\net45\IronWren.dll" />
<file src="IronWren\bin\Release\IronWren.xml" target="lib\net45\IronWren.xml" />
<file src="IronWren\bin\Release\IronWren.dll" target="lib\netcore451\IronWren.dll" />
<file src="IronWren\bin\Release\IronWren.xml" target="lib\netcore451\IronWren.xml" />
<file src="IronWren\bin\Release\IronWren.dll" target="lib\wpa81\IronWren.dll" />
<file src="IronWren\bin\Release\IronWren.xml" target="lib\wpa81\IronWren.xml" />
<file src="IronWren\bin\Release\Native\wren.dll" target="content\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\Native\wren.dll" />
<file src="IronWren\bin\Release\IronWren.dll" target="lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\IronWren.dll" />
<file src="IronWren\bin\Release\IronWren.xml" target="lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\IronWren.xml" />
</files>
</package>
38 changes: 6 additions & 32 deletions IronWren.symbols.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>IronWren</id>
<version>1.0.0</version>
<version>2.0.0</version>
<title>IronWren</title>
<authors>Banane9</authors>
<owners>Banane9</owners>
Expand All @@ -17,42 +17,15 @@ https://github.com/munificent/wren

Supports the whole VM API and also generating Wren foreign-classes for C# classes.</description>
<summary>.NET integration for the scripting language Wren.</summary>
<releaseNotes>First release.</releaseNotes>
<releaseNotes>WrenVM instances will not be kept alive anymore after the user code doesn't have any more references to it.</releaseNotes>
<copyright>Banane9</copyright>
<language>en</language>
<tags>wren, integration, script, scripting, language, pcl, portable, library, wrapper, game</tags>
</metadata>
<files>
<file src="IronWren\bin\Release\Native\wren.dll" target="content\MonoAndroid\Native\wren.dll" />
<file src="IronWren\bin\Release\Native\wren.pdb" target="content\MonoAndroid\Native\wren.pdb" />
<file src="IronWren\bin\Release\Native\wren.dll" target="content\MonoMac\Native\wren.dll" />
<file src="IronWren\bin\Release\Native\wren.pdb" target="content\MonoMac\Native\wren.pdb" />
<file src="IronWren\bin\Release\Native\wren.dll" target="content\MonoTouch\Native\wren.dll" />
<file src="IronWren\bin\Release\Native\wren.pdb" target="content\MonoTouch\Native\wren.pdb" />
<file src="IronWren\bin\Release\Native\wren.dll" target="content\net45\Native\wren.dll" />
<file src="IronWren\bin\Release\Native\wren.pdb" target="content\net45\Native\wren.pdb" />
<file src="IronWren\bin\Release\Native\wren.dll" target="content\netcore451\Native\wren.dll" />
<file src="IronWren\bin\Release\Native\wren.pdb" target="content\netcore451\Native\wren.pdb" />
<file src="IronWren\bin\Release\Native\wren.dll" target="content\wpa81\Native\wren.dll" />
<file src="IronWren\bin\Release\Native\wren.pdb" target="content\wpa81\Native\wren.pdb" />
<file src="IronWren\bin\Release\IronWren.dll" target="lib\MonoAndroid\IronWren.dll" />
<file src="IronWren\bin\Release\IronWren.pdb" target="lib\MonoAndroid\IronWren.pdb" />
<file src="IronWren\bin\Release\IronWren.xml" target="lib\MonoAndroid\IronWren.xml" />
<file src="IronWren\bin\Release\IronWren.dll" target="lib\MonoMac\IronWren.dll" />
<file src="IronWren\bin\Release\IronWren.pdb" target="lib\MonoMac\IronWren.pdb" />
<file src="IronWren\bin\Release\IronWren.xml" target="lib\MonoMac\IronWren.xml" />
<file src="IronWren\bin\Release\IronWren.dll" target="lib\MonoTouch\IronWren.dll" />
<file src="IronWren\bin\Release\IronWren.pdb" target="lib\MonoTouch\IronWren.pdb" />
<file src="IronWren\bin\Release\IronWren.xml" target="lib\MonoTouch\IronWren.xml" />
<file src="IronWren\bin\Release\IronWren.dll" target="lib\net45\IronWren.dll" />
<file src="IronWren\bin\Release\IronWren.pdb" target="lib\net45\IronWren.pdb" />
<file src="IronWren\bin\Release\IronWren.xml" target="lib\net45\IronWren.xml" />
<file src="IronWren\bin\Release\IronWren.dll" target="lib\netcore451\IronWren.dll" />
<file src="IronWren\bin\Release\IronWren.pdb" target="lib\netcore451\IronWren.pdb" />
<file src="IronWren\bin\Release\IronWren.xml" target="lib\netcore451\IronWren.xml" />
<file src="IronWren\bin\Release\IronWren.dll" target="lib\wpa81\IronWren.dll" />
<file src="IronWren\bin\Release\IronWren.pdb" target="lib\wpa81\IronWren.pdb" />
<file src="IronWren\bin\Release\IronWren.xml" target="lib\wpa81\IronWren.xml" />
<file src="IronWren\bin\Release\IronWren.dll" target="lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\IronWren.dll" />
<file src="IronWren\bin\Release\IronWren.pdb" target="lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\IronWren.pdb" />
<file src="IronWren\bin\Release\IronWren.xml" target="lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\IronWren.xml" />
<file src="IronWren\AutoMapper\Attributes\MethodDetails.cs" target="src\AutoMapper\Attributes\MethodDetails.cs" />
<file src="IronWren\AutoMapper\Attributes\WrenClassAttribute.cs" target="src\AutoMapper\Attributes\WrenClassAttribute.cs" />
<file src="IronWren\AutoMapper\Attributes\WrenCodeAttribute.cs" target="src\AutoMapper\Attributes\WrenCodeAttribute.cs" />
Expand Down Expand Up @@ -80,6 +53,7 @@ Supports the whole VM API and also generating Wren foreign-classes for C# classe
<file src="IronWren\WrenErrorType.cs" target="src\WrenErrorType.cs" />
<file src="IronWren\WrenForeignClassMethods.cs" target="src\WrenForeignClassMethods.cs" />
<file src="IronWren\WrenFunctionHandle.cs" target="src\WrenFunctionHandle.cs" />
<file src="IronWren\WrenHandle.cs" target="src\WrenHandle.cs" />
<file src="IronWren\WrenInterpretResult.cs" target="src\WrenInterpretResult.cs" />
<file src="IronWren\WrenType.cs" target="src\WrenType.cs" />
<file src="IronWren\WrenValueHandle.cs" target="src\WrenValueHandle.cs" />
Expand Down
2 changes: 1 addition & 1 deletion IronWren/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
// übernehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.*")]
[assembly: AssemblyFileVersion("1.0.0.0")]

0 comments on commit d42354b

Please sign in to comment.