From b2ef1ef80c123ae3caa64142b2bb2ec2e809bcd1 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Fri, 11 Aug 2023 12:51:14 -0300 Subject: [PATCH] Remove current implementation of SponsorLink for now Now that SponsorLink is OSS and based on received feedback it will change in many ways moving forward, we'll for now remove the current implementation from the package to address the issues that were raised. See https://github.com/devlooped/SponsorLink --- .../ThisAssembly.AssemblyInfo.csproj | 10 +++++++++- .../ThisAssembly.Constants.csproj | 10 +++++++++- src/ThisAssembly.Git/ThisAssembly.Git.csproj | 10 +++++++++- src/ThisAssembly.Metadata/ThisAssembly.Metadata.csproj | 10 +++++++++- src/ThisAssembly.Project/ThisAssembly.Project.csproj | 10 +++++++++- .../ThisAssembly.Resources.csproj | 10 +++++++++- src/ThisAssembly.Strings/ThisAssembly.Strings.csproj | 7 ++++++- 7 files changed, 60 insertions(+), 7 deletions(-) diff --git a/src/ThisAssembly.AssemblyInfo/ThisAssembly.AssemblyInfo.csproj b/src/ThisAssembly.AssemblyInfo/ThisAssembly.AssemblyInfo.csproj index 426df5ac..eaf62d6b 100644 --- a/src/ThisAssembly.AssemblyInfo/ThisAssembly.AssemblyInfo.csproj +++ b/src/ThisAssembly.AssemblyInfo/ThisAssembly.AssemblyInfo.csproj @@ -27,7 +27,11 @@ on the `ThisAssembly.Info` class. - + + + + + @@ -43,4 +47,8 @@ on the `ThisAssembly.Info` class. + + + + diff --git a/src/ThisAssembly.Constants/ThisAssembly.Constants.csproj b/src/ThisAssembly.Constants/ThisAssembly.Constants.csproj index feea8707..8bc06abd 100644 --- a/src/ThisAssembly.Constants/ThisAssembly.Constants.csproj +++ b/src/ThisAssembly.Constants/ThisAssembly.Constants.csproj @@ -37,6 +37,10 @@ C#: + + + + @@ -47,7 +51,11 @@ C#: - + + + + + diff --git a/src/ThisAssembly.Git/ThisAssembly.Git.csproj b/src/ThisAssembly.Git/ThisAssembly.Git.csproj index 8c6801a4..c82b5cda 100644 --- a/src/ThisAssembly.Git/ThisAssembly.Git.csproj +++ b/src/ThisAssembly.Git/ThisAssembly.Git.csproj @@ -24,12 +24,20 @@ + + + + + + + + - + diff --git a/src/ThisAssembly.Metadata/ThisAssembly.Metadata.csproj b/src/ThisAssembly.Metadata/ThisAssembly.Metadata.csproj index e8929870..de032632 100644 --- a/src/ThisAssembly.Metadata/ThisAssembly.Metadata.csproj +++ b/src/ThisAssembly.Metadata/ThisAssembly.Metadata.csproj @@ -38,12 +38,20 @@ C#: + + + + - + + + + + diff --git a/src/ThisAssembly.Project/ThisAssembly.Project.csproj b/src/ThisAssembly.Project/ThisAssembly.Project.csproj index a7167914..1cbfd0b5 100644 --- a/src/ThisAssembly.Project/ThisAssembly.Project.csproj +++ b/src/ThisAssembly.Project/ThisAssembly.Project.csproj @@ -38,7 +38,15 @@ C#: - + + + + + + + + + diff --git a/src/ThisAssembly.Resources/ThisAssembly.Resources.csproj b/src/ThisAssembly.Resources/ThisAssembly.Resources.csproj index 64e26fcb..b4ce2813 100644 --- a/src/ThisAssembly.Resources/ThisAssembly.Resources.csproj +++ b/src/ThisAssembly.Resources/ThisAssembly.Resources.csproj @@ -18,12 +18,16 @@ + + + + - + @@ -39,4 +43,8 @@ + + + + diff --git a/src/ThisAssembly.Strings/ThisAssembly.Strings.csproj b/src/ThisAssembly.Strings/ThisAssembly.Strings.csproj index 9fdaa0b0..4a4b6f0f 100644 --- a/src/ThisAssembly.Strings/ThisAssembly.Strings.csproj +++ b/src/ThisAssembly.Strings/ThisAssembly.Strings.csproj @@ -24,7 +24,7 @@ such as "Hello {name}". - + @@ -37,11 +37,16 @@ such as "Hello {name}". + + + + +