Skip to content

Commit 3843310

Browse files
committed
update package version
1 parent 2b4d364 commit 3843310

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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.0.0-beta</Version>
6+
<Version>1.0.0.0</Version>
77
<PackageLicenseExpression>MIT</PackageLicenseExpression>
88
<Authors>Giovanni Galbo</Authors>
99
<Company>Giovanni Galbo</Company>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>2.6.0-beta</Version>
5+
<Version>2.6.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.

0 commit comments

Comments
 (0)