diff --git a/LibGit2Sharp/LibGit2Sharp.csproj b/LibGit2Sharp/LibGit2Sharp.csproj index 0037b70e0..9708470cc 100644 --- a/LibGit2Sharp/LibGit2Sharp.csproj +++ b/LibGit2Sharp/LibGit2Sharp.csproj @@ -1,6 +1,6 @@  - + Debug AnyCPU @@ -392,6 +392,6 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + diff --git a/LibGit2Sharp/Properties/AssemblyInfo.cs b/LibGit2Sharp/Properties/AssemblyInfo.cs index 8e423db52..0d801bcb3 100644 --- a/LibGit2Sharp/Properties/AssemblyInfo.cs +++ b/LibGit2Sharp/Properties/AssemblyInfo.cs @@ -42,6 +42,6 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.24.1")] -[assembly: AssemblyFileVersion("0.24.1")] -[assembly: AssemblyInformationalVersion("0.24.1-dev00000000000000")] +[assembly: AssemblyVersion("0.24.2")] +[assembly: AssemblyFileVersion("0.24.2")] +[assembly: AssemblyInformationalVersion("0.24.2-dev00000000000000")] diff --git a/LibGit2Sharp/packages.config b/LibGit2Sharp/packages.config index 796faed60..5aaf75f58 100644 --- a/LibGit2Sharp/packages.config +++ b/LibGit2Sharp/packages.config @@ -1,4 +1,4 @@  - + diff --git a/appveyor.yml b/appveyor.yml index f860ef033..342b92e41 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,7 +18,7 @@ environment: secure: nuzUT+HecXGIi3KaPd/1hgFEZJan/j6+oNbPV75JKjk= coverity_email: secure: eGVilNg1Yuq+Xj+SW8r3WCtjnzhoDV0sNJkma4NRq7A= - version : 0.24.1 + version : 0.24.2 matrix: - xunit_runner: xunit.console.x86.exe Arch: 32