|
1 | 1 | <?xml version="1.0"?>
|
2 | 2 |
|
3 | 3 | <package>
|
4 |
| - <metadata> |
5 |
| - <id>Shuttle.Esb.Idempotence</id> |
6 |
| - <version>#{SemanticVersion}#</version> |
7 |
| - <authors>Eben Roux</authors> |
8 |
| - <owners>Eben Roux</owners> |
9 |
| - <license type="expression">BSD-3-Clause</license> |
10 |
| - <requireLicenseAcceptance>false</requireLicenseAcceptance> |
11 |
| - <icon>images\logo.png</icon> |
12 |
| - <readme>docs\README.md</readme> |
13 |
| - <repository type="git" url="https://github.com/Shuttle/Shuttle.Esb.Idempotence.git" /> |
14 |
| - <projectUrl>https://github.com/Shuttle/Shuttle.Esb.Idempotence</projectUrl> |
15 |
| - <description>Base idempotence implementation.</description> |
16 |
| - <copyright>Copyright (c) #{Year}#, Eben Roux</copyright> |
17 |
| - <tags>idempotence</tags> |
18 |
| - <dependencies> |
19 |
| -#{Dependencies}# |
20 |
| - </dependencies> |
21 |
| - </metadata> |
22 |
| - <files> |
23 |
| - <file src="..\..\..\.media\logo.png" target="images" /> |
24 |
| - <file src="..\..\..\README.md" target="docs" /> |
25 |
| - <file src="lib\**\*.*" target="lib" /> |
26 |
| - </files> |
| 4 | + <metadata> |
| 5 | + <id>Shuttle.Esb.Idempotence</id> |
| 6 | + <version>#{SemanticVersion}#</version> |
| 7 | + <authors>Eben Roux</authors> |
| 8 | + <owners>Eben Roux</owners> |
| 9 | + <license type="expression">BSD-3-Clause</license> |
| 10 | + <requireLicenseAcceptance>false</requireLicenseAcceptance> |
| 11 | + <icon>images\logo.png</icon> |
| 12 | + <readme>docs\README.md</readme> |
| 13 | + <repository type="git" url="https://github.com/Shuttle/Shuttle.Esb.Idempotence.git" /> |
| 14 | + <projectUrl>https://github.com/Shuttle/Shuttle.Esb.Idempotence</projectUrl> |
| 15 | + <description>Base idempotence implementation.</description> |
| 16 | + <copyright>Copyright (c) #{Year}#, Eben Roux</copyright> |
| 17 | + <tags>idempotence</tags> |
| 18 | + <dependencies> |
| 19 | + #{Dependencies}# |
| 20 | + </dependencies> |
| 21 | + </metadata> |
| 22 | + <files> |
| 23 | + <file src="..\..\..\.media\logo.png" target="images" /> |
| 24 | + <file src="..\..\..\README.md" target="docs" /> |
| 25 | + <file src="lib\**\*.*" target="lib" /> |
| 26 | + </files> |
27 | 27 | </package>
|
0 commit comments