Removed X2Software prefix in preparation for v1.0
This commit is contained in:
parent
ab03b38e6c
commit
f2adaaead5
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<package >
|
||||
<metadata>
|
||||
<id>X2Software.Tapeti.Annotations</id>
|
||||
<id>Tapeti.Annotations</id>
|
||||
<version>$version$</version>
|
||||
<title>Tapeti Annotations</title>
|
||||
<authors>Mark van Renswoude</authors>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<package >
|
||||
<metadata>
|
||||
<id>X2Software.Tapeti.DataAnnotations</id>
|
||||
<id>Tapeti.DataAnnotations</id>
|
||||
<version>$version$</version>
|
||||
<title>Tapeti DataAnnotations</title>
|
||||
<authors>Mark van Renswoude</authors>
|
||||
@ -14,7 +14,7 @@
|
||||
<copyright></copyright>
|
||||
<tags>rabbitmq tapeti dataannotations</tags>
|
||||
<dependencies>
|
||||
<dependency id="X2Software.Tapeti" version="[$version$]" />
|
||||
<dependency id="Tapeti" version="[$version$]" />
|
||||
<dependency id="System.ComponentModel.Annotations" version="4.5.0" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<package >
|
||||
<metadata>
|
||||
<id>X2Software.Tapeti.Flow.SQL</id>
|
||||
<id>Tapeti.Flow.SQL</id>
|
||||
<version>$version$</version>
|
||||
<title>Tapeti Flow SQL</title>
|
||||
<authors>Mark van Renswoude</authors>
|
||||
@ -14,8 +14,8 @@
|
||||
<copyright></copyright>
|
||||
<tags>rabbitmq tapeti sql</tags>
|
||||
<dependencies>
|
||||
<dependency id="X2Software.Tapeti" version="[$version$]" />
|
||||
<dependency id="X2Software.Tapeti.Flow" version="[$version$]" />
|
||||
<dependency id="Tapeti" version="[$version$]" />
|
||||
<dependency id="Tapeti.Flow" version="[$version$]" />
|
||||
<dependency id="System.Data.SqlClient" version="4.5.0" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<package >
|
||||
<metadata>
|
||||
<id>X2Software.Tapeti.Flow</id>
|
||||
<id>Tapeti.Flow</id>
|
||||
<version>$version$</version>
|
||||
<title>Tapeti Flow</title>
|
||||
<authors>Menno van Lavieren, Mark van Renswoude</authors>
|
||||
@ -14,8 +14,8 @@
|
||||
<copyright></copyright>
|
||||
<tags>rabbitmq tapeti flow</tags>
|
||||
<dependencies>
|
||||
<dependency id="X2Software.Tapeti" version="[$version$]" />
|
||||
<dependency id="X2Software.Tapeti.Annotations" version="[$version$]" />
|
||||
<dependency id="Tapeti" version="[$version$]" />
|
||||
<dependency id="Tapeti.Annotations" version="[$version$]" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<package >
|
||||
<metadata>
|
||||
<id>X2Software.Tapeti.Serilog</id>
|
||||
<id>Tapeti.Serilog</id>
|
||||
<version>$version$</version>
|
||||
<title>Tapeti Serilog</title>
|
||||
<authors>Hans Mulder</authors>
|
||||
@ -14,7 +14,7 @@
|
||||
<copyright></copyright>
|
||||
<tags>rabbitmq tapeti simpleinjector serilog</tags>
|
||||
<dependencies>
|
||||
<dependency id="X2Software.Tapeti" version="[$version$]" />
|
||||
<dependency id="Tapeti" version="[$version$]" />
|
||||
<dependency id="Serilog" version="2.7.1" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<package >
|
||||
<metadata>
|
||||
<id>X2Software.Tapeti.SimpleInjector</id>
|
||||
<id>Tapeti.SimpleInjector</id>
|
||||
<version>$version$</version>
|
||||
<title>Tapeti SimpleInjector</title>
|
||||
<authors>Mark van Renswoude</authors>
|
||||
@ -14,7 +14,7 @@
|
||||
<copyright></copyright>
|
||||
<tags>rabbitmq tapeti simpleinjector</tags>
|
||||
<dependencies>
|
||||
<dependency id="X2Software.Tapeti" version="[$version$]" />
|
||||
<dependency id="Tapeti" version="[$version$]" />
|
||||
<dependency id="SimpleInjector" version="4.3.0" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<package >
|
||||
<metadata>
|
||||
<id>X2Software.Tapeti</id>
|
||||
<id>Tapeti</id>
|
||||
<version>$version$</version>
|
||||
<title>Tapeti</title>
|
||||
<authors>Mark van Renswoude</authors>
|
||||
@ -14,7 +14,7 @@
|
||||
<copyright></copyright>
|
||||
<tags>rabbitmq tapeti</tags>
|
||||
<dependencies>
|
||||
<dependency id="X2Software.Tapeti.Annotations" version="[$version$]" />
|
||||
<dependency id="Tapeti.Annotations" version="[$version$]" />
|
||||
<dependency id="Newtonsoft.Json" version="11.0.2"/>
|
||||
<dependency id="RabbitMQ.Client" version="5.0.1"/>
|
||||
<dependency id="System.Configuration.ConfigurationManager" version="4.5.0"/>
|
||||
|
Loading…
Reference in New Issue
Block a user