Skip to content

Commit d1e06ac

Browse files
committed
fix: included targets file in nuspec
1 parent 4755a09 commit d1e06ac

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • src/DynamicDockerCompose/.config

src/DynamicDockerCompose/.config/.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
<title>Dynamic Docker Compose</title>
66
<description>Dynamic Docker Compose allows you to dynamically retrieve values of your custom variables before passing them to Docker Compose</description>
77
<authors>Sylvain Signore</authors>
8-
<version>1.3.0-beta.3.0</version>
8+
<version>0.0.0.0</version>
99
<readme>README.md</readme>
1010
<projectUrl>https://github.com/PixsysBE/DynamicDockerCompose</projectUrl>
1111
</metadata>
1212
<files>
13+
<file src="build\" target="build\" />
1314
<file src=".build\" target=".build\" />
1415
<file src=".config\" target=".config" />
1516
<file src="Tools\" target="tools" />

0 commit comments

Comments
 (0)