From 4f6c0bcedf092d7850a5813c5bf13236dde848a9 Mon Sep 17 00:00:00 2001 From: devlooped-bot Date: Fri, 13 Sep 2024 20:46:35 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20files=20with=20dotn?= =?UTF-8?q?et-file=20sync=20#=20devlooped/SponsorLink?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add optional message to use as summary in sponsored APIs https://github.com/devlooped/SponsorLink/commit/692016f --- .netconfig | 12 ++++++------ src/SponsorLink/SponsorLink/Resources.es-AR.resx | 14 ++++++++++++++ src/SponsorLink/SponsorLink/Resources.es.resx | 15 +++++++++++++++ src/SponsorLink/SponsorLink/Resources.resx | 15 +++++++++++++++ 4 files changed, 50 insertions(+), 6 deletions(-) diff --git a/.netconfig b/.netconfig index f240e624..1ae2c68b 100644 --- a/.netconfig +++ b/.netconfig @@ -201,13 +201,13 @@ weak [file "src/SponsorLink/SponsorLink/Resources.es.resx"] url = https://github.com/devlooped/SponsorLink/blob/main/samples/dotnet/SponsorLink/Resources.es.resx - sha = 46e9abe02e5a6abadda66ef050ddc5b9859aa2b8 - etag = b7c9ab61fd7aa4b27e5bc3b6d3c54e80fabae1f5d0816ada621c48fad7e6db06 + sha = 692016fa8b6537d928d2443003bdaff76982c207 + etag = 0f590e09aea71064b68888bde541c0098a32fdc5498fce251b154c30e96307ec weak [file "src/SponsorLink/SponsorLink/Resources.resx"] url = https://github.com/devlooped/SponsorLink/blob/main/samples/dotnet/SponsorLink/Resources.resx - sha = 46e9abe02e5a6abadda66ef050ddc5b9859aa2b8 - etag = 20564ce16ec1b437fc057f78c5e712f88d63979754cbb42b70357a320c254214 + sha = 692016fa8b6537d928d2443003bdaff76982c207 + etag = 348a0f8cd0eeb7eb849bb7e4e406857b82201e3424efe12b039a7f4f3b2bcd95 weak [file "src/SponsorLink/SponsorLink/SponsorLink.cs"] url = https://github.com/devlooped/SponsorLink/blob/main/samples/dotnet/SponsorLink/SponsorLink.cs @@ -361,8 +361,8 @@ weak [file "src/SponsorLink/SponsorLink/Resources.es-AR.resx"] url = https://github.com/devlooped/SponsorLink/blob/main/samples/dotnet/SponsorLink/Resources.es-AR.resx - sha = 46e9abe02e5a6abadda66ef050ddc5b9859aa2b8 - etag = f9ee3b0f072504f662def880b10d24865fcab110f797383066737d38980102de + sha = 692016fa8b6537d928d2443003bdaff76982c207 + etag = f2500784c93ef71c0c70c0c2b6d6197458583231e2dd7fc79db95426918b26b0 weak [file ".github/workflows/triage.yml"] url = https://github.com/devlooped/oss/blob/main/.github/workflows/triage.yml diff --git a/src/SponsorLink/SponsorLink/Resources.es-AR.resx b/src/SponsorLink/SponsorLink/Resources.es-AR.resx index a7969bf3..c0130ac9 100644 --- a/src/SponsorLink/SponsorLink/Resources.es-AR.resx +++ b/src/SponsorLink/SponsorLink/Resources.es-AR.resx @@ -179,4 +179,18 @@ Por favor considerá apoyar el proyecto patrocinando en {0} y ejecutando posteri Estado de patrocinio desconocido, período de prueba + + /// <remarks> +/// GitHub Sponsors es una excelente manera de apoyar proyectos de código abierto, y está disponible en la mayor parte del mundo. +/// Sos considerado patrocinador si: +/// - Contribuiste con código a cualquiera de los proyectos de Devlooped. +/// - Pertenecés a una organización de GitHub que está patrocinando a Devlooped. +/// - Bancás directamente a Devlooped 💪. +/// +/// En este caso, simplemente ejecutá: +/// > dotnet tool install -g dotnet-sponsor; sponsor sync devlooped +/// +/// Y el atributo [Obsolete] vuela de una. Gracias totales! 🙏 +/// </remarks> + \ No newline at end of file diff --git a/src/SponsorLink/SponsorLink/Resources.es.resx b/src/SponsorLink/SponsorLink/Resources.es.resx index 0fe7b96f..4f93f367 100644 --- a/src/SponsorLink/SponsorLink/Resources.es.resx +++ b/src/SponsorLink/SponsorLink/Resources.es.resx @@ -179,4 +179,19 @@ Por favor considera apoyar el proyecto patrocinando en {0} y ejecutando posterio Estado de patrocinio desconocido, período de prueba + + /// <remarks> +/// GitHub Sponsors es una excelente manera de apoyar proyectos de código abierto, y está disponible en la mayor parte del mundo. +/// Se te considera un patrocinador si: +/// - Has contribuido con código a cualquiera de los proyectos de Devlooped. +/// - Perteneces a una organización de GitHub que está patrocinando a Devlooped. +/// - Estás patrocinando directamente a Devlooped. +/// +/// Si es así, simplemente ejecuta: +/// > dotnet tool install -g dotnet-sponsor; sponsor sync devlooped +/// +/// Posteriormente, este atributo [Obsolete] será eliminado. +/// ¡Gracias! 🙏 +/// </remarks> + \ No newline at end of file diff --git a/src/SponsorLink/SponsorLink/Resources.resx b/src/SponsorLink/SponsorLink/Resources.resx index dc79c191..09fe336f 100644 --- a/src/SponsorLink/SponsorLink/Resources.resx +++ b/src/SponsorLink/SponsorLink/Resources.resx @@ -183,4 +183,19 @@ Please consider supporting the project by sponsoring at {0} and running 'sponsor Unknown sponsor status, grace period + + /// <remarks> +/// GitHub Sponsors is a great way to support open source projects, and it's available throughout most of the world. +/// You are considered a sponsor if: +/// - You contributed code to any of Devlooped's projects. +/// - You belong to a GitHub organization that is sponsoring Devlooped +/// - You are directly sponsoring Devlooped +/// +/// If so, just run: +/// > dotnet tool install -g dotnet-sponsor; sponsor sync devlooped +/// +/// Subsequently, this [Obsolete] attribute will be removed. +/// Thanks! 🙏 +/// </remarks> + \ No newline at end of file