From bf84967c6f518a5290def299648a72fe2a598e35 Mon Sep 17 00:00:00 2001 From: Rasmus Mikkelsen Date: Thu, 1 Oct 2020 20:08:35 +0200 Subject: [PATCH] Use PackageIcon instead --- Source/Common.props | 5 +++++ Source/EventFlow.AspNetCore/EventFlow.AspNetCore.csproj | 1 - Source/EventFlow.Autofac/EventFlow.Autofac.csproj | 1 - .../EventFlow.DependencyInjection.csproj | 1 - .../EventFlow.Elasticsearch/EventFlow.Elasticsearch.csproj | 1 - .../EventFlow.EntityFramework.csproj | 1 - .../EventFlow.EventStores.EventStore.csproj | 1 - Source/EventFlow.Hangfire/EventFlow.Hangfire.csproj | 1 - Source/EventFlow.MongoDB/EventFlow.MongoDB.csproj | 1 - Source/EventFlow.MsSql/EventFlow.MsSql.csproj | 1 - Source/EventFlow.Owin/EventFlow.Owin.csproj | 1 - Source/EventFlow.PostgreSql/EventFlow.PostgreSql.csproj | 1 - Source/EventFlow.RabbitMQ/EventFlow.RabbitMQ.csproj | 1 - Source/EventFlow.SQLite/EventFlow.SQLite.csproj | 1 - Source/EventFlow.Sql/EventFlow.Sql.csproj | 1 - Source/EventFlow.TestHelpers/EventFlow.TestHelpers.csproj | 1 - Source/EventFlow/EventFlow.csproj | 1 - 17 files changed, 5 insertions(+), 16 deletions(-) diff --git a/Source/Common.props b/Source/Common.props index 54e690304..6a255952e 100644 --- a/Source/Common.props +++ b/Source/Common.props @@ -7,5 +7,10 @@ portable snupkg $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb + icon-128.png + + + + diff --git a/Source/EventFlow.AspNetCore/EventFlow.AspNetCore.csproj b/Source/EventFlow.AspNetCore/EventFlow.AspNetCore.csproj index da3eea4d1..a0c6c1781 100644 --- a/Source/EventFlow.AspNetCore/EventFlow.AspNetCore.csproj +++ b/Source/EventFlow.AspNetCore/EventFlow.AspNetCore.csproj @@ -15,7 +15,6 @@ git https://github.com/eventflow/EventFlow https//docs.geteventflow.net/ - https://raw.githubusercontent.com/eventflow/EventFlow/develop/icon-128.png MIT en-US UPDATED BY BUILD diff --git a/Source/EventFlow.Autofac/EventFlow.Autofac.csproj b/Source/EventFlow.Autofac/EventFlow.Autofac.csproj index 0a80d22f4..34693d4ce 100644 --- a/Source/EventFlow.Autofac/EventFlow.Autofac.csproj +++ b/Source/EventFlow.Autofac/EventFlow.Autofac.csproj @@ -15,7 +15,6 @@ git https://github.com/eventflow/EventFlow https://docs.geteventflow.net/ - https://raw.githubusercontent.com/eventflow/EventFlow/develop/icon-128.png MIT en-US UPDATED BY BUILD diff --git a/Source/EventFlow.DependencyInjection/EventFlow.DependencyInjection.csproj b/Source/EventFlow.DependencyInjection/EventFlow.DependencyInjection.csproj index b78e9553e..d123643b7 100644 --- a/Source/EventFlow.DependencyInjection/EventFlow.DependencyInjection.csproj +++ b/Source/EventFlow.DependencyInjection/EventFlow.DependencyInjection.csproj @@ -15,7 +15,6 @@ git https://github.com/eventflow/EventFlow https://docs.geteventflow.net/ - https://raw.githubusercontent.com/eventflow/EventFlow/develop/icon-128.png MIT en-US UPDATED BY BUILD diff --git a/Source/EventFlow.Elasticsearch/EventFlow.Elasticsearch.csproj b/Source/EventFlow.Elasticsearch/EventFlow.Elasticsearch.csproj index f05f9b0f7..36733e4a8 100644 --- a/Source/EventFlow.Elasticsearch/EventFlow.Elasticsearch.csproj +++ b/Source/EventFlow.Elasticsearch/EventFlow.Elasticsearch.csproj @@ -15,7 +15,6 @@ git https://github.com/eventflow/EventFlow https://docs.geteventflow.net/ - https://raw.githubusercontent.com/eventflow/EventFlow/develop/icon-128.png MIT en-US UPDATED BY BUILD diff --git a/Source/EventFlow.EntityFramework/EventFlow.EntityFramework.csproj b/Source/EventFlow.EntityFramework/EventFlow.EntityFramework.csproj index 94cabc5a1..73a109f19 100644 --- a/Source/EventFlow.EntityFramework/EventFlow.EntityFramework.csproj +++ b/Source/EventFlow.EntityFramework/EventFlow.EntityFramework.csproj @@ -15,7 +15,6 @@ git https://github.com/eventflow/EventFlow https://docs.geteventflow.net/ - https://raw.githubusercontent.com/eventflow/EventFlow/develop/icon-128.png MIT en-US UPDATED BY BUILD diff --git a/Source/EventFlow.EventStores.EventStore/EventFlow.EventStores.EventStore.csproj b/Source/EventFlow.EventStores.EventStore/EventFlow.EventStores.EventStore.csproj index 245bddde3..21b11ce72 100644 --- a/Source/EventFlow.EventStores.EventStore/EventFlow.EventStores.EventStore.csproj +++ b/Source/EventFlow.EventStores.EventStore/EventFlow.EventStores.EventStore.csproj @@ -15,7 +15,6 @@ git https://github.com/eventflow/EventFlow https://docs.geteventflow.net/ - https://raw.githubusercontent.com/eventflow/EventFlow/develop/icon-128.png MIT en-US UPDATED BY BUILD diff --git a/Source/EventFlow.Hangfire/EventFlow.Hangfire.csproj b/Source/EventFlow.Hangfire/EventFlow.Hangfire.csproj index 6aff9a826..a8eec4d6e 100644 --- a/Source/EventFlow.Hangfire/EventFlow.Hangfire.csproj +++ b/Source/EventFlow.Hangfire/EventFlow.Hangfire.csproj @@ -15,7 +15,6 @@ git https://github.com/eventflow/EventFlow https://docs.geteventflow.net/ - https://raw.githubusercontent.com/eventflow/EventFlow/develop/icon-128.png MIT en-US UPDATED BY BUILD diff --git a/Source/EventFlow.MongoDB/EventFlow.MongoDB.csproj b/Source/EventFlow.MongoDB/EventFlow.MongoDB.csproj index 96f13ab90..8f1519019 100644 --- a/Source/EventFlow.MongoDB/EventFlow.MongoDB.csproj +++ b/Source/EventFlow.MongoDB/EventFlow.MongoDB.csproj @@ -16,7 +16,6 @@ git https://github.com/eventflow/EventFlow https://docs.geteventflow.net/ - https://raw.githubusercontent.com/eventflow/EventFlow/develop/icon-128.png MIT en-US True diff --git a/Source/EventFlow.MsSql/EventFlow.MsSql.csproj b/Source/EventFlow.MsSql/EventFlow.MsSql.csproj index fa963bb6a..5e6175baa 100644 --- a/Source/EventFlow.MsSql/EventFlow.MsSql.csproj +++ b/Source/EventFlow.MsSql/EventFlow.MsSql.csproj @@ -15,7 +15,6 @@ git https://github.com/eventflow/EventFlow https://docs.geteventflow.net/ - https://raw.githubusercontent.com/eventflow/EventFlow/develop/icon-128.png MIT en-US UPDATED BY BUILD diff --git a/Source/EventFlow.Owin/EventFlow.Owin.csproj b/Source/EventFlow.Owin/EventFlow.Owin.csproj index 4ea23be80..313f9c87b 100644 --- a/Source/EventFlow.Owin/EventFlow.Owin.csproj +++ b/Source/EventFlow.Owin/EventFlow.Owin.csproj @@ -15,7 +15,6 @@ git https://github.com/eventflow/EventFlow https://docs.geteventflow.net/ - https://raw.githubusercontent.com/eventflow/EventFlow/develop/icon-128.png MIT en-US UPDATED BY BUILD diff --git a/Source/EventFlow.PostgreSql/EventFlow.PostgreSql.csproj b/Source/EventFlow.PostgreSql/EventFlow.PostgreSql.csproj index fc8db79cd..2d2f29ad3 100644 --- a/Source/EventFlow.PostgreSql/EventFlow.PostgreSql.csproj +++ b/Source/EventFlow.PostgreSql/EventFlow.PostgreSql.csproj @@ -15,7 +15,6 @@ git https://github.com/eventflow/EventFlow https://docs.geteventflow.net/ - https://raw.githubusercontent.com/eventflow/EventFlow/develop/icon-128.png MIT en-US UPDATED BY BUILD diff --git a/Source/EventFlow.RabbitMQ/EventFlow.RabbitMQ.csproj b/Source/EventFlow.RabbitMQ/EventFlow.RabbitMQ.csproj index db8137c21..1ccb4b1da 100644 --- a/Source/EventFlow.RabbitMQ/EventFlow.RabbitMQ.csproj +++ b/Source/EventFlow.RabbitMQ/EventFlow.RabbitMQ.csproj @@ -15,7 +15,6 @@ git https://github.com/eventflow/EventFlow https://docs.geteventflow.net/ - https://raw.githubusercontent.com/eventflow/EventFlow/develop/icon-128.png MIT en-US UPDATED BY BUILD diff --git a/Source/EventFlow.SQLite/EventFlow.SQLite.csproj b/Source/EventFlow.SQLite/EventFlow.SQLite.csproj index 3b00e97d0..05649dcfe 100644 --- a/Source/EventFlow.SQLite/EventFlow.SQLite.csproj +++ b/Source/EventFlow.SQLite/EventFlow.SQLite.csproj @@ -15,7 +15,6 @@ git https://github.com/eventflow/EventFlow https://docs.geteventflow.net/ - https://raw.githubusercontent.com/eventflow/EventFlow/develop/icon-128.png MIT en-US UPDATED BY BUILD diff --git a/Source/EventFlow.Sql/EventFlow.Sql.csproj b/Source/EventFlow.Sql/EventFlow.Sql.csproj index ae5998358..99ecfeb9d 100644 --- a/Source/EventFlow.Sql/EventFlow.Sql.csproj +++ b/Source/EventFlow.Sql/EventFlow.Sql.csproj @@ -15,7 +15,6 @@ git https://github.com/eventflow/EventFlow https://docs.geteventflow.net/ - https://raw.githubusercontent.com/eventflow/EventFlow/develop/icon-128.png MIT en-US UPDATED BY BUILD diff --git a/Source/EventFlow.TestHelpers/EventFlow.TestHelpers.csproj b/Source/EventFlow.TestHelpers/EventFlow.TestHelpers.csproj index 998a42fe6..f9b158a76 100644 --- a/Source/EventFlow.TestHelpers/EventFlow.TestHelpers.csproj +++ b/Source/EventFlow.TestHelpers/EventFlow.TestHelpers.csproj @@ -19,7 +19,6 @@ git https://github.com/eventflow/EventFlow https://docs.geteventflow.net/ - https://raw.githubusercontent.com/eventflow/EventFlow/develop/icon-128.png MIT en-US UPDATED BY BUILD diff --git a/Source/EventFlow/EventFlow.csproj b/Source/EventFlow/EventFlow.csproj index babd827aa..937afcf3b 100644 --- a/Source/EventFlow/EventFlow.csproj +++ b/Source/EventFlow/EventFlow.csproj @@ -15,7 +15,6 @@ git https://github.com/eventflow/EventFlow https://docs.geteventflow.net/ - https://raw.githubusercontent.com/eventflow/EventFlow/develop/icon-128.png MIT en-US UPDATED BY BUILD