Skip to content

Commit e0a3b6b

Browse files
committed
updated nuget packages
1 parent a61c4cd commit e0a3b6b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/TableStorage.Abstractions.POCO.SecondaryIndexes/TableStorage.Abstractions.POCO.SecondaryIndexes.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6-
<Version>1.2.0.0</Version>
6+
<Version>1.3.0.0</Version>
77
<PackageLicenseExpression>MIT</PackageLicenseExpression>
88
<Authors>Giovanni Galbo</Authors>
99
<Company>Giovanni Galbo</Company>
@@ -12,9 +12,9 @@
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.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>
15+
<AssemblyVersion>1.3.0.0</AssemblyVersion>
16+
<PackageReleaseNotes>Updated underlying table storage</PackageReleaseNotes>
17+
<FileVersion>1.3.0.0</FileVersion>
1818
</PropertyGroup>
1919

2020
<ItemGroup>
@@ -25,7 +25,7 @@
2525
</ItemGroup>
2626

2727
<ItemGroup>
28-
<PackageReference Include="TableStorage.Abstractions.POCO" Version="2.7.1" />
28+
<PackageReference Include="TableStorage.Abstractions.POCO" Version="3.0.0" />
2929
</ItemGroup>
3030

3131
</Project>

0 commit comments

Comments
 (0)