diff --git a/Refit/Properties/AssemblyInfo.cs b/Refit/Properties/AssemblyInfo.cs index 237748bc0..edc6da382 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.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. diff --git a/Refit/refit.nuspec b/Refit/refit.nuspec index 36bb17819..b3f8aadb1 100644 --- a/Refit/refit.nuspec +++ b/Refit/refit.nuspec @@ -2,7 +2,7 @@ refit - 2.0.2 + 2.1.0 Refit Paul Betts,Refit contributors Paul Betts diff --git a/Refit/targets/refit.targets b/Refit/targets/refit.targets index 54d7ea7d1..1ea03ba3b 100644 --- a/Refit/targets/refit.targets +++ b/Refit/targets/refit.targets @@ -2,10 +2,10 @@ - "$(SolutionDir)packages\refit.2.0.2\tools\InterfaceStubGenerator.exe" "$(ProjectDir)RefitStubs.cs" "@(Compile)" + "$(SolutionDir)packages\refit.2.1.0\tools\InterfaceStubGenerator.exe" "$(ProjectDir)RefitStubs.cs" "@(Compile)" - mono "$(SolutionDir)packages/refit.2.0.2/tools/InterfaceStubGenerator.exe" "$(ProjectDir)RefitStubs.cs" "@(Compile)" + mono "$(SolutionDir)packages/refit.2.1.0/tools/InterfaceStubGenerator.exe" "$(ProjectDir)RefitStubs.cs" "@(Compile)"