Skip to content

Commit

Permalink
Version bump to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Nov 14, 2014
1 parent c6f6046 commit 539c1c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Refit/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
[assembly: AssemblyVersion("2.0.2")]
[assembly: AssemblyVersion("2.1.0")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
2 changes: 1 addition & 1 deletion Refit/refit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>refit</id>
<version>2.0.2</version>
<version>2.1.0</version>
<title>Refit</title>
<authors>Paul Betts,Refit contributors</authors>
<owners>Paul Betts</owners>
Expand Down
4 changes: 2 additions & 2 deletions Refit/targets/refit.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<PropertyGroup Condition="'$(OS)' == 'Windows_NT'">
<PreBuildEvent>"$(SolutionDir)packages\refit.2.0.2\tools\InterfaceStubGenerator.exe" "$(ProjectDir)RefitStubs.cs" "@(Compile)"</PreBuildEvent>
<PreBuildEvent>"$(SolutionDir)packages\refit.2.1.0\tools\InterfaceStubGenerator.exe" "$(ProjectDir)RefitStubs.cs" "@(Compile)"</PreBuildEvent>
</PropertyGroup>

<PropertyGroup Condition="'$(OS)' != 'Windows_NT'">
<PreBuildEvent>mono "$(SolutionDir)packages/refit.2.0.2/tools/InterfaceStubGenerator.exe" "$(ProjectDir)RefitStubs.cs" "@(Compile)"</PreBuildEvent>
<PreBuildEvent>mono "$(SolutionDir)packages/refit.2.1.0/tools/InterfaceStubGenerator.exe" "$(ProjectDir)RefitStubs.cs" "@(Compile)"</PreBuildEvent>
</PropertyGroup>
</Project>

0 comments on commit 539c1c7

Please sign in to comment.