Skip to content

Commit

Permalink
⬆️ Bump files with dotnet-file sync
Browse files Browse the repository at this point in the history
# devlooped/SponsorLink

- Add optional message to use as summary in sponsored APIs devlooped/SponsorLink@692016f
  • Loading branch information
devlooped-bot authored and kzu committed Sep 13, 2024
1 parent 11a39df commit 4f6c0bc
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .netconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
14 changes: 14 additions & 0 deletions src/SponsorLink/SponsorLink/Resources.es-AR.resx
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,18 @@ Por favor considerá apoyar el proyecto patrocinando en {0} y ejecutando posteri
<data name="Grace_Title" xml:space="preserve">
<value>Estado de patrocinio desconocido, período de prueba</value>
</data>
<data name="Editor_DisabledRemarks" xml:space="preserve">
<value>/// &lt;remarks&gt;
/// 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á:
/// &gt; dotnet tool install -g dotnet-sponsor; sponsor sync devlooped
///
/// Y el atributo [Obsolete] vuela de una. Gracias totales! 🙏
/// &lt;/remarks&gt;</value>
</data>
</root>
15 changes: 15 additions & 0 deletions src/SponsorLink/SponsorLink/Resources.es.resx
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,19 @@ Por favor considera apoyar el proyecto patrocinando en {0} y ejecutando posterio
<data name="Grace_Title" xml:space="preserve">
<value>Estado de patrocinio desconocido, período de prueba</value>
</data>
<data name="Editor_DisabledRemarks" xml:space="preserve">
<value>/// &lt;remarks&gt;
/// 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:
/// &gt; dotnet tool install -g dotnet-sponsor; sponsor sync devlooped
///
/// Posteriormente, este atributo [Obsolete] será eliminado.
/// ¡Gracias! 🙏
/// &lt;/remarks&gt;</value>
</data>
</root>
15 changes: 15 additions & 0 deletions src/SponsorLink/SponsorLink/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,19 @@ Please consider supporting the project by sponsoring at {0} and running 'sponsor
<data name="Grace_Title" xml:space="preserve">
<value>Unknown sponsor status, grace period</value>
</data>
<data name="Editor_DisabledRemarks" xml:space="preserve">
<value>/// &lt;remarks&gt;
/// 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:
/// &gt; dotnet tool install -g dotnet-sponsor; sponsor sync devlooped
///
/// Subsequently, this [Obsolete] attribute will be removed.
/// Thanks! 🙏
/// &lt;/remarks&gt;</value>
</data>
</root>

0 comments on commit 4f6c0bc

Please sign in to comment.