Skip to content

Commit 474b76b

Browse files
committed
Moved to .net standard 2.0
1 parent b0484bd commit 474b76b

File tree

7 files changed

+19
-181
lines changed

7 files changed

+19
-181
lines changed

src/TableStorage.Abstractions.TableEntityConverters.DotNet/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 36 deletions
This file was deleted.

src/TableStorage.Abstractions.TableEntityConverters.DotNet/TableStorage.Abstractions.TableEntityConverters.DotNet.csproj

Lines changed: 0 additions & 74 deletions
This file was deleted.

src/TableStorage.Abstractions.TableEntityConverters.DotNet/TableStorage.Abstractions.TableEntityConverters.DotNet.nuspec

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/TableStorage.Abstractions.TableEntityConverters.DotNet/TableStorage.Abstractions.TableEntityConverters.nuspec

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/TableStorage.Abstractions.TableEntityConverters.DotNet/packages.config

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,31 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
4-
VisualStudioVersion = 15.0.26430.16
4+
VisualStudioVersion = 15.0.26730.12
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TableStorage.Abstractions.TableEntityConverters", "TableStorage.Abstractions.TableEntityConverters\TableStorage.Abstractions.TableEntityConverters.csproj", "{891284B6-1A51-4824-BDB3-8A83C18235A8}"
7-
EndProject
86
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TableStorage.Abstractions.UnitTests", "TableStorage.Abstractions.UnitTests\TableStorage.Abstractions.UnitTests.csproj", "{FB854D17-D359-4444-AE9F-E0A042420208}"
97
EndProject
10-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TableStorage.Abstractions.TableEntityConverters.DotNet", "TableStorage.Abstractions.TableEntityConverters.DotNet\TableStorage.Abstractions.TableEntityConverters.DotNet.csproj", "{ACE063FF-0C99-41F7-92CA-745731571BB9}"
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TableStorage.Abstractions.TableEntityConverters", "TableStorage.Abstractions.TableEntityConverters\TableStorage.Abstractions.TableEntityConverters.csproj", "{03927BE3-024A-48B7-8CFA-C3508F824F27}"
119
EndProject
1210
Global
1311
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1412
Debug|Any CPU = Debug|Any CPU
1513
Release|Any CPU = Release|Any CPU
1614
EndGlobalSection
1715
GlobalSection(ProjectConfigurationPlatforms) = postSolution
18-
{891284B6-1A51-4824-BDB3-8A83C18235A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
19-
{891284B6-1A51-4824-BDB3-8A83C18235A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
20-
{891284B6-1A51-4824-BDB3-8A83C18235A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
21-
{891284B6-1A51-4824-BDB3-8A83C18235A8}.Release|Any CPU.Build.0 = Release|Any CPU
2216
{FB854D17-D359-4444-AE9F-E0A042420208}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2317
{FB854D17-D359-4444-AE9F-E0A042420208}.Debug|Any CPU.Build.0 = Debug|Any CPU
2418
{FB854D17-D359-4444-AE9F-E0A042420208}.Release|Any CPU.ActiveCfg = Release|Any CPU
2519
{FB854D17-D359-4444-AE9F-E0A042420208}.Release|Any CPU.Build.0 = Release|Any CPU
26-
{ACE063FF-0C99-41F7-92CA-745731571BB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27-
{ACE063FF-0C99-41F7-92CA-745731571BB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
28-
{ACE063FF-0C99-41F7-92CA-745731571BB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
29-
{ACE063FF-0C99-41F7-92CA-745731571BB9}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{03927BE3-024A-48B7-8CFA-C3508F824F27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{03927BE3-024A-48B7-8CFA-C3508F824F27}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{03927BE3-024A-48B7-8CFA-C3508F824F27}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{03927BE3-024A-48B7-8CFA-C3508F824F27}.Release|Any CPU.Build.0 = Release|Any CPU
3024
EndGlobalSection
3125
GlobalSection(SolutionProperties) = preSolution
3226
HideSolutionNode = FALSE
3327
EndGlobalSection
28+
GlobalSection(ExtensibilityGlobals) = postSolution
29+
SolutionGuid = {34F40B82-8E60-4625-B813-A57525F33312}
30+
EndGlobalSection
3431
EndGlobal
Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp2.0</TargetFramework>
5-
<Version>1.1.0</Version>
4+
<TargetFramework>netstandard2.0</TargetFramework>
5+
<Version>1.1.1</Version>
66
<Authors>Giovanni Galbo</Authors>
7-
<Company />
7+
<Company>Giovanni Galbo</Company>
88
<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 © 2017</Copyright>
10+
<PackageLicenseUrl>https://github.com/giometrix/TableStorage.Abstractions.TableEntityConverters/blob/master/LICENSE</PackageLicenseUrl>
911
<PackageProjectUrl>https://github.com/giometrix/TableStorage.Abstractions.TableEntityConverters</PackageProjectUrl>
12+
<RepositoryUrl>https://github.com/giometrix/TableStorage.Abstractions.TableEntityConverters</RepositoryUrl>
1013
<PackageTags>table-storage azure-table-storage poco table-entities</PackageTags>
11-
<AssemblyVersion>1.1.0.0</AssemblyVersion>
12-
<FileVersion>1.1.0.0</FileVersion>
14+
<PackageReleaseNotes>This release introduces the ability to ignore properties when converting to an TableEntity. You'd do this if you don't want to save certain properties to Azure Table Storage. This release also was updated to .net standard 2.0.</PackageReleaseNotes>
1315
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1416
</PropertyGroup>
1517

16-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
17-
<DefineConstants>TRACE;RELEASE;NETCOREAPP2_0</DefineConstants>
18-
</PropertyGroup>
19-
2018
<ItemGroup>
21-
<PackageReference Include="WindowsAzure.Storage" Version="8.3.0" />
19+
<PackageReference Include="WindowsAzure.Storage" Version="8.4.0" />
2220
</ItemGroup>
2321

24-
</Project>
22+
</Project>

0 commit comments

Comments
 (0)