File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed
TableStorage.Abstractions.TableEntityConverters
TableStorage.Abstractions.UnitTests Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFrameworks >netstandard2.0;netcoreapp2.0;net462</TargetFrameworks >
5- <Version >1.1.3 </Version >
5+ <Version >1.1.4 </Version >
66 <Authors >Giovanni Galbo</Authors >
77 <Company >Giovanni Galbo</Company >
8- <Description >Easily convert POCOs (Plain Old CLR Objects) to Azure Table Storage TableEntities and vice versa. This version is for .net core </Description >
9- <Copyright >Giovanni Galbo © 2018 </Copyright >
8+ <Description >Easily convert POCOs (Plain Old CLR Objects) to Azure Table Storage TableEntities and vice versa.</Description >
9+ <Copyright >Giovanni Galbo © 2019 </Copyright >
1010 <PackageLicenseUrl >https://github.com/giometrix/TableStorage.Abstractions.TableEntityConverters/blob/master/LICENSE</PackageLicenseUrl >
1111 <PackageProjectUrl >https://github.com/giometrix/TableStorage.Abstractions.TableEntityConverters</PackageProjectUrl >
1212 <RepositoryUrl >https://github.com/giometrix/TableStorage.Abstractions.TableEntityConverters</RepositoryUrl >
1313 <PackageTags >table-storage azure-table-storage poco table-entities</PackageTags >
14- <PackageReleaseNotes >Bug fix with nullable datetimeoffset </PackageReleaseNotes >
14+ <PackageReleaseNotes >Updating nuget packages </PackageReleaseNotes >
1515 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
16+ <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
1617 </PropertyGroup >
1718
1819 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
1920 <DefineConstants >TRACE;RELEASE;NETSTANDARD2_0</DefineConstants >
2021 </PropertyGroup >
2122
2223 <ItemGroup >
23- <PackageReference Include =" WindowsAzure.Storage" Version =" 8.4.0 " />
24+ <PackageReference Include =" WindowsAzure.Storage" Version =" 9.3.3 " />
2425 </ItemGroup >
2526
2627</Project >
Original file line number Diff line number Diff line change 55 </PropertyGroup >
66
77 <ItemGroup >
8- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.3.0" />
9- <PackageReference Include =" xunit" Version =" 2.2.0" />
10- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.2.0" />
8+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.9.0" />
9+ <PackageReference Include =" xunit" Version =" 2.4.1" />
10+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1" >
11+ <PrivateAssets >all</PrivateAssets >
12+ <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
13+ </PackageReference >
1114 </ItemGroup >
1215
1316 <ItemGroup >
You can’t perform that action at this time.
0 commit comments