diff --git a/CHANGELOG.md b/CHANGELOG.md index 27e6aad..e69de29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,62 +0,0 @@ -# [1.10.0](https://github.com/TechnologyEnhancedLearning/TELBlazor/compare/v1.9.1...v1.10.0) (2025-08-12) - - -### Features - -* **pr readme:** we're due a version bump i feel ([f8d4314](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/f8d431497cfb5b659a2afdccd501774523a2127f)) - -# [1.10.0-refactor-logging.1](https://github.com/TechnologyEnhancedLearning/TELBlazor/compare/v1.9.1...v1.10.0-refactor-logging.1) (2025-08-12) - - -### Features - -* **pr readme:** we're due a version bump i feel ([f8d4314](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/f8d431497cfb5b659a2afdccd501774523a2127f)) - -## [1.9.1](https://github.com/TechnologyEnhancedLearning/TELBlazor/compare/v1.9.0...v1.9.1) (2025-06-25) - - -### Bug Fixes - -* **search:** Improved debounce ([fbc7b0b](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/fbc7b0be762982b8701c24e696133e0dd2facd97)) - -# [1.9.0](https://github.com/TechnologyEnhancedLearning/TELBlazor/compare/v1.8.0...v1.9.0) (2025-06-25) - - -### Features - -* **searchexperiment:** in theory ([fee2b91](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/fee2b9124b859f9a548e3fa257d53294ce83dc08)) -* **showcase:** added component readme displayer ([a058fe6](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/a058fe6f034b5097fb72c9f72a8b98c57ed2b607)) - -# [1.9.0-feat-button-for-cicd-testing.1](https://github.com/TechnologyEnhancedLearning/TELBlazor/compare/v1.8.0...v1.9.0-feat-button-for-cicd-testing.1) (2025-06-25) - - -### Bug Fixes - -* **search:** Improved debounce ([fbc7b0b](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/fbc7b0be762982b8701c24e696133e0dd2facd97)) - - -### Features - -* **searchexperiment:** in theory ([fee2b91](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/fee2b9124b859f9a548e3fa257d53294ce83dc08)) -* **showcase:** added component readme displayer ([a058fe6](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/a058fe6f034b5097fb72c9f72a8b98c57ed2b607)) - -# [1.9.0-feat-button-for-cicd-testing.1](https://github.com/TechnologyEnhancedLearning/TELBlazor/compare/v1.8.0...v1.9.0-feat-button-for-cicd-testing.1) (2025-06-25) - - -### Bug Fixes - -* **search:** Improved debounce ([fbc7b0b](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/fbc7b0be762982b8701c24e696133e0dd2facd97)) - - -### Features - -* **searchexperiment:** in theory ([fee2b91](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/fee2b9124b859f9a548e3fa257d53294ce83dc08)) -* **showcase:** added component readme displayer ([a058fe6](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/a058fe6f034b5097fb72c9f72a8b98c57ed2b607)) - -# [1.9.0-feat-button-for-cicd-testing.1](https://github.com/TechnologyEnhancedLearning/TELBlazor/compare/v1.8.0...v1.9.0-feat-button-for-cicd-testing.1) (2025-06-25) - - -### Features - -* **searchexperiment:** in theory ([fee2b91](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/fee2b9124b859f9a548e3fa257d53294ce83dc08)) -* **showcase:** added component readme displayer ([a058fe6](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/a058fe6f034b5097fb72c9f72a8b98c57ed2b607)) diff --git a/TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs b/TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs index 1b471f9..5e1136e 100644 --- a/TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs +++ b/TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs @@ -14,7 +14,7 @@ namespace TELBlazor.Components.OptionalImplementations.Test.TestComponents.Searc { public class SearchExperimentServiceOpenApi :ISearchExperimentService { - //qqqq can do alot better + //qqqq very very much just bit of proof of concept. private readonly HttpClient _httpClient; private readonly string _baseUrl; private readonly ILogger _logger; // logger diff --git a/TELBlazor.Components/TELBlazor.Components.csproj b/TELBlazor.Components/TELBlazor.Components.csproj index ea4db64..486e2d0 100644 --- a/TELBlazor.Components/TELBlazor.Components.csproj +++ b/TELBlazor.Components/TELBlazor.Components.csproj @@ -59,13 +59,12 @@ PreserveNewest - - - + - + $(DefaultItemExcludes);TELBlazorPackageVersion\VersionInfo.*.cs @@ -85,14 +84,10 @@ namespace TELBlazor.Components.TELBlazorPackageVersion Overwrite="true" Encoding="UTF-8" /> - - - -