Skip to content

Releases: ANcpLua/ANcpLua.NET.Sdk

1.7.3

28 Jan 16:14

Choose a tag to compare

Full Changelog: v1.7.2...1.7.3

v1.7.2 - Fix all relative paths

28 Jan 07:31

Choose a tag to compare

Bug Fixes

Fixed all relative path references in Build/Common/ files:

  • LegacySupport.targets: ../shared/../../shared/
  • Common.props: ../Config/, ../Shared/../../Config/, ../../Testing/Fixtures/
  • Common.targets: ../Config/, ../icon.png../../Config/, ../../icon.png

v1.7.1 - Fix import path

28 Jan 07:22

Choose a tag to compare

Bug Fix

  • Fixed import path in Common.targets for VersionEnforcement.targets
    • Path was ../Build/Enforcement/ but should be ../Enforcement/ since Common.targets is in Build/Common/

v1.7.0 - SDK Folder Reorganization

28 Jan 06:44

Choose a tag to compare

Changes

  • Folder structure reorganization for cleaner project layout:

    • common/Build/Common/
    • Enforcement/Build/Enforcement/
    • Packaging/Build/Packaging/
    • configuration/Config/
    • Shared/Testing/Fixtures/
  • Test fixtures (IntegrationTestBase, KestrelTestBase, FakeLoggerExtensions) now only included in ANcpLua.NET.Sdk.Test, not in base SDK or Web SDK

NuGet Package Layout

📦 ANcpLua.NET.Sdk
├── Sdk/
├── Build/
│   ├── Common/
│   ├── Enforcement/
│   └── Packaging/
├── Config/
├── Testing/
└── shared/

1.6.29

23 Jan 22:02
ad213d0

Choose a tag to compare

What's Changed

  • feat(otel): update GenAI semantic conventions to OTel 1.39 by @ANcpLua in #20

Full Changelog: v1.6.28...1.6.29

1.6.26

22 Jan 12:57

Choose a tag to compare

Full Changelog: 1.6.25...1.6.26

1.6.23

21 Jan 23:10

Choose a tag to compare

Full Changelog: 1.6.22...1.6.23

1.6.22

21 Jan 21:43

Choose a tag to compare

Full Changelog: v1.6.20...1.6.22

1.6.21

21 Jan 03:05

Choose a tag to compare

Full Changelog: 1.6.20...1.6.21

1.6.20

21 Jan 02:33

Choose a tag to compare

Full Changelog: v1.6.19...1.6.20