Skip to content

Commit fb2be04

Browse files
Added xml documentation file
1 parent f6a950e commit fb2be04

File tree

4 files changed

+4278
-2
lines changed

4 files changed

+4278
-2
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<PropertyGroup>
3+
<!-- Do not skip import of Microsoft.NuGet.props and Microsoft.NuGet.targets -->
4+
<SkipImportNuGetProps>false</SkipImportNuGetProps>
5+
<SkipImportNuGetBuildTargets>false</SkipImportNuGetBuildTargets>
6+
</PropertyGroup>
7+
</Project>

src/EventSourcingOnAzureFunctions.Common/EventSourcingOnAzureFunctions.Common.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@
1717
<IsPackable>true</IsPackable>
1818
<PackageReleaseNotes>Added notifications (via EventGrid) and CQRS scaffold</PackageReleaseNotes>
1919
<Copyright>2017-2021 Duncan Jones</Copyright>
20+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
21+
<IncludeSymbols>true</IncludeSymbols>
22+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
23+
<DocumentationFile>doc\EventSourcingOnAzureFunctions.Common.xml</DocumentationFile>
2024
</PropertyGroup>
2125

22-
2326
<ItemGroup>
2427
<PackageReference Include="Azure.Storage.Blobs" Version="12.8.0" />
2528
<PackageReference Include="Azure.Storage.Queues" Version="12.6.0" />

src/EventSourcingOnAzureFunctions.Common/EventSourcingOnAzureFunctions.Common.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<requireLicenseAcceptance>false</requireLicenseAcceptance>
99
<license type="expression">MIT</license>
1010
<projectUrl>https://github.com/MerrionComputing/EventsSourcing-on-Azure-Functions</projectUrl>
11-
<description>$description$</description>
11+
<description>Library to support state persistence in Azure Functions via Event Sourcing</description>
1212
<releaseNotes>Added notifications (via EventGrid) and CQRS scaffold</releaseNotes>
1313
<copyright>2017-2021 Duncan Jones</copyright>
1414
<tags>Event sourcing,serverless,azure functions</tags>
@@ -18,6 +18,7 @@
1818
<group targetFramework=".NETCoreApp3.0" />
1919
<group targetFramework=".NETCoreApp3.1" />
2020
</dependencies>
21+
<repository type="git" url="https://github.com/MerrionComputing/EventsSourcing-on-Azure-Functions" />
2122
</metadata>
2223
<files>
2324
<!-- Add a readme -->

0 commit comments

Comments
 (0)