Skip to content

Commit

Permalink
snk fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
AqlaSolutions committed May 30, 2016
1 parent 6339e1b commit 4ba4f51
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Nuget/runsharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<title>Aqla.RunSharp IL generator</title>
<id>aqla.runsharp</id>
<version>1.0.0.18</version>
<version>1.0.0.19</version>
<authors>Vladyslav Taranov</authors>
<copyright>Vladyslav Taranov 2016, fork source from Stefan Simek 2009</copyright>
<owners>Vladyslav Taranov</owners>
Expand Down
4 changes: 2 additions & 2 deletions RunSharpShared/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.0.0.18")]
[assembly: AssemblyFileVersion("1.0.0.18")]
[assembly: AssemblyVersion("1.0.0.19")]
[assembly: AssemblyFileVersion("1.0.0.19")]

//[assembly: CLSCompliant(true)]
#if !PHONE8 && !SILVERLIGHT
Expand Down
2 changes: 1 addition & 1 deletion all.build
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<MSBuild Projects="@(ProjectToBuild)" Targets="Rebuild" Properties="Configuration=Release" BuildInParallel="true"/>

<Exec Command="tools\AOTCompatlyzer.exe &quot;RunSharp\bin\Release\RunSharp.dll&quot;"/>
<Exec Command="tools\AOTCompatlyzer.exe &quot;RunSharp\bin\Release\RunSharp.dll&quot; &quot;RunSharp\runsharp_key.snk&quot;"/>

<ItemGroup>
<Net20Files Include="RunSharp\bin\Release\RunSharp.*"/>
Expand Down
Binary file modified tools/AOTCompatlyzer.exe
Binary file not shown.

0 comments on commit 4ba4f51

Please sign in to comment.