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