Skip to content

Commit 4b428a7

Browse files
committed
Added XML documentation to the NuGet package and updated the sample
1 parent fde5e8f commit 4b428a7

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

samples/Books.Tests/Books.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<Private>True</Private>
5252
</Reference>
5353
<Reference Include="MyWebApi, Version=0.0.1.0, Culture=neutral, processorArchitecture=MSIL">
54-
<HintPath>..\packages\MyWebApi.0.4\lib\net45\MyWebApi.dll</HintPath>
54+
<HintPath>..\packages\MyWebApi.0.4.1\lib\net45\MyWebApi.dll</HintPath>
5555
<Private>True</Private>
5656
</Reference>
5757
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">

samples/Books.Tests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.3" targetFramework="net45" />
77
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.3" targetFramework="net45" />
88
<package id="Moq" version="4.2.1507.0118" targetFramework="net45" />
9-
<package id="MyWebApi" version="0.4" targetFramework="net45" />
9+
<package id="MyWebApi" version="0.4.1" targetFramework="net45" />
1010
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
1111
<package id="NUnit" version="2.6.4" targetFramework="net45" />
1212
</packages>

src/MyWebApi/MyWebApi.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<DefineConstants>TRACE</DefineConstants>
2929
<ErrorReport>prompt</ErrorReport>
3030
<WarningLevel>4</WarningLevel>
31+
<DocumentationFile>bin\Release\MyWebApi.xml</DocumentationFile>
3132
</PropertyGroup>
3233
<ItemGroup>
3334
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">

src/MyWebApi/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
[assembly: ComVisible(false)]
1111
[assembly: Guid("9e8264b0-67bf-4981-86fd-321f003c1d67")]
1212

13-
[assembly: AssemblyVersion("0.0.1.0")]
14-
[assembly: AssemblyFileVersion("0.0.1.0")]
13+
[assembly: AssemblyVersion("0.4.0.0")]
14+
[assembly: AssemblyFileVersion("0.4.0.0")]

0 commit comments

Comments
 (0)