Skip to content

Commit 56748b7

Browse files
committed
Updated nuspec file with readme and license information
1 parent 57de517 commit 56748b7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

LICENSE renamed to LICENSE.txt

File renamed without changes.

src/.nuget/NEventStore.Persistence.Sql.nuspec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
<summary>Sql persistence provider for NEventStore.</summary>
1313
<language>es-US</language>
1414
<tags>events, event sourcing, cqrs, storage, persistence, database, sql</tags>
15-
<!--
15+
<readme>docs\README.md</readme>
16+
<license type="file">LICENSE.txt</license>
17+
<!--
1618
Until this is on develop branch, this version should be the previous version, so it made it compatible
1719
with pre-release of the actual version. Ex, if we are on 6.0.0 unstable, dependency from NEventStore should
1820
be latest stable version so it can take prerelease of 6.0.0 version.
@@ -41,5 +43,7 @@
4143
<!--<file src="bin\$configuration$\**" target="lib"/>-->
4244
<file src="..\NEventStore.Persistence.Sql\bin\$configuration$\**\NEventStore.Persistence.Sql.dll" target="lib"/>
4345
<file src="..\NEventStore.Persistence.Sql\bin\$configuration$\**\NEventStore.Persistence.Sql.xml" target="lib"/>
46+
<file src="..\..\README.md" target="docs\" />
47+
<file src="..\..\LICENSE.txt" target="" />
4448
</files>
4549
</package>

0 commit comments

Comments
 (0)