Skip to content

Commit d8122b0

Browse files
committed
bump to 102.5, remove ilmerge for SL download (use nuget), remove .net 4 version from nuget pacakge now that json.net issues are resolved
1 parent ea73617 commit d8122b0

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

RestSharp/SharedAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
// You can specify all the values or you can default the Build and Revision Numbers
2424
// by using the '*' as shown below:
2525
// [assembly: AssemblyVersion("1.0.*")]
26-
[assembly: AssemblyVersion("102.4.0.0")]
27-
[assembly: AssemblyFileVersion("102.4.0.0")]
26+
[assembly: AssemblyVersion("102.5.0.0")]
27+
[assembly: AssemblyFileVersion("102.5.0.0")]

package.cmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
if not exist Download\Silverlight mkdir Download\Silverlight
12
if not exist Download\WindowsPhone\7.0\ mkdir Download\WindowsPhone\7.0\
23
if not exist Download\WindowsPhone\7.1\ mkdir Download\WindowsPhone\7.1\
34
if not exist Download\package\lib\net35 mkdir Download\package\lib\net35
@@ -7,7 +8,8 @@ if not exist Download\package\lib\sl4-wp71 mkdir Download\package\lib\sl4-wp71
78
if not exist Download\package\lib\sl4 mkdir Download\package\lib\sl4
89

910
tools\ilmerge.exe /lib:RestSharp\bin\Release /internalize /ndebug /v2 /out:Download\RestSharp.dll RestSharp.dll Newtonsoft.Json.dll
10-
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
11+
12+
copy RestSharp.Silverlight\bin\Release\*.dll Download\Silverlight\
1113

1214
copy RestSharp.WindowsPhone\bin\Release\*.dll Download\WindowsPhone\7.0\
1315
copy RestSharp.WindowsPhone.Mango\bin\Release\*.dll Download\WindowsPhone\7.1\

restsharp.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>RestSharp</id>
5-
<version>102.4</version>
5+
<version>102.5</version>
66
<authors>John Sheehan, RestSharp Community</authors>
77
<owners>John Sheehan</owners>
88
<description>Simple REST and HTTP API Client</description>

0 commit comments

Comments
 (0)