Skip to content

Commit 09c71e0

Browse files
committed
Make portable library share assembly name with desktop
1 parent e710875 commit 09c71e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

LibGit2Sharp.Portable/LibGit2Sharp.Portable.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<OutputType>Library</OutputType>
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>LibGit2Sharp</RootNamespace>
12-
<AssemblyName>LibGit2Sharp.Portable</AssemblyName>
12+
<AssemblyName>LibGit2Sharp</AssemblyName>
1313
<DefaultLanguage>en-US</DefaultLanguage>
1414
<FileAlignment>512</FileAlignment>
1515
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
@@ -26,6 +26,7 @@
2626
<ErrorReport>prompt</ErrorReport>
2727
<WarningLevel>4</WarningLevel>
2828
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
29+
<DocumentationFile>bin\Debug\LibGit2Sharp.xml</DocumentationFile>
2930
</PropertyGroup>
3031
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3132
<DebugType>pdbonly</DebugType>
@@ -35,6 +36,7 @@
3536
<ErrorReport>prompt</ErrorReport>
3637
<WarningLevel>4</WarningLevel>
3738
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
39+
<DocumentationFile>bin\Release\LibGit2Sharp.xml</DocumentationFile>
3840
</PropertyGroup>
3941
<PropertyGroup>
4042
<SignAssembly>true</SignAssembly>

0 commit comments

Comments
 (0)