You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/TableStorage.Abstractions.POCO/TableStorage.Abstractions.POCO.csproj
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
3
3
<PropertyGroup>
4
4
<TargetFramework>netstandard2.0</TargetFramework>
5
-
<Version>2.0.0</Version>
5
+
<Version>2.0.1</Version>
6
6
<Authors>Giovanni Galbo</Authors>
7
7
<Company>Giovanni Galbo</Company>
8
-
<Description>Easily convert POCOs (Plain Old CLR Objects) to Azure Table Storage TableEntities and vice versa
8
+
<Description>A repository wrapper for Azure Table Storage that uses POCOs (Plain Old CLR Objects) instead of objects that implemeent ITableEntity.
9
9
10
10
The Azure Storage SDK requires that objects that it works with to implement the ITableEntity interface. This puts us into one of two places that are often not desirable:
11
11
@@ -19,7 +19,7 @@ The library will convert simple properties to fields in Azure Table Storage. Com
0 commit comments