2 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
3 changed files with 13 additions and 2 deletions

View File

@@ -5,10 +5,21 @@ Changelog
(unreleased) (unreleased)
------------ ------------
Fix
~~~
- Fix default push NuGet source, refs NOISSUE. [Simon Diesenreiter]
0.11.4 (2025-10-26)
-------------------
Fix Fix
~~~ ~~~
- Set default push NuGet source, refs NOISSUE. [Simon Diesenreiter] - Set default push NuGet source, refs NOISSUE. [Simon Diesenreiter]
Other
~~~~~
0.11.3 (2025-10-26) 0.11.3 (2025-10-26)
------------------- -------------------

View File

@@ -1 +1 @@
0.11.4 0.11.5

View File

@@ -10,6 +10,6 @@
</packageSources> </packageSources>
<config> <config>
<add key="defaultPushSource" value="gitea-projects" /> <add key="DefaultPushSource" value="https://git.disi.dev/api/packages/Projects/nuget/index.json" />
</config> </config>
</configuration> </configuration>