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 2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >netstandard2.0;netcoreapp2.0;net462</TargetFrameworks >
5
- <Version >1.1.3 </Version >
5
+ <Version >1.1.4 </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. 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 >
10
10
<PackageLicenseUrl >https://github.com/giometrix/TableStorage.Abstractions.TableEntityConverters/blob/master/LICENSE</PackageLicenseUrl >
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 >Bug fix with nullable datetimeoffset </PackageReleaseNotes >
14
+ <PackageReleaseNotes >Updating nuget packages </PackageReleaseNotes >
15
15
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
16
+ <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
16
17
</PropertyGroup >
17
18
18
19
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
19
20
<DefineConstants >TRACE;RELEASE;NETSTANDARD2_0</DefineConstants >
20
21
</PropertyGroup >
21
22
22
23
<ItemGroup >
23
- <PackageReference Include =" WindowsAzure.Storage" Version =" 8.4.0 " />
24
+ <PackageReference Include =" WindowsAzure.Storage" Version =" 9.3.3 " />
24
25
</ItemGroup >
25
26
26
27
</Project >
Original file line number Diff line number Diff line change 5
5
</PropertyGroup >
6
6
7
7
<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 >
11
14
</ItemGroup >
12
15
13
16
<ItemGroup >
You can’t perform that action at this time.
0 commit comments