6 Commits

Author SHA1 Message Date
f480334eee release: version 0.11.5 🚀
Some checks failed
Upload Python Package / Create Release (push) Successful in 32s
SonarQube Scan / SonarQube Trigger (push) Failing after 34s
CI / tests_linux (9.0.X, ubuntu-latest) (push) Successful in 2m4s
Upload Python Package / deploy (push) Failing after 1m55s
2025-10-26 21:24:02 +01:00
8608e4ddd1 fix: fix default push NuGet source, refs NOISSUE 2025-10-26 21:24:00 +01:00
7133ec1560 release: version 0.11.4 🚀
Some checks failed
Upload Python Package / Create Release (push) Successful in 1m2s
SonarQube Scan / SonarQube Trigger (push) Failing after 1m5s
CI / tests_linux (9.0.X, ubuntu-latest) (push) Successful in 1m26s
Upload Python Package / deploy (push) Failing after 1m28s
2025-10-26 21:19:52 +01:00
2f92f59a50 fix: set default push NuGet source, refs NOISSUE 2025-10-26 21:19:50 +01:00
97a4da7531 release: version 0.11.3 🚀
Some checks failed
Upload Python Package / Create Release (push) Successful in 45s
SonarQube Scan / SonarQube Trigger (push) Failing after 1m7s
CI / tests_linux (9.0.X, ubuntu-latest) (push) Successful in 1m54s
Upload Python Package / deploy (push) Failing after 1m19s
2025-10-26 21:16:00 +01:00
c577f15f91 fix: reenable all NuGet sources, refs NOISSUE 2025-10-26 21:15:58 +01:00
3 changed files with 40 additions and 3 deletions

View File

@@ -5,11 +5,44 @@ Changelog
(unreleased)
------------
Fix
~~~
- Fix default push NuGet source, refs NOISSUE. [Simon Diesenreiter]
0.11.4 (2025-10-26)
-------------------
Fix
~~~
- Set default push NuGet source, refs NOISSUE. [Simon Diesenreiter]
Other
~~~~~
0.11.3 (2025-10-26)
-------------------
Fix
~~~
- Reenable all NuGet sources, refs NOISSUE. [Simon Diesenreiter]
Other
~~~~~
0.11.2 (2025-10-26)
-------------------
Fix
~~~
- Even more debug output during releases, refs NOISSUE. [Simon
Diesenreiter]
Other
~~~~~
0.11.1 (2025-10-26)
-------------------

View File

@@ -1 +1 @@
0.11.2
0.11.5

View File

@@ -5,7 +5,11 @@
<clear />
<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-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-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" />
</packageSources>
<config>
<add key="DefaultPushSource" value="https://git.disi.dev/api/packages/Projects/nuget/index.json" />
</config>
</configuration>