File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
TableStorage.Abstractions.POCO.SecondaryIndexes
TableStorage.Abstractions.POCO Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
55 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6- <Version >1.1 .0.0</Version >
6+ <Version >1.2 .0.0</Version >
77 <PackageLicenseExpression >MIT</PackageLicenseExpression >
88 <Authors >Giovanni Galbo</Authors >
99 <Company >Giovanni Galbo</Company >
1212 <PackageIcon >xtensible-x.png</PackageIcon >
1313 <RepositoryUrl >https://github.com/giometrix/TableStorage.Abstractions.POCO</RepositoryUrl >
1414 <PackageTags >table-storage azure-table-storage poco table-entities tableentity index secondary-index</PackageTags >
15- <AssemblyVersion >1.1 .0.0</AssemblyVersion >
16- <PackageReleaseNotes >Added conditional indexes </PackageReleaseNotes >
17- <FileVersion >1.1 .0.0</FileVersion >
15+ <AssemblyVersion >1.2 .0.0</AssemblyVersion >
16+ <PackageReleaseNotes >Bug fix to prevent exceptions when deserializing objects with readonly properties </PackageReleaseNotes >
17+ <FileVersion >1.2 .0.0</FileVersion >
1818 </PropertyGroup >
1919
2020 <ItemGroup >
2525 </ItemGroup >
2626
2727 <ItemGroup >
28- <PackageReference Include =" TableStorage.Abstractions.POCO" Version =" 2.6.1 " />
28+ <PackageReference Include =" TableStorage.Abstractions.POCO" Version =" 2.7.0 " />
2929 </ItemGroup >
3030
3131</Project >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
5- <Version >2.6.1 .0</Version >
5+ <Version >2.7.0 .0</Version >
66 <Authors >Giovanni Galbo</Authors >
77 <Company >Giovanni Galbo</Company >
88 <Description >A repository wrapper for Azure Table Storage that uses POCOs (Plain Old CLR Objects) instead of objects that implemeent ITableEntity.
@@ -19,7 +19,7 @@ The library will convert simple properties to fields in Azure Table Storage. Com
1919 <PackageProjectUrl >https://github.com/giometrix/TableStorage.Abstractions.POCO</PackageProjectUrl >
2020 <RepositoryUrl >https://github.com/giometrix/TableStorage.Abstractions.POCO</RepositoryUrl >
2121 <PackageTags >table-storage azure-table-storage poco table-entities tableentity</PackageTags >
22- <PackageReleaseNotes >minor optimizations </PackageReleaseNotes >
22+ <PackageReleaseNotes >Bug fix to prevent exceptions when deserializing objects with readonly properties </PackageReleaseNotes >
2323 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
2424 <PackageLicenseExpression >MIT</PackageLicenseExpression >
2525 <AssemblyVersion >2.6.1.0</AssemblyVersion >
@@ -30,7 +30,7 @@ The library will convert simple properties to fields in Azure Table Storage. Com
3030
3131 <ItemGroup >
3232 <PackageReference Include =" TableStorage.Abstractions" Version =" 3.1.0" />
33- <PackageReference Include =" TableStorage.Abstractions.TableEntityConverters" Version =" 1.2 .0" />
33+ <PackageReference Include =" TableStorage.Abstractions.TableEntityConverters" Version =" 1.3 .0" />
3434 <PackageReference Include =" Xtensible.Time.Clock" Version =" 1.1.0" />
3535 </ItemGroup >
3636
You can’t perform that action at this time.
0 commit comments