File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/TableStorage.Abstractions.TableEntityConverters Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >netstandard2.0</TargetFrameworks >
5
- <Version >1.3.1 .0</Version >
5
+ <Version >1.3.2 .0</Version >
6
6
<Authors >Giovanni Galbo</Authors >
7
7
<Company >Giovanni Galbo</Company >
8
8
<Description >Easily convert POCOs (Plain Old CLR Objects) to Azure Table Storage TableEntities and vice versa.</Description >
11
11
<PackageProjectUrl >https://github.com/giometrix/TableStorage.Abstractions.TableEntityConverters</PackageProjectUrl >
12
12
<RepositoryUrl >https://github.com/giometrix/TableStorage.Abstractions.TableEntityConverters</RepositoryUrl >
13
13
<PackageTags >table-storage azure-table-storage poco table-entities</PackageTags >
14
- <PackageReleaseNotes >Added source link </PackageReleaseNotes >
14
+ <PackageReleaseNotes >Update nuget packages </PackageReleaseNotes >
15
15
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
16
16
<PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
17
17
<PackageLicenseExpression >MIT</PackageLicenseExpression >
20
20
<PublishRepositoryUrl >true</PublishRepositoryUrl >
21
21
<IncludeSymbols >true</IncludeSymbols >
22
22
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
23
- <AssemblyVersion >1.3.1 .0</AssemblyVersion >
23
+ <AssemblyVersion >1.3.2 .0</AssemblyVersion >
24
24
</PropertyGroup >
25
25
26
26
<ItemGroup >
33
33
</PropertyGroup >
34
34
35
35
<ItemGroup >
36
- <PackageReference Include =" Microsoft.Azure.Cosmos.Table" Version =" 1.0.6 " />
36
+ <PackageReference Include =" Microsoft.Azure.Cosmos.Table" Version =" 1.0.8 " />
37
37
</ItemGroup >
38
38
39
39
<ItemGroup >
You can’t perform that action at this time.
0 commit comments