Skip to content
/ cecil Public
forked from jbevain/cecil

Commit

Permalink
0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jbevain committed Apr 25, 2015
1 parent 8b689ec commit c30e727
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Mono.Cecil.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Mono.Cecil</id>
<version>0.9.5.4</version>
<version>0.9.6.0</version>
<title>Mono.Cecil</title>
<authors>Jb Evain</authors>
<owners>Jb Evain</owners>
Expand All @@ -15,9 +15,11 @@
<tags>assembly assemblies module modules il cil msil bytecode reflection injection cecil mono aop</tags>
</metadata>
<files>
<file src="bin\net_2_0_Release\*.dll" target="lib/net20" />
<file src="bin\net_2_0_Release\*.dll" target="lib/net20" />
<file src="bin\net_3_5_Release\*.dll" target="lib/net35" />
<file src="bin\net_4_0_Release\*.dll" target="lib/net40" />
<file src="bin\silverlight_Release\*.dll" target="lib/sl40" />
<file src="bin\net_4_5_Release\*.dll" target="lib/net45" />
<file src="bin\silverlight_Release\*.dll" target="lib/sl5" />
</files>
</package>
4 changes: 2 additions & 2 deletions ProjectInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

[assembly: ComVisible (false)]

[assembly: AssemblyVersion ("0.9.5.0")]
[assembly: AssemblyVersion ("0.9.6.0")]
#if !CF
[assembly: AssemblyFileVersion ("0.9.5.0")]
[assembly: AssemblyFileVersion ("0.9.6.0")]
#endif

0 comments on commit c30e727

Please sign in to comment.