From dcbc81971e288ef29e6b0266bdf74cabab988691 Mon Sep 17 00:00:00 2001 From: Paul Betts Date: Sat, 3 Jan 2015 15:22:37 -0800 Subject: [PATCH] Version bump to 2.2.0 --- Refit/Properties/AssemblyInfo.cs | 2 +- Refit/refit.nuspec | 2 +- Refit/targets/refit.targets | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Refit/Properties/AssemblyInfo.cs b/Refit/Properties/AssemblyInfo.cs index edc6da382..2f85c22fd 100644 --- a/Refit/Properties/AssemblyInfo.cs +++ b/Refit/Properties/AssemblyInfo.cs @@ -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.1.0")] +[assembly: AssemblyVersion("2.2.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. diff --git a/Refit/refit.nuspec b/Refit/refit.nuspec index b3f8aadb1..02998b02a 100644 --- a/Refit/refit.nuspec +++ b/Refit/refit.nuspec @@ -2,7 +2,7 @@ refit - 2.1.0 + 2.2.0 Refit Paul Betts,Refit contributors Paul Betts diff --git a/Refit/targets/refit.targets b/Refit/targets/refit.targets index 1ea03ba3b..e6bded453 100644 --- a/Refit/targets/refit.targets +++ b/Refit/targets/refit.targets @@ -2,10 +2,10 @@ - "$(SolutionDir)packages\refit.2.1.0\tools\InterfaceStubGenerator.exe" "$(ProjectDir)RefitStubs.cs" "@(Compile)" + "$(SolutionDir)packages\refit.2.2.0\tools\InterfaceStubGenerator.exe" "$(ProjectDir)RefitStubs.cs" "@(Compile)" - mono "$(SolutionDir)packages/refit.2.1.0/tools/InterfaceStubGenerator.exe" "$(ProjectDir)RefitStubs.cs" "@(Compile)" + mono "$(SolutionDir)packages/refit.2.2.0/tools/InterfaceStubGenerator.exe" "$(ProjectDir)RefitStubs.cs" "@(Compile)"