diff --git a/src/ThisAssembly.AssemblyInfo/ThisAssembly.AssemblyInfo.csproj b/src/ThisAssembly.AssemblyInfo/ThisAssembly.AssemblyInfo.csproj index f539c6a1..6d8eca6c 100644 --- a/src/ThisAssembly.AssemblyInfo/ThisAssembly.AssemblyInfo.csproj +++ b/src/ThisAssembly.AssemblyInfo/ThisAssembly.AssemblyInfo.csproj @@ -27,8 +27,8 @@ on the `ThisAssembly.Info` class. - - + + diff --git a/src/ThisAssembly.Constants/ThisAssembly.Constants.csproj b/src/ThisAssembly.Constants/ThisAssembly.Constants.csproj index d6877d1d..5e8f0874 100644 --- a/src/ThisAssembly.Constants/ThisAssembly.Constants.csproj +++ b/src/ThisAssembly.Constants/ThisAssembly.Constants.csproj @@ -47,8 +47,8 @@ C#: - - + + diff --git a/src/ThisAssembly.Git/ThisAssembly.Git.csproj b/src/ThisAssembly.Git/ThisAssembly.Git.csproj index 220d6db1..1f0bb13b 100644 --- a/src/ThisAssembly.Git/ThisAssembly.Git.csproj +++ b/src/ThisAssembly.Git/ThisAssembly.Git.csproj @@ -29,8 +29,8 @@ - - + + diff --git a/src/ThisAssembly.Metadata/ThisAssembly.Metadata.csproj b/src/ThisAssembly.Metadata/ThisAssembly.Metadata.csproj index 6374f6c7..cfacc43d 100644 --- a/src/ThisAssembly.Metadata/ThisAssembly.Metadata.csproj +++ b/src/ThisAssembly.Metadata/ThisAssembly.Metadata.csproj @@ -39,8 +39,8 @@ C#: - - + + diff --git a/src/ThisAssembly.Prerequisites/ThisAssembly.Prerequisites.csproj b/src/ThisAssembly.Prerequisites/ThisAssembly.Prerequisites.csproj index 154ee17c..df10c593 100644 --- a/src/ThisAssembly.Prerequisites/ThisAssembly.Prerequisites.csproj +++ b/src/ThisAssembly.Prerequisites/ThisAssembly.Prerequisites.csproj @@ -15,7 +15,7 @@ - + diff --git a/src/ThisAssembly.Project/SponsorLink.cs b/src/ThisAssembly.Project/SponsorLink.cs index 4cec2a0b..836719d7 100644 --- a/src/ThisAssembly.Project/SponsorLink.cs +++ b/src/ThisAssembly.Project/SponsorLink.cs @@ -11,6 +11,10 @@ class SponsorLinker : SponsorLink public SponsorLinker() : base(SponsorLinkSettings.Create( "devlooped", "ThisAssembly", packageId: "ThisAssembly.Project", - version: typeof(SponsorLinker).Assembly.GetName().Version.ToString(2))) + version: typeof(SponsorLinker).Assembly.GetName().Version.ToString(2) +#if DEBUG + , quietDays: 0 +#endif + )) { } } diff --git a/src/ThisAssembly.Project/ThisAssembly.Project.csproj b/src/ThisAssembly.Project/ThisAssembly.Project.csproj index 5786b673..a5f3a7a6 100644 --- a/src/ThisAssembly.Project/ThisAssembly.Project.csproj +++ b/src/ThisAssembly.Project/ThisAssembly.Project.csproj @@ -38,8 +38,8 @@ C#: - - + + diff --git a/src/ThisAssembly.Resources/SponsorLink.cs b/src/ThisAssembly.Resources/SponsorLink.cs index 8d14039b..3357d27a 100644 --- a/src/ThisAssembly.Resources/SponsorLink.cs +++ b/src/ThisAssembly.Resources/SponsorLink.cs @@ -11,6 +11,10 @@ class SponsorLinker : SponsorLink public SponsorLinker() : base(SponsorLinkSettings.Create( "devlooped", "ThisAssembly", packageId: "ThisAssembly.Resources", - version: typeof(SponsorLinker).Assembly.GetName().Version.ToString(2))) + version: typeof(SponsorLinker).Assembly.GetName().Version.ToString(2) +#if DEBUG + , quietDays: 0 +#endif + )) { } } diff --git a/src/ThisAssembly.Resources/ThisAssembly.Resources.csproj b/src/ThisAssembly.Resources/ThisAssembly.Resources.csproj index 9de72e1d..12afda5c 100644 --- a/src/ThisAssembly.Resources/ThisAssembly.Resources.csproj +++ b/src/ThisAssembly.Resources/ThisAssembly.Resources.csproj @@ -23,8 +23,8 @@ - - + + diff --git a/src/ThisAssembly.Strings/SponsorLink.cs b/src/ThisAssembly.Strings/SponsorLink.cs index ee117034..6720fc40 100644 --- a/src/ThisAssembly.Strings/SponsorLink.cs +++ b/src/ThisAssembly.Strings/SponsorLink.cs @@ -11,6 +11,10 @@ class SponsorLinker : SponsorLink public SponsorLinker() : base(SponsorLinkSettings.Create( "devlooped", "ThisAssembly", packageId: "ThisAssembly.Strings", - version: typeof(SponsorLinker).Assembly.GetName().Version.ToString(2))) + version: typeof(SponsorLinker).Assembly.GetName().Version.ToString(2) +#if DEBUG + , quietDays: 0 +#endif + )) { } } diff --git a/src/ThisAssembly.Strings/ThisAssembly.Strings.csproj b/src/ThisAssembly.Strings/ThisAssembly.Strings.csproj index aecad6f3..9b62ba97 100644 --- a/src/ThisAssembly.Strings/ThisAssembly.Strings.csproj +++ b/src/ThisAssembly.Strings/ThisAssembly.Strings.csproj @@ -24,8 +24,8 @@ such as "Hello {name}". - - + + diff --git a/src/ThisAssembly.Tests/ThisAssembly.Tests.csproj b/src/ThisAssembly.Tests/ThisAssembly.Tests.csproj index 9eb463f5..113743b5 100644 --- a/src/ThisAssembly.Tests/ThisAssembly.Tests.csproj +++ b/src/ThisAssembly.Tests/ThisAssembly.Tests.csproj @@ -31,7 +31,7 @@ - + diff --git a/src/ThisAssembly/ThisAssembly.csproj b/src/ThisAssembly/ThisAssembly.csproj index 0203add2..3c0354cb 100644 --- a/src/ThisAssembly/ThisAssembly.csproj +++ b/src/ThisAssembly/ThisAssembly.csproj @@ -12,7 +12,7 @@ - +