Skip to content

Commit 414c4cd

Browse files
committed
update version
1 parent a39949f commit 414c4cd

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

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

Lines changed: 3 additions & 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.0</Version>
6+
<Version>1.0.1.0</Version>
77
<PackageLicenseExpression>MIT</PackageLicenseExpression>
88
<Authors>Giovanni Galbo</Authors>
99
<Company>Giovanni Galbo</Company>
@@ -12,6 +12,8 @@
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.0.1.0</AssemblyVersion>
16+
<PackageReleaseNotes>Minor optimizations</PackageReleaseNotes>
1517
</PropertyGroup>
1618

1719
<ItemGroup>

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

Lines changed: 4 additions & 5 deletions
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.0</Version>
5+
<Version>2.6.1.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,12 +19,11 @@ 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>Added events for insert, update, delete, table deleted
23-
Added a new SequentialKeyMapper for rowkeys that can be in chronological (or reverse chronological) order</PackageReleaseNotes>
22+
<PackageReleaseNotes>minor optimizations</PackageReleaseNotes>
2423
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2524
<PackageLicenseExpression>MIT</PackageLicenseExpression>
26-
<AssemblyVersion>2.6.0.0</AssemblyVersion>
27-
<FileVersion>2.6.0.0</FileVersion>
25+
<AssemblyVersion>2.6.1.0</AssemblyVersion>
26+
<FileVersion>2.6.1.0</FileVersion>
2827
<PackageIcon>xtensible-x.png</PackageIcon>
2928
<PackageIconUrl />
3029
</PropertyGroup>

0 commit comments

Comments
 (0)