Skip to content

Commit e7bd776

Browse files
committed
bump version
1 parent e4382b4 commit e7bd776

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PackageProjectUrl>https://github.com/giometrix/TableStorage.Abstractions.POCO</PackageProjectUrl>
2222
<RepositoryUrl>https://github.com/giometrix/TableStorage.Abstractions.POCO</RepositoryUrl>
2323
<PackageTags>table-storage azure-table-storage poco table-entities tableentity</PackageTags>
24-
<PackageReleaseNotes>Allows for custom json serialization options</PackageReleaseNotes>
24+
<PackageReleaseNotes>Bug Fix: Specify DateTimeKind.UTC when timestamp is DateTime</PackageReleaseNotes>
2525
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2626
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2727
<PublishRepositoryUrl>true</PublishRepositoryUrl>
@@ -34,6 +34,7 @@
3434
<PackageIcon>xtensible-x.png</PackageIcon>
3535
<PackageIconUrl />
3636
<LangVersion>latest</LangVersion>
37+
<PackageVersion>3.0.1.0</PackageVersion>
3738
</PropertyGroup>
3839

3940
<ItemGroup>

0 commit comments

Comments
 (0)