Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.Net: Set dll version number for vectordata.abstractions. (#9323)
### Motivation and Context The vectordata.abstractions.dll had the same version number as the other SK dlls, which is incorrect. It should have a version number matching it's nuget version number. ### Description - Setting the version number of the vectordata.abstractions.dll to 9.0.0.0 - Updating the vectordata.abstractions nuget version to today's date. - Upping the SK version to 1.24.1 ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [x] The code builds clean without any errors or warnings - [x] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [x] All unit tests pass, and I have added new tests where possible - [x] I didn't break anyone 😄
- Loading branch information