Skip to content

Commit 0033b4a

Browse files
committed
remove hardcoded reference to TableStorage.Abstractions
1 parent f3ee11e commit 0033b4a

17 files changed

+8
-2226
lines changed

src/TableStorage.Abstractions.POCO.Tests/TableStorage.Abstractions.POCO.Tests.csproj

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@
277277
<Reference Include="System.Windows.Forms" />
278278
<Reference Include="System.Xml" />
279279
<Reference Include="System.Xml.Linq" />
280-
<Reference Include="TableStorage.Abstractions.TableEntityConverters, Version=1.1.7.0, Culture=neutral, processorArchitecture=MSIL">
281-
<HintPath>..\packages\TableStorage.Abstractions.TableEntityConverters.1.1.7\lib\net462\TableStorage.Abstractions.TableEntityConverters.dll</HintPath>
280+
<Reference Include="TableStorage.Abstractions, Version=3.1.0.0, Culture=neutral, processorArchitecture=MSIL">
281+
<HintPath>..\packages\TableStorage.Abstractions.3.1.0\lib\netstandard2.0\TableStorage.Abstractions.dll</HintPath>
282282
</Reference>
283283
<Reference Include="Useful.Extensions, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL">
284284
<HintPath>..\packages\Useful.Extensions.3.0.1\lib\netstandard2.0\Useful.Extensions.dll</HintPath>
@@ -301,10 +301,6 @@
301301
<Project>{3f3329e7-6482-42bd-9d9d-fa6053ac7dce}</Project>
302302
<Name>TableStorage.Abstractions.POCO</Name>
303303
</ProjectReference>
304-
<ProjectReference Include="..\TableStorage.Abstractions\TableStorage.Abstractions.csproj">
305-
<Project>{84e1dcd8-15d6-4d53-9326-4d2a1f086e69}</Project>
306-
<Name>TableStorage.Abstractions</Name>
307-
</ProjectReference>
308304
</ItemGroup>
309305
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
310306
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

src/TableStorage.Abstractions.POCO.Tests/packages.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@
8585
<package id="System.ValueTuple" version="4.5.0" targetFramework="net462" />
8686
<package id="System.Xml.ReaderWriter" version="4.0.11" targetFramework="net462" />
8787
<package id="System.Xml.XDocument" version="4.0.11" targetFramework="net462" />
88-
<package id="TableStorage.Abstractions" version="3.0.0" targetFramework="net462" />
89-
<package id="TableStorage.Abstractions.TableEntityConverters" version="1.1.7" targetFramework="net462" />
88+
<package id="TableStorage.Abstractions" version="3.1.0" targetFramework="net462" />
9089
<package id="Useful.Extensions" version="3.0.1" targetFramework="net462" />
9190
</packages>

src/TableStorage.Abstractions.POCO.sln

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TableStorage.Abstractions.P
77
EndProject
88
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TableStorage.Abstractions.POCO", "TableStorage.Abstractions.POCO\TableStorage.Abstractions.POCO.csproj", "{3F3329E7-6482-42BD-9D9D-FA6053AC7DCE}"
99
EndProject
10-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TableStorage.Abstractions", "TableStorage.Abstractions\TableStorage.Abstractions.csproj", "{84E1DCD8-15D6-4D53-9326-4D2A1F086E69}"
11-
EndProject
1210
Global
1311
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1412
Debug|Any CPU = Debug|Any CPU
@@ -23,10 +21,6 @@ Global
2321
{3F3329E7-6482-42BD-9D9D-FA6053AC7DCE}.Debug|Any CPU.Build.0 = Debug|Any CPU
2422
{3F3329E7-6482-42BD-9D9D-FA6053AC7DCE}.Release|Any CPU.ActiveCfg = Release|Any CPU
2523
{3F3329E7-6482-42BD-9D9D-FA6053AC7DCE}.Release|Any CPU.Build.0 = Release|Any CPU
26-
{84E1DCD8-15D6-4D53-9326-4D2A1F086E69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27-
{84E1DCD8-15D6-4D53-9326-4D2A1F086E69}.Debug|Any CPU.Build.0 = Debug|Any CPU
28-
{84E1DCD8-15D6-4D53-9326-4D2A1F086E69}.Release|Any CPU.ActiveCfg = Release|Any CPU
29-
{84E1DCD8-15D6-4D53-9326-4D2A1F086E69}.Release|Any CPU.Build.0 = Release|Any CPU
3024
EndGlobalSection
3125
GlobalSection(SolutionProperties) = preSolution
3226
HideSolutionNode = FALSE

src/TableStorage.Abstractions.POCO/TableStorage.Abstractions.POCO.csproj

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>2.2.0</Version>
5+
<Version>2.3.0</Version>
66
<Authors>Giovanni Galbo</Authors>
77
<Company>Giovanni Galbo</Company>
88
<Description>A repository wrapper for Azure Table Storage that uses POCOs (Plain Old CLR Objects) instead of objects that implemeent ITableEntity.
@@ -19,19 +19,16 @@ The library will convert simple properties to fields in Azure Table Storage. Com
1919
<PackageProjectUrl>https://github.com/giometrix/TableStorage.Abstractions.POCO</PackageProjectUrl>
2020
<RepositoryUrl>https://github.com/giometrix/TableStorage.Abstractions.POCO</RepositoryUrl>
2121
<PackageTags>table-storage azure-table-storage poco table-entities tableentity</PackageTags>
22-
<PackageReleaseNotes>Bug fixes, update nuget packages</PackageReleaseNotes>
22+
<PackageReleaseNotes>update nuget packages</PackageReleaseNotes>
2323
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2424
<PackageLicenseExpression>MIT</PackageLicenseExpression>
25-
<AssemblyVersion>2.2.0.0</AssemblyVersion>
26-
<FileVersion>2.2.0.0</FileVersion>
25+
<AssemblyVersion>2.3.0.0</AssemblyVersion>
26+
<FileVersion>2.3.0.0</FileVersion>
2727
</PropertyGroup>
2828

2929
<ItemGroup>
30+
<PackageReference Include="TableStorage.Abstractions" Version="3.1.0" />
3031
<PackageReference Include="TableStorage.Abstractions.TableEntityConverters" Version="1.1.7" />
3132
</ItemGroup>
3233

33-
<ItemGroup>
34-
<ProjectReference Include="..\TableStorage.Abstractions\TableStorage.Abstractions.csproj" />
35-
</ItemGroup>
36-
3734
</Project>

src/TableStorage.Abstractions/Factory/ITableStoreFactory.cs

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

src/TableStorage.Abstractions/Factory/TableStoreFactory.cs

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

src/TableStorage.Abstractions/Models/PagedResult.cs

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

src/TableStorage.Abstractions/Parsers/TimeStringParser.cs

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

0 commit comments

Comments
 (0)