Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7bd2429a43 | |||
| d41d9f1791 | |||
| 1a8a82c106 | |||
| 414c74be84 |
11
HISTORY.md
11
HISTORY.md
@@ -4,6 +4,17 @@ Changelog
|
||||
|
||||
(unreleased)
|
||||
------------
|
||||
- Revert "feat: add two dimensional data walker, refs: NOISSUE" [Simon
|
||||
Diesenreiter]
|
||||
|
||||
This reverts commit 414c74be84aecd3aff2f7abbb6cab88f50034d84.
|
||||
- Ci: disable nuget feeds for now, refs NOISSUE. [Simon Diesenreiter]
|
||||
- Feat: add two dimensional data walker, refs: NOISSUE. [Simon
|
||||
Diesenreiter]
|
||||
|
||||
|
||||
0.10.0 (2024-12-13)
|
||||
-------------------
|
||||
- Feat: add support for custom token types and longs, ref: NOISSUE.
|
||||
[Simon Diesenreiter]
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
0.10.0
|
||||
0.11.0
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
|
||||
<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-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-artifacts" value="https://git.disi.dev/api/packages/Artifacts/nuget/index.json" /-->
|
||||
</packageSources>
|
||||
</configuration>
|
||||
|
||||
Reference in New Issue
Block a user