File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/TableStorage.Abstractions.TableEntityConverters Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFrameworks >netstandard2.0</TargetFrameworks >
5- <Version >2.0.1 .0</Version >
5+ <Version >2.0.3 .0</Version >
66 <Authors >Giovanni Galbo</Authors >
77 <Company >Giovanni Galbo</Company >
88 <Description >Easily convert POCOs (Plain Old CLR Objects) to Azure Table Storage TableEntities and vice versa.</Description >
2020 <PublishRepositoryUrl >true</PublishRepositoryUrl >
2121 <IncludeSymbols >true</IncludeSymbols >
2222 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
23- <AssemblyVersion >2.0.1 .0</AssemblyVersion >
23+ <AssemblyVersion >2.0.3 .0</AssemblyVersion >
2424 <Nullable >disable</Nullable >
25- <PackageVersion >2.0.1 .0</PackageVersion >
25+ <PackageVersion >2.0.3 .0</PackageVersion >
2626 <SignAssembly >False</SignAssembly >
2727 <PackageReadmeFile >README.md</PackageReadmeFile >
2828 </PropertyGroup >
2929
3030 <ItemGroup >
31- <PackageReference Include =" Azure.Data.Tables" Version =" 12.5.0 " />
31+ <PackageReference Include =" Azure.Data.Tables" Version =" 12.8.1 " />
3232 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
33- <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1 " />
33+ <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3 " />
3434 </ItemGroup >
3535 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
3636 <DefineConstants >TRACE;RELEASE;NETSTANDARD2_0</DefineConstants >
You can’t perform that action at this time.
0 commit comments