|
@@ -12,16 +12,17 @@
|
|
|
<Company>Quadarax</Company>
|
|
<Company>Quadarax</Company>
|
|
|
<Product>Quadarax.Foundation</Product>
|
|
<Product>Quadarax.Foundation</Product>
|
|
|
<Description>Core library with general pattern implementations and patterns</Description>
|
|
<Description>Core library with general pattern implementations and patterns</Description>
|
|
|
- <Copyright>Copyright © 2023,2024 Quadarax</Copyright>
|
|
|
|
|
|
|
+ <Copyright>Copyright © 2023,2024,2025 Quadarax</Copyright>
|
|
|
<PackageIcon>quadarax_dll.png</PackageIcon>
|
|
<PackageIcon>quadarax_dll.png</PackageIcon>
|
|
|
<PackageTags>QDR;FND;CORE</PackageTags>
|
|
<PackageTags>QDR;FND;CORE</PackageTags>
|
|
|
- <AssemblyVersion>0.0.5.0</AssemblyVersion>
|
|
|
|
|
- <FileVersion>0.0.5.0</FileVersion>
|
|
|
|
|
- <Version>0.0.5.0-alpha</Version>
|
|
|
|
|
- <PackageReleaseNotes>Date:26.9.2024
|
|
|
|
|
- - improve class CsvHelper to support with quoted values, add operation to write DataTable to CSV file.
|
|
|
|
|
- - extends ParametrizedString to set parametr value.
|
|
|
|
|
- - update dependencies packages (System.IO.Abstractions)
|
|
|
|
|
|
|
+ <AssemblyVersion>0.0.8.0</AssemblyVersion>
|
|
|
|
|
+ <FileVersion>0.0.8.0</FileVersion>
|
|
|
|
|
+ <Version>0.0.8.0-alpha</Version>
|
|
|
|
|
+ <PackageReleaseNotes>Date:13.3.2025
|
|
|
|
|
+ - Add Object.Dynamic.Dyna dynamic object to work with dynamic properties
|
|
|
|
|
+ - Add DataTransaction to work with simple transactional data operations
|
|
|
|
|
+ - Add TDyna dynamic object that supports DataTransaction
|
|
|
|
|
+ - update dependencies packages (System.IO.Abstractions)
|
|
|
</PackageReleaseNotes>
|
|
</PackageReleaseNotes>
|
|
|
<PackageReadmeFile>releasenotes.md</PackageReadmeFile>
|
|
<PackageReadmeFile>releasenotes.md</PackageReadmeFile>
|
|
|
<Nullable>enable</Nullable>
|
|
<Nullable>enable</Nullable>
|
|
@@ -47,7 +48,7 @@
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
- <PackageReference Include="System.IO.Abstractions" Version="21.2.1" />
|
|
|
|
|
|
|
+ <PackageReference Include="System.IO.Abstractions" Version="22.0.14" />
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|