Releases: KY-Programming/core
4.37.0
feat: parse .net version from directory name (e.g. bin\debug\net8.0)
feat: parse .net version from FrameworkName
feat: get .net version from assembly
feat: sort .net version
feat: find closest or newest .net version
feat: find closest or newest semantic version
chore: enable c# nullable and fix some warning
fix: module finder should log exceptions on module load
BREAKING CHANGES
refactor: removed NugetAssemblyLocator and NugetPackageDependencyLoader (if someone needs this helper, create us an github issue an we will bring an better version from KY.Generator back)
4.36.0
feat: allow logger to log full entries
4.35.0
feat: add addition alphabets to random string
4.34.1
fix: NugetAssemblyLocator should load assemblies > .net 5
4.34.0
NugetPackageDependencyLoader
feat: cache installed runtime
feat: more logging
feat: external access to paths
4.33.0
NugetPackageDependencyLoader
feat: add external provided assembly cache
4.32.0
DateTimeExtension
feat: GetFirstDayOfWeek added
StringExtension
fix: FirstCharToLower should always lower the first char
4.31.1
Fix Directory.Remove on null values
4.31.0
- NotNull methodes added
4.30.1
FileSystem.OpenWrite fixed again (now use the real correct mode)