Skip to content

Commit

Permalink
Updating comments and attempting to publish updated nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalis committed Feb 7, 2021
1 parent 7f9d7e6 commit 51be24d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ namespace PluralsightDdd.SharedKernel.Interfaces
{
public interface IDomainEvent
{
/// <summary>
/// UTC DateTime when event occurred
/// </summary>
DateTime DateTimeEventOccurred { get; }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<Summary>Includes common abstractions and base types.</Summary>
<RepositoryUrl>https://github.com/ardalis/pluralsight-ddd-fundamentals</RepositoryUrl>
<PackageTags>aspnet asp.net aspnetcore asp.net core ddd dddesign value object entity aggregate domain event</PackageTags>
<PackageReleaseNotes>Initial version.</PackageReleaseNotes>
<Version>1.0.0</Version>
<PackageReleaseNotes>Adding XML doc comments.</PackageReleaseNotes>
<Version>1.0.1</Version>
<AssemblyName>PluralsightDdd.SharedKernel</AssemblyName>
<PackageIconUrl>https://user-images.githubusercontent.com/782127/33497760-facf6550-d69c-11e7-94e4-b3856da259a9.png</PackageIconUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand All @@ -31,4 +31,8 @@
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="5.0.0" />
</ItemGroup>

<ItemGroup>
<None Include="LICENSE.txt" Pack="true" PackagePath="$(PackageLicenseFile)" />
</ItemGroup>

</Project>

0 comments on commit 51be24d

Please sign in to comment.