Skip to content

Commit

Permalink
bump to 102.5, remove ilmerge for SL download (use nuget), remove .ne…
Browse files Browse the repository at this point in the history
…t 4 version from nuget pacakge now that json.net issues are resolved
  • Loading branch information
johnsheehan committed Nov 18, 2011
1 parent ea73617 commit d8122b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions RestSharp/SharedAssemblyInfo.cs
Expand Up @@ -23,5 +23,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("102.4.0.0")]
[assembly: AssemblyFileVersion("102.4.0.0")]
[assembly: AssemblyVersion("102.5.0.0")]
[assembly: AssemblyFileVersion("102.5.0.0")]
4 changes: 3 additions & 1 deletion package.cmd
@@ -1,3 +1,4 @@
if not exist Download\Silverlight mkdir Download\Silverlight
if not exist Download\WindowsPhone\7.0\ mkdir Download\WindowsPhone\7.0\
if not exist Download\WindowsPhone\7.1\ mkdir Download\WindowsPhone\7.1\
if not exist Download\package\lib\net35 mkdir Download\package\lib\net35
Expand All @@ -7,7 +8,8 @@ if not exist Download\package\lib\sl4-wp71 mkdir Download\package\lib\sl4-wp71
if not exist Download\package\lib\sl4 mkdir Download\package\lib\sl4

tools\ilmerge.exe /lib:RestSharp\bin\Release /internalize /ndebug /v2 /out:Download\RestSharp.dll RestSharp.dll Newtonsoft.Json.dll
tools\ilmerge.exe /lib:RestSharp.Silverlight\bin\Release /internalize /ndebug /targetplatform:v4,"C:\Program Files (x86)\Microsoft Silverlight\4.0.60531.0" /out:Download\RestSharp.Silverlight.dll RestSharp.Silverlight.dll Newtonsoft.Json.dll System.Xml.Linq.dll

copy RestSharp.Silverlight\bin\Release\*.dll Download\Silverlight\

copy RestSharp.WindowsPhone\bin\Release\*.dll Download\WindowsPhone\7.0\
copy RestSharp.WindowsPhone.Mango\bin\Release\*.dll Download\WindowsPhone\7.1\
Expand Down
2 changes: 1 addition & 1 deletion restsharp.nuspec
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>RestSharp</id>
<version>102.4</version>
<version>102.5</version>
<authors>John Sheehan, RestSharp Community</authors>
<owners>John Sheehan</owners>
<description>Simple REST and HTTP API Client</description>
Expand Down

0 comments on commit d8122b0

Please sign in to comment.