Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LibGit2Sharp.Tests/ApplyingATag.cs (renamed from libgit2sharp.Tests/ApplyingATag.cs)2
-rw-r--r--LibGit2Sharp.Tests/GitDateFixture.cs (renamed from libgit2sharp.Tests/GitDateFixture.cs)2
-rw-r--r--LibGit2Sharp.Tests/InitializingARepository.cs (renamed from libgit2sharp.Tests/InitializingARepository.cs)2
-rw-r--r--LibGit2Sharp.Tests/InstantiatingARepository.cs (renamed from libgit2sharp.Tests/InstantiatingARepository.cs)2
-rw-r--r--LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj (renamed from libgit2sharp.Tests/libgit2sharp.Tests.csproj)6
-rw-r--r--LibGit2Sharp.Tests/ObjectIdFixture.cs (renamed from libgit2sharp.Tests/ObjectIdFixture.cs)2
-rw-r--r--LibGit2Sharp.Tests/Properties/AssemblyInfo.cs (renamed from libgit2sharp.Tests/Properties/AssemblyInfo.cs)0
-rw-r--r--LibGit2Sharp.Tests/ReadOnlyRepositoryFixtureBase.cs (renamed from libgit2sharp.Tests/ReadOnlyRepositoryFixtureBase.cs)2
-rw-r--r--LibGit2Sharp.Tests/ReadWriteRepositoryFixtureBase.cs (renamed from libgit2sharp.Tests/ReadWriteRepositoryFixtureBase.cs)2
-rw-r--r--LibGit2Sharp.Tests/RepositoryFixtures.cs (renamed from libgit2sharp.Tests/RepositoryFixtures.cs)2
-rw-r--r--LibGit2Sharp.Tests/RepositoryToBeCreatedFixtureBase.cs (renamed from libgit2sharp.Tests/RepositoryToBeCreatedFixtureBase.cs)2
-rw-r--r--LibGit2Sharp.sln (renamed from libgit2sharp.sln)4
-rw-r--r--LibGit2Sharp/Blob.cs (renamed from libgit2sharp/Blob.cs)2
-rw-r--r--LibGit2Sharp/Commit.cs (renamed from libgit2sharp/Commit.cs)2
-rw-r--r--LibGit2Sharp/DateTimeOffsetExtensions.cs (renamed from libgit2sharp/DateTimeOffsetExtensions.cs)2
-rw-r--r--LibGit2Sharp/Epoch.cs (renamed from libgit2sharp/Epoch.cs)2
-rw-r--r--LibGit2Sharp/GitDate.cs (renamed from libgit2sharp/GitDate.cs)2
-rw-r--r--LibGit2Sharp/GitObject.cs (renamed from libgit2sharp/GitObject.cs)2
-rw-r--r--LibGit2Sharp/Header.cs (renamed from libgit2sharp/Header.cs)2
-rw-r--r--LibGit2Sharp/IBuilder.cs (renamed from libgit2sharp/IBuilder.cs)2
-rw-r--r--LibGit2Sharp/ILifecycleManager.cs (renamed from libgit2sharp/ILifecycleManager.cs)2
-rw-r--r--LibGit2Sharp/IObjectResolver.cs (renamed from libgit2sharp/IObjectResolver.cs)2
-rw-r--r--LibGit2Sharp/IRefsResolver.cs (renamed from libgit2sharp/IRefsResolver.cs)2
-rw-r--r--LibGit2Sharp/LibGit2Sharp.csproj (renamed from libgit2sharp/libgit2sharp.csproj)4
-rw-r--r--LibGit2Sharp/NotAValidRepositoryException.cs (renamed from libgit2sharp/NotAValidRepositoryException.cs)2
-rw-r--r--LibGit2Sharp/ObjectBuilder.cs (renamed from libgit2sharp/ObjectBuilder.cs)4
-rw-r--r--LibGit2Sharp/ObjectId.cs (renamed from libgit2sharp/ObjectId.cs)4
-rw-r--r--LibGit2Sharp/ObjectNotFoundException.cs (renamed from libgit2sharp/ObjectNotFoundException.cs)2
-rw-r--r--LibGit2Sharp/ObjectResolver.cs (renamed from libgit2sharp/ObjectResolver.cs)4
-rw-r--r--LibGit2Sharp/ObjectType.cs (renamed from libgit2sharp/ObjectType.cs)4
-rw-r--r--LibGit2Sharp/Properties/AssemblyInfo.cs (renamed from libgit2sharp/Properties/AssemblyInfo.cs)0
-rw-r--r--LibGit2Sharp/RawObject.cs (renamed from libgit2sharp/RawObject.cs)2
-rw-r--r--LibGit2Sharp/Ref.cs (renamed from libgit2sharp/Ref.cs)2
-rw-r--r--LibGit2Sharp/RefsResolver.cs (renamed from libgit2sharp/RefsResolver.cs)2
-rw-r--r--LibGit2Sharp/Repository.cs (renamed from libgit2sharp/Repository.cs)4
-rw-r--r--LibGit2Sharp/RepositoryDetails.cs (renamed from libgit2sharp/RepositoryDetails.cs)2
-rw-r--r--LibGit2Sharp/RepositoryLifecycleManager.cs (renamed from libgit2sharp/RepositoryLifecycleManager.cs)4
-rw-r--r--LibGit2Sharp/ResolverExtensions.cs (renamed from libgit2sharp/ResolverExtensions.cs)2
-rw-r--r--LibGit2Sharp/Signature.cs (renamed from libgit2sharp/Signature.cs)2
-rw-r--r--LibGit2Sharp/Tag.cs (renamed from libgit2sharp/Tag.cs)2
-rw-r--r--LibGit2Sharp/Tree.cs (renamed from libgit2sharp/Tree.cs)2
-rw-r--r--LibGit2Sharp/Wrapper/Constants.cs (renamed from libgit2sharp/Wrapper/Constants.cs)2
-rw-r--r--LibGit2Sharp/Wrapper/NativeMethods.cs (renamed from libgit2sharp/Wrapper/NativeMethods.cs)2
-rw-r--r--LibGit2Sharp/Wrapper/OperationResult.cs (renamed from libgit2sharp/Wrapper/OperationResult.cs)2
-rw-r--r--LibGit2Sharp/Wrapper/git_commit.cs (renamed from libgit2sharp/Wrapper/git_commit.cs)2
-rw-r--r--LibGit2Sharp/Wrapper/git_object.cs (renamed from libgit2sharp/Wrapper/git_object.cs)2
-rw-r--r--LibGit2Sharp/Wrapper/git_odb_source.cs (renamed from libgit2sharp/Wrapper/git_odb_source.cs)2
-rw-r--r--LibGit2Sharp/Wrapper/git_oid.cs (renamed from libgit2sharp/Wrapper/git_oid.cs)2
-rw-r--r--LibGit2Sharp/Wrapper/git_otype.cs (renamed from libgit2sharp/Wrapper/git_otype.cs)2
-rw-r--r--LibGit2Sharp/Wrapper/git_rawobj.cs (renamed from libgit2sharp/Wrapper/git_rawobj.cs)2
-rw-r--r--LibGit2Sharp/Wrapper/git_repository.cs (renamed from libgit2sharp/Wrapper/git_repository.cs)2
-rw-r--r--LibGit2Sharp/Wrapper/git_signature.cs (renamed from libgit2sharp/Wrapper/git_signature.cs)2
-rw-r--r--LibGit2Sharp/Wrapper/git_tag.cs (renamed from libgit2sharp/Wrapper/git_tag.cs)2
-rw-r--r--LibGit2Sharp/Wrapper/git_tree.cs (renamed from libgit2sharp/Wrapper/git_tree.cs)2
-rw-r--r--LibGit2Sharp/Wrapper/git_vector.cs (renamed from libgit2sharp/Wrapper/git_vector.cs)2
-rw-r--r--LibGit2Sharp/backlog.md (renamed from libgit2sharp/backlog.md)0
56 files changed, 63 insertions, 63 deletions
diff --git a/libgit2sharp.Tests/ApplyingATag.cs b/LibGit2Sharp.Tests/ApplyingATag.cs
index d9aaba63..c5c02677 100644
--- a/libgit2sharp.Tests/ApplyingATag.cs
+++ b/LibGit2Sharp.Tests/ApplyingATag.cs
@@ -1,7 +1,7 @@
using System;
using NUnit.Framework;
-namespace libgit2sharp.Tests
+namespace LibGit2Sharp.Tests
{
[TestFixture]
public class ApplyingATag : ReadWriteRepositoryFixtureBase
diff --git a/libgit2sharp.Tests/GitDateFixture.cs b/LibGit2Sharp.Tests/GitDateFixture.cs
index b41f8b91..6be58269 100644
--- a/libgit2sharp.Tests/GitDateFixture.cs
+++ b/LibGit2Sharp.Tests/GitDateFixture.cs
@@ -1,7 +1,7 @@
using System;
using NUnit.Framework;
-namespace libgit2sharp.Tests
+namespace LibGit2Sharp.Tests
{
[TestFixture]
public class GitDateFixture
diff --git a/libgit2sharp.Tests/InitializingARepository.cs b/LibGit2Sharp.Tests/InitializingARepository.cs
index cb123559..ae88f3d8 100644
--- a/libgit2sharp.Tests/InitializingARepository.cs
+++ b/LibGit2Sharp.Tests/InitializingARepository.cs
@@ -1,7 +1,7 @@
using System.IO;
using NUnit.Framework;
-namespace libgit2sharp.Tests
+namespace LibGit2Sharp.Tests
{
[TestFixture]
public class InitializingARepository : RepositoryToBeCreatedFixtureBase
diff --git a/libgit2sharp.Tests/InstantiatingARepository.cs b/LibGit2Sharp.Tests/InstantiatingARepository.cs
index 8b867ec5..b78aff2b 100644
--- a/libgit2sharp.Tests/InstantiatingARepository.cs
+++ b/LibGit2Sharp.Tests/InstantiatingARepository.cs
@@ -2,7 +2,7 @@
using System.IO;
using NUnit.Framework;
-namespace libgit2sharp.Tests
+namespace LibGit2Sharp.Tests
{
[TestFixture]
public class InstantiatingARepository : ReadOnlyRepositoryFixtureBase
diff --git a/libgit2sharp.Tests/libgit2sharp.Tests.csproj b/LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj
index 42b90bf6..82b27cd8 100644
--- a/libgit2sharp.Tests/libgit2sharp.Tests.csproj
+++ b/LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj
@@ -8,8 +8,8 @@
<ProjectGuid>{286E63EB-04DD-4ADE-88D6-041B57800761}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>libgit2sharp.Tests</RootNamespace>
- <AssemblyName>libgit2sharp.Tests</AssemblyName>
+ <RootNamespace>LibGit2Sharp.Tests</RootNamespace>
+ <AssemblyName>LibGit2Sharp.Tests</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
@@ -57,7 +57,7 @@
<Compile Include="RepositoryToBeCreatedFixtureBase.cs" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\libgit2sharp\libgit2sharp.csproj">
+ <ProjectReference Include="..\LibGit2Sharp\LibGit2Sharp.csproj">
<Project>{EE6ED99F-CB12-4683-B055-D28FC7357A34}</Project>
<Name>libgit2net</Name>
</ProjectReference>
diff --git a/libgit2sharp.Tests/ObjectIdFixture.cs b/LibGit2Sharp.Tests/ObjectIdFixture.cs
index f796e2a8..0c9ca337 100644
--- a/libgit2sharp.Tests/ObjectIdFixture.cs
+++ b/LibGit2Sharp.Tests/ObjectIdFixture.cs
@@ -1,7 +1,7 @@
using System;
using NUnit.Framework;
-namespace libgit2sharp.Tests
+namespace LibGit2Sharp.Tests
{
[TestFixture]
public class ObjectIdFixture
diff --git a/libgit2sharp.Tests/Properties/AssemblyInfo.cs b/LibGit2Sharp.Tests/Properties/AssemblyInfo.cs
index cbc6252a..cbc6252a 100644
--- a/libgit2sharp.Tests/Properties/AssemblyInfo.cs
+++ b/LibGit2Sharp.Tests/Properties/AssemblyInfo.cs
diff --git a/libgit2sharp.Tests/ReadOnlyRepositoryFixtureBase.cs b/LibGit2Sharp.Tests/ReadOnlyRepositoryFixtureBase.cs
index c62af3e7..07e49738 100644
--- a/libgit2sharp.Tests/ReadOnlyRepositoryFixtureBase.cs
+++ b/LibGit2Sharp.Tests/ReadOnlyRepositoryFixtureBase.cs
@@ -1,4 +1,4 @@
-namespace libgit2sharp.Tests
+namespace LibGit2Sharp.Tests
{
public class ReadOnlyRepositoryFixtureBase
{
diff --git a/libgit2sharp.Tests/ReadWriteRepositoryFixtureBase.cs b/LibGit2Sharp.Tests/ReadWriteRepositoryFixtureBase.cs
index 5ddbff9c..de9aa350 100644
--- a/libgit2sharp.Tests/ReadWriteRepositoryFixtureBase.cs
+++ b/LibGit2Sharp.Tests/ReadWriteRepositoryFixtureBase.cs
@@ -3,7 +3,7 @@ using System.IO;
using System.Reflection;
using NUnit.Framework;
-namespace libgit2sharp.Tests
+namespace LibGit2Sharp.Tests
{
public class ReadWriteRepositoryFixtureBase : RepositoryToBeCreatedFixtureBase
{
diff --git a/libgit2sharp.Tests/RepositoryFixtures.cs b/LibGit2Sharp.Tests/RepositoryFixtures.cs
index df85f4b3..c097558a 100644
--- a/libgit2sharp.Tests/RepositoryFixtures.cs
+++ b/LibGit2Sharp.Tests/RepositoryFixtures.cs
@@ -3,7 +3,7 @@ using System.Linq;
using NUnit.Framework;
using System.IO;
-namespace libgit2sharp.Tests
+namespace LibGit2Sharp.Tests
{
[TestFixture]
public class RepositoryFixtures : ReadOnlyRepositoryFixtureBase
diff --git a/libgit2sharp.Tests/RepositoryToBeCreatedFixtureBase.cs b/LibGit2Sharp.Tests/RepositoryToBeCreatedFixtureBase.cs
index 0d1bfe2d..343ab227 100644
--- a/libgit2sharp.Tests/RepositoryToBeCreatedFixtureBase.cs
+++ b/LibGit2Sharp.Tests/RepositoryToBeCreatedFixtureBase.cs
@@ -3,7 +3,7 @@ using System.IO;
using System.Reflection;
using NUnit.Framework;
-namespace libgit2sharp.Tests
+namespace LibGit2Sharp.Tests
{
public class RepositoryToBeCreatedFixtureBase
{
diff --git a/libgit2sharp.sln b/LibGit2Sharp.sln
index 247f54cc..664be173 100644
--- a/libgit2sharp.sln
+++ b/LibGit2Sharp.sln
@@ -3,12 +3,12 @@ Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgit2wrap", "libgit2wrap\libgit2.wrap.vcxproj", "{45FF8275-1165-4FEE-B16A-6D270E14A455}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "libgit2sharp", "libgit2sharp\libgit2sharp.csproj", "{EE6ED99F-CB12-4683-B055-D28FC7357A34}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibGitSharp", "LibGit2Sharp\LibGit2Sharp.csproj", "{EE6ED99F-CB12-4683-B055-D28FC7357A34}"
ProjectSection(ProjectDependencies) = postProject
{45FF8275-1165-4FEE-B16A-6D270E14A455} = {45FF8275-1165-4FEE-B16A-6D270E14A455}
EndProjectSection
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "libgit2sharp.Tests", "libgit2sharp.Tests\libgit2sharp.Tests.csproj", "{286E63EB-04DD-4ADE-88D6-041B57800761}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibGit2Sharp.Tests", "LibGit2Sharp.Tests\LibGit2Sharp.Tests.csproj", "{286E63EB-04DD-4ADE-88D6-041B57800761}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/libgit2sharp/Blob.cs b/LibGit2Sharp/Blob.cs
index 3395ceb3..c1fea5f8 100644
--- a/libgit2sharp/Blob.cs
+++ b/LibGit2Sharp/Blob.cs
@@ -1,4 +1,4 @@
-namespace libgit2sharp
+namespace LibGit2Sharp
{
public class Blob : GitObject
{
diff --git a/libgit2sharp/Commit.cs b/LibGit2Sharp/Commit.cs
index d6e6290a..38a24b16 100644
--- a/libgit2sharp/Commit.cs
+++ b/LibGit2Sharp/Commit.cs
@@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;
-namespace libgit2sharp
+namespace LibGit2Sharp
{
public class Commit : GitObject
{
diff --git a/libgit2sharp/DateTimeOffsetExtensions.cs b/LibGit2Sharp/DateTimeOffsetExtensions.cs
index 649e84aa..71bd25b2 100644
--- a/libgit2sharp/DateTimeOffsetExtensions.cs
+++ b/LibGit2Sharp/DateTimeOffsetExtensions.cs
@@ -1,6 +1,6 @@
using System;
-namespace libgit2sharp
+namespace LibGit2Sharp
{
public static class DateTimeOffsetExtensions
{
diff --git a/libgit2sharp/Epoch.cs b/LibGit2Sharp/Epoch.cs
index 5a0c9cb8..c91814e9 100644
--- a/libgit2sharp/Epoch.cs
+++ b/LibGit2Sharp/Epoch.cs
@@ -1,6 +1,6 @@
using System;
-namespace libgit2sharp
+namespace LibGit2Sharp
{
internal static class Epoch
{
diff --git a/libgit2sharp/GitDate.cs b/LibGit2Sharp/GitDate.cs
index eeae62d7..a0ee4de3 100644
--- a/libgit2sharp/GitDate.cs
+++ b/LibGit2Sharp/GitDate.cs
@@ -1,6 +1,6 @@
using System;
-namespace libgit2sharp
+namespace LibGit2Sharp
{
public class GitDate : IEquatable<GitDate>
{
diff --git a/libgit2sharp/GitObject.cs b/LibGit2Sharp/GitObject.cs
index a9f99861..a1da9697 100644
--- a/libgit2sharp/GitObject.cs
+++ b/LibGit2Sharp/GitObject.cs
@@ -1,4 +1,4 @@
-namespace libgit2sharp
+namespace LibGit2Sharp
{
public class GitObject
{
diff --git a/libgit2sharp/Header.cs b/LibGit2Sharp/Header.cs
index 11a661bd..acb181ee 100644
--- a/libgit2sharp/Header.cs
+++ b/LibGit2Sharp/Header.cs
@@ -1,4 +1,4 @@
-namespace libgit2sharp
+namespace LibGit2Sharp
{
public class Header
{
diff --git a/libgit2sharp/IBuilder.cs b/LibGit2Sharp/IBuilder.cs
index fbbeb581..9ccf1b00 100644
--- a/libgit2sharp/IBuilder.cs
+++ b/LibGit2Sharp/IBuilder.cs
@@ -1,6 +1,6 @@
using System;
-namespace libgit2sharp
+namespace LibGit2Sharp
{
public interface IBuilder
{
diff --git a/libgit2sharp/ILifecycleManager.cs b/LibGit2Sharp/ILifecycleManager.cs
index ea3fc813..1d0d326d 100644
--- a/libgit2sharp/ILifecycleManager.cs
+++ b/LibGit2Sharp/ILifecycleManager.cs
@@ -1,6 +1,6 @@
using System;
-namespace libgit2sharp
+namespace LibGit2Sharp
{
public interface ILifecycleManager : IDisposable
{
diff --git a/libgit2sharp/IObjectResolver.cs b/LibGit2Sharp/IObjectResolver.cs
index bed1007e..a99cbd6e 100644
--- a/libgit2sharp/IObjectResolver.cs
+++ b/LibGit2Sharp/IObjectResolver.cs
@@ -1,6 +1,6 @@
using System;
-namespace libgit2sharp
+namespace LibGit2Sharp
{
public interface IObjectResolver
{
diff --git a/libgit2sharp/IRefsResolver.cs b/LibGit2Sharp/IRefsResolver.cs
index 69439b66..0fc665d5 100644
--- a/libgit2sharp/IRefsResolver.cs
+++ b/LibGit2Sharp/IRefsResolver.cs
@@ -1,4 +1,4 @@
-namespace libgit2sharp
+namespace LibGit2Sharp
{
public interface IRefsResolver
{
diff --git a/libgit2sharp/libgit2sharp.csproj b/LibGit2Sharp/LibGit2Sharp.csproj
index d54b5575..f2f64877 100644
--- a/libgit2sharp/libgit2sharp.csproj
+++ b/LibGit2Sharp/LibGit2Sharp.csproj
@@ -8,8 +8,8 @@
<ProjectGuid>{EE6ED99F-CB12-4683-B055-D28FC7357A34}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>libgit2sharp</RootNamespace>
- <AssemblyName>libgit2sharp</AssemblyName>
+ <RootNamespace>LibGit2Sharp</RootNamespace>
+ <AssemblyName>LibGit2Sharp</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
diff --git a/libgit2sharp/NotAValidRepositoryException.cs b/LibGit2Sharp/NotAValidRepositoryException.cs
index 6ae7bb11..d308e2f7 100644
--- a/libgit2sharp/NotAValidRepositoryException.cs
+++ b/LibGit2Sharp/NotAValidRepositoryException.cs
@@ -1,6 +1,6 @@
using System;
-namespace libgit2sharp
+namespace LibGit2Sharp
{
[Serializable]
public class NotAValidRepositoryException : Exception
diff --git a/libgit2sharp/ObjectBuilder.cs b/LibGit2Sharp/ObjectBuilder.cs
index ea29c2e0..0c951998 100644
--- a/libgit2sharp/ObjectBuilder.cs
+++ b/LibGit2Sharp/ObjectBuilder.cs
@@ -2,9 +2,9 @@
using System.Collections.Generic;
using System.Diagnostics;
using System.Runtime.InteropServices;
-using libgit2sharp.Wrapper;
+using LibGit2Sharp.Wrapper;
-namespace libgit2sharp
+namespace LibGit2Sharp
{
public class ObjectBuilder : IBuilder
{
diff --git a/libgit2sharp/ObjectId.cs b/LibGit2Sharp/ObjectId.cs
index 37da2d26..ca772623 100644
--- a/libgit2sharp/ObjectId.cs
+++ b/LibGit2Sharp/ObjectId.cs
@@ -1,9 +1,9 @@
using System;
using System.Diagnostics;
using System.Linq;
-using libgit2sharp.Wrapper;
+using LibGit2Sharp.Wrapper;
-namespace libgit2sharp
+namespace LibGit2Sharp
{
public static class ObjectId
{
diff --git a/libgit2sharp/ObjectNotFoundException.cs b/LibGit2Sharp/ObjectNotFoundException.cs
index 58121063..884040a8 100644
--- a/libgit2sharp/ObjectNotFoundException.cs
+++ b/LibGit2Sharp/ObjectNotFoundException.cs
@@ -1,6 +1,6 @@
using System;
-namespace libgit2sharp
+namespace LibGit2Sharp
{
[Serializable]
public class ObjectNotFoundException : Exception
diff --git a/libgit2sharp/ObjectResolver.cs b/LibGit2Sharp/ObjectResolver.cs
index f33afac1..a565dbfb 100644
--- a/libgit2sharp/ObjectResolver.cs
+++ b/LibGit2Sharp/ObjectResolver.cs
@@ -1,9 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
-using libgit2sharp.Wrapper;
+using LibGit2Sharp.Wrapper;
-namespace libgit2sharp
+namespace LibGit2Sharp
{
public class ObjectResolver : IObjectResolver
{
diff --git a/libgit2sharp/ObjectType.cs b/LibGit2Sharp/ObjectType.cs
index 8f7a5b57..07d668f8 100644
--- a/libgit2sharp/ObjectType.cs
+++ b/LibGit2Sharp/ObjectType.cs
@@ -1,6 +1,6 @@
-using libgit2sharp.Wrapper;
+using LibGit2Sharp.Wrapper;
-namespace libgit2sharp
+namespace LibGit2Sharp
{
public enum ObjectType
{
diff --git a/libgit2sharp/Properties/AssemblyInfo.cs b/LibGit2Sharp/Properties/AssemblyInfo.cs
index 5f640ff9..5f640ff9 100644
--- a/libgit2sharp/Properties/AssemblyInfo.cs
+++ b/LibGit2Sharp/Properties/AssemblyInfo.cs
diff --git a/libgit2sharp/RawObject.cs b/LibGit2Sharp/RawObject.cs
index a36d857e..39300758 100644
--- a/libgit2sharp/RawObject.cs
+++ b/LibGit2Sharp/RawObject.cs
@@ -1,4 +1,4 @@
-namespace libgit2sharp
+namespace LibGit2Sharp
{
public class RawObject : GitObject
{
diff --git a/libgit2sharp/Ref.cs b/LibGit2Sharp/Ref.cs
index 9ea9cb27..54552fa5 100644
--- a/libgit2sharp/Ref.cs
+++ b/LibGit2Sharp/Ref.cs
@@ -1,4 +1,4 @@
-namespace libgit2sharp
+namespace LibGit2Sharp
{
public class Ref
{
diff --git a/libgit2sharp/RefsResolver.cs b/LibGit2Sharp/RefsResolver.cs
index 52b31f8e..28a781d8 100644
--- a/libgit2sharp/RefsResolver.cs
+++ b/LibGit2Sharp/RefsResolver.cs
@@ -1,6 +1,6 @@
using System;
-namespace libgit2sharp
+namespace LibGit2Sharp
{
public class RefsResolver : IRefsResolver
{
diff --git a/libgit2sharp/Repository.cs b/LibGit2Sharp/Repository.cs
index 4e640ba4..45142a53 100644
--- a/libgit2sharp/Repository.cs
+++ b/LibGit2Sharp/Repository.cs
@@ -1,8 +1,8 @@
using System;
using System.Collections.Generic;
-using libgit2sharp.Wrapper;
+using LibGit2Sharp.Wrapper;
-namespace libgit2sharp
+namespace LibGit2Sharp
{
public sealed class Repository : IObjectResolver, IDisposable
{
diff --git a/libgit2sharp/RepositoryDetails.cs b/LibGit2Sharp/RepositoryDetails.cs
index 5accce17..61c20c5f 100644
--- a/libgit2sharp/RepositoryDetails.cs
+++ b/LibGit2Sharp/RepositoryDetails.cs
@@ -1,6 +1,6 @@
using System;
-namespace libgit2sharp
+namespace LibGit2Sharp
{
public class RepositoryDetails
{
diff --git a/libgit2sharp/RepositoryLifecycleManager.cs b/LibGit2Sharp/RepositoryLifecycleManager.cs
index c16df718..88dbe046 100644
--- a/libgit2sharp/RepositoryLifecycleManager.cs
+++ b/LibGit2Sharp/RepositoryLifecycleManager.cs
@@ -1,9 +1,9 @@
using System;
using System.IO;
using System.Runtime.InteropServices;
-using libgit2sharp.Wrapper;
+using LibGit2Sharp.Wrapper;
-namespace libgit2sharp
+namespace LibGit2Sharp
{
public sealed class RepositoryLifecycleManager : ILifecycleManager
{
diff --git a/libgit2sharp/ResolverExtensions.cs b/LibGit2Sharp/ResolverExtensions.cs
index 04c23e69..c155e9c0 100644
--- a/libgit2sharp/ResolverExtensions.cs
+++ b/LibGit2Sharp/ResolverExtensions.cs
@@ -1,4 +1,4 @@
-namespace libgit2sharp
+namespace LibGit2Sharp
{
public static class ResolverExtensions
{
diff --git a/libgit2sharp/Signature.cs b/LibGit2Sharp/Signature.cs
index 0818ec2a..22ff8930 100644
--- a/libgit2sharp/Signature.cs
+++ b/LibGit2Sharp/Signature.cs
@@ -1,6 +1,6 @@
using System;
-namespace libgit2sharp
+namespace LibGit2Sharp
{
public class Signature
{
diff --git a/libgit2sharp/Tag.cs b/LibGit2Sharp/Tag.cs
index 7ba06c38..8925eaf8 100644
--- a/libgit2sharp/Tag.cs
+++ b/LibGit2Sharp/Tag.cs
@@ -1,4 +1,4 @@
-namespace libgit2sharp
+namespace LibGit2Sharp
{
public class Tag : GitObject
{
diff --git a/libgit2sharp/Tree.cs b/LibGit2Sharp/Tree.cs
index 9d40cb05..e46481e7 100644
--- a/libgit2sharp/Tree.cs
+++ b/LibGit2Sharp/Tree.cs
@@ -1,4 +1,4 @@
-namespace libgit2sharp
+namespace LibGit2Sharp
{
public class Tree : GitObject
{
diff --git a/libgit2sharp/Wrapper/Constants.cs b/LibGit2Sharp/Wrapper/Constants.cs
index 31d9697c..9933e7e1 100644
--- a/libgit2sharp/Wrapper/Constants.cs
+++ b/LibGit2Sharp/Wrapper/Constants.cs
@@ -1,4 +1,4 @@
-namespace libgit2sharp.Wrapper
+namespace LibGit2Sharp.Wrapper
{
public static class Constants
{
diff --git a/libgit2sharp/Wrapper/NativeMethods.cs b/LibGit2Sharp/Wrapper/NativeMethods.cs
index b0119fe6..1c7beecf 100644
--- a/libgit2sharp/Wrapper/NativeMethods.cs
+++ b/LibGit2Sharp/Wrapper/NativeMethods.cs
@@ -1,7 +1,7 @@
using System;
using System.Runtime.InteropServices;
-namespace libgit2sharp.Wrapper
+namespace LibGit2Sharp.Wrapper
{
internal static class NativeMethods
{
diff --git a/libgit2sharp/Wrapper/OperationResult.cs b/LibGit2Sharp/Wrapper/OperationResult.cs
index 1fea2431..13d4a8eb 100644
--- a/libgit2sharp/Wrapper/OperationResult.cs
+++ b/LibGit2Sharp/Wrapper/OperationResult.cs
@@ -1,4 +1,4 @@
-namespace libgit2sharp.Wrapper
+namespace LibGit2Sharp.Wrapper
{
internal enum OperationResult
{
diff --git a/libgit2sharp/Wrapper/git_commit.cs b/LibGit2Sharp/Wrapper/git_commit.cs
index 7a8fb891..48943461 100644
--- a/libgit2sharp/Wrapper/git_commit.cs
+++ b/LibGit2Sharp/Wrapper/git_commit.cs
@@ -2,7 +2,7 @@
using System.Diagnostics;
using System.Runtime.InteropServices;
-namespace libgit2sharp.Wrapper
+namespace LibGit2Sharp.Wrapper
{
[StructLayout(LayoutKind.Sequential)]
internal struct git_commit
diff --git a/libgit2sharp/Wrapper/git_object.cs b/LibGit2Sharp/Wrapper/git_object.cs
index 865243f9..a52f40b6 100644
--- a/libgit2sharp/Wrapper/git_object.cs
+++ b/LibGit2Sharp/Wrapper/git_object.cs
@@ -1,7 +1,7 @@
using System;
using System.Runtime.InteropServices;
-namespace libgit2sharp.Wrapper
+namespace LibGit2Sharp.Wrapper
{
[StructLayout(LayoutKind.Sequential)]
internal struct git_object
diff --git a/libgit2sharp/Wrapper/git_odb_source.cs b/LibGit2Sharp/Wrapper/git_odb_source.cs
index 5bad13e5..9bc37d47 100644
--- a/libgit2sharp/Wrapper/git_odb_source.cs
+++ b/LibGit2Sharp/Wrapper/git_odb_source.cs
@@ -1,7 +1,7 @@
using System;
using System.Runtime.InteropServices;
-namespace libgit2sharp.Wrapper
+namespace LibGit2Sharp.Wrapper
{
[StructLayout(LayoutKind.Sequential)]
internal struct git_odb_source
diff --git a/libgit2sharp/Wrapper/git_oid.cs b/LibGit2Sharp/Wrapper/git_oid.cs
index 7c3671c4..4d51da46 100644
--- a/libgit2sharp/Wrapper/git_oid.cs
+++ b/LibGit2Sharp/Wrapper/git_oid.cs
@@ -1,6 +1,6 @@
using System.Runtime.InteropServices;
-namespace libgit2sharp.Wrapper
+namespace LibGit2Sharp.Wrapper
{
[StructLayout(LayoutKind.Sequential)]
internal struct git_oid
diff --git a/libgit2sharp/Wrapper/git_otype.cs b/LibGit2Sharp/Wrapper/git_otype.cs
index 3a1427ff..fbdb7422 100644
--- a/libgit2sharp/Wrapper/git_otype.cs
+++ b/LibGit2Sharp/Wrapper/git_otype.cs
@@ -1,4 +1,4 @@
-namespace libgit2sharp.Wrapper
+namespace LibGit2Sharp.Wrapper
{
internal enum git_otype
{
diff --git a/libgit2sharp/Wrapper/git_rawobj.cs b/LibGit2Sharp/Wrapper/git_rawobj.cs
index fce48864..b8f135f4 100644
--- a/libgit2sharp/Wrapper/git_rawobj.cs
+++ b/LibGit2Sharp/Wrapper/git_rawobj.cs
@@ -2,7 +2,7 @@
using System.Diagnostics;
using System.Runtime.InteropServices;
-namespace libgit2sharp.Wrapper
+namespace LibGit2Sharp.Wrapper
{
[StructLayout(LayoutKind.Sequential)]
internal struct git_rawobj
diff --git a/libgit2sharp/Wrapper/git_repository.cs b/LibGit2Sharp/Wrapper/git_repository.cs
index 10ab3023..879ce0b0 100644
--- a/libgit2sharp/Wrapper/git_repository.cs
+++ b/LibGit2Sharp/Wrapper/git_repository.cs
@@ -1,7 +1,7 @@
using System;
using System.Runtime.InteropServices;
-namespace libgit2sharp.Wrapper
+namespace LibGit2Sharp.Wrapper
{
[StructLayout(LayoutKind.Sequential)]
internal struct git_repository
diff --git a/libgit2sharp/Wrapper/git_signature.cs b/LibGit2Sharp/Wrapper/git_signature.cs
index 40390e45..5f0da4fa 100644
--- a/libgit2sharp/Wrapper/git_signature.cs
+++ b/LibGit2Sharp/Wrapper/git_signature.cs
@@ -1,7 +1,7 @@
using System;
using System.Runtime.InteropServices;
-namespace libgit2sharp.Wrapper
+namespace LibGit2Sharp.Wrapper
{
[StructLayout(LayoutKind.Sequential)]
internal struct git_signature
diff --git a/libgit2sharp/Wrapper/git_tag.cs b/LibGit2Sharp/Wrapper/git_tag.cs
index 685f02bd..a9cfcc5a 100644
--- a/libgit2sharp/Wrapper/git_tag.cs
+++ b/LibGit2Sharp/Wrapper/git_tag.cs
@@ -1,7 +1,7 @@
using System;
using System.Runtime.InteropServices;
-namespace libgit2sharp.Wrapper
+namespace LibGit2Sharp.Wrapper
{
[StructLayout(LayoutKind.Sequential)]
internal struct git_tag
diff --git a/libgit2sharp/Wrapper/git_tree.cs b/LibGit2Sharp/Wrapper/git_tree.cs
index 31ab0eb9..e9b3fda3 100644
--- a/libgit2sharp/Wrapper/git_tree.cs
+++ b/LibGit2Sharp/Wrapper/git_tree.cs
@@ -1,6 +1,6 @@
using System.Runtime.InteropServices;
-namespace libgit2sharp.Wrapper
+namespace LibGit2Sharp.Wrapper
{
[StructLayout(LayoutKind.Sequential)]
internal struct git_tree
diff --git a/libgit2sharp/Wrapper/git_vector.cs b/LibGit2Sharp/Wrapper/git_vector.cs
index 3eb3d23f..3feda376 100644
--- a/libgit2sharp/Wrapper/git_vector.cs
+++ b/LibGit2Sharp/Wrapper/git_vector.cs
@@ -1,7 +1,7 @@
using System;
using System.Runtime.InteropServices;
-namespace libgit2sharp.Wrapper
+namespace LibGit2Sharp.Wrapper
{
[StructLayout(LayoutKind.Sequential)]
internal struct git_vector
diff --git a/libgit2sharp/backlog.md b/LibGit2Sharp/backlog.md
index a901b901..a901b901 100644
--- a/libgit2sharp/backlog.md
+++ b/LibGit2Sharp/backlog.md