Compare commits

..

No commits in common. "2889661f248bc1573060be5e3bb1a8ba955f0462" and "28616252aacc2c59966c17cce5c6fb00054c13a3" have entirely different histories.

4 changed files with 4 additions and 15 deletions

View File

@ -1,4 +1,4 @@
name: Build Docker image name: Upload Python Package
permissions: permissions:
contents: write contents: write

View File

@ -5,21 +5,10 @@ Changelog
(unreleased) (unreleased)
------------ ------------
Fix
~~~
- Hotfixed CronTab dependencyrefs NOISSUE. [Simon Diesenreiter]
0.1.11 (2025-04-15)
-------------------
Fix Fix
~~~ ~~~
- More debug outputs refs NOISSUE. [Simon Diesenreiter] - More debug outputs refs NOISSUE. [Simon Diesenreiter]
Other
~~~~~
0.1.10 (2025-04-15) 0.1.10 (2025-04-15)
------------------- -------------------

View File

@ -4,8 +4,8 @@
<!--To inherit the global NuGet package sources remove the <clear/> line below --> <!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear /> <clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" /> <add key="nuget" value="https://api.nuget.org/v3/index.json" />
<!--add key="gitea-projects" value="https://git.disi.dev/api/packages/Projects/nuget/index.json" /--> <!--add key="gitea-projects" value="https://git.disi.dev/api/packages/Projects/nuget/index.json" />
<add key="gitea-homelab" value="https://git.disi.dev/api/packages/Homelab/nuget/index.json" /> <add key="gitea-homelab" value="https://git.disi.dev/api/packages/Homelab/nuget/index.json" />
<!--add key="gitea-artifacts" value="https://git.disi.dev/api/packages/Artifacts/nuget/index.json" /--> <add key="gitea-artifacts" value="https://git.disi.dev/api/packages/Artifacts/nuget/index.json" /-->
</packageSources> </packageSources>
</configuration> </configuration>

View File

@ -1 +1 @@
0.1.12 0.1.11