Skip to content

Commit

Permalink
Added xml comments to nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
Markeli committed Apr 14, 2023
1 parent 5c83049 commit e2469f8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/Curiosity.Migrations.Utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [4.0.2] - 2023-04-14

### Fixed

- Added xml comments to nuget package.

## [4.0.1] - 2023-04-10

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageTags>migrations; migration; migrator; versioning; migration-tool; .net-core; .netstandard; database; siisltd; curiosity; utils</PackageTags>
<Language>English</Language>

<PackageVersion>4.0.1</PackageVersion>
<PackageVersion>4.0.2</PackageVersion>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>1.0.0</FileVersion>

Expand All @@ -32,6 +32,10 @@
<TargetFrameworks>net6.0;net7.0;netcoreapp3.1;netstandard2.0;netstandard2.1</TargetFrameworks>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DocumentationFile>bin\Release\netstandard2.0\Curiosity.Migrations.Utils.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Curiosity.Migrations\Curiosity.Migrations.csproj" />
</ItemGroup>
Expand Down

0 comments on commit e2469f8

Please sign in to comment.