Skip to content

Commit 248b8f8

Browse files
Merge pull request restsharp#1261 from soccerjoshj07/master
Turning on code optimizations
2 parents 67c1481 + 27594a7 commit 248b8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RestSharp/RestSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Description>Simple REST and HTTP API Client</Description>
1111
<Authors>John Sheehan, RestSharp Community</Authors>
1212
<Version>106.6.7</Version>
13-
<Optimize>false</Optimize>
13+
<Optimize>true</Optimize>
1414
<AssemblyOriginatorKeyFile>..\RestSharp.snk</AssemblyOriginatorKeyFile>
1515
<SignAssembly>true</SignAssembly>
1616
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>

0 commit comments

Comments
 (0)