Skip to content

Commit ae10834

Browse files
committed
update packages
1 parent b65fff1 commit ae10834

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6-
<Version>1.4.0.0</Version>
6+
<Version>1.5.0.0</Version>
77
<PackageLicenseExpression>MIT</PackageLicenseExpression>
88
<Authors>Giovanni Galbo</Authors>
99
<Company>Giovanni Galbo</Company>
@@ -12,9 +12,9 @@
1212
<PackageIcon>xtensible-x.png</PackageIcon>
1313
<RepositoryUrl>https://github.com/giometrix/TableStorage.Abstractions.POCO</RepositoryUrl>
1414
<PackageTags>table-storage azure-table-storage poco table-entities tableentity index secondary-index</PackageTags>
15-
<AssemblyVersion>1.4.0.0</AssemblyVersion>
16-
<PackageReleaseNotes>Updated underlying table storage</PackageReleaseNotes>
17-
<FileVersion>1.4.0.0</FileVersion>
15+
<AssemblyVersion>1.5.0.0</AssemblyVersion>
16+
<PackageReleaseNotes>Updated packages</PackageReleaseNotes>
17+
<FileVersion>1.5.0.0</FileVersion>
1818
<IncludeSymbols>true</IncludeSymbols>
1919
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2020
<PackageProjectUrl>https://github.com/giometrix/TableStorage.Abstractions.POCO</PackageProjectUrl>
@@ -33,7 +33,7 @@
3333
<PrivateAssets>all</PrivateAssets>
3434
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3535
</PackageReference>
36-
<PackageReference Include="TableStorage.Abstractions.POCO" Version="3.2.0" />
36+
<PackageReference Include="TableStorage.Abstractions.POCO" Version="3.3.0" />
3737
</ItemGroup>
3838

3939
<ItemGroup>

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

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

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>3.2.0.0</Version>
5+
<Version>3.3.0.0</Version>
66
<Authors>Giovanni Galbo</Authors>
77
<Company>Giovanni Galbo</Company>
88
<Description>
@@ -21,16 +21,16 @@
2121
<PackageProjectUrl>https://github.com/giometrix/TableStorage.Abstractions.POCO</PackageProjectUrl>
2222
<RepositoryUrl>https://github.com/giometrix/TableStorage.Abstractions.POCO</RepositoryUrl>
2323
<PackageTags>table-storage azure-table-storage poco table-entities tableentity</PackageTags>
24-
<PackageReleaseNotes>Update libraries - underlying table storage sdk now uses newer Azure.Data.Tables SDK</PackageReleaseNotes>
24+
<PackageReleaseNotes>Update libraries</PackageReleaseNotes>
2525
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2626
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2727
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2828
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2929
<IncludeSymbols>true</IncludeSymbols>
3030
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
3131

32-
<AssemblyVersion>3.2.0.0</AssemblyVersion>
33-
<FileVersion>3.2.0.0</FileVersion>
32+
<AssemblyVersion>3.3.0.0</AssemblyVersion>
33+
<FileVersion>3.3.0.0</FileVersion>
3434
<PackageIcon>xtensible-x.png</PackageIcon>
3535
<PackageIconUrl />
3636
<LangVersion>latest</LangVersion>
@@ -43,7 +43,7 @@
4343
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4444
</PackageReference>
4545
<PackageReference Include="TableStorage.Abstractions" Version="3.3.0" />
46-
<PackageReference Include="TableStorage.Abstractions.TableEntityConverters" Version="1.6.0-beta" />
46+
<PackageReference Include="TableStorage.Abstractions.TableEntityConverters" Version="2.0.0" />
4747
<PackageReference Include="Xtensible.Time.Clock" Version="1.1.0" />
4848
</ItemGroup>
4949

tests/TableStorage.Abstractions.POCO.SecondaryIndexes.Tests/TableStorage.Abstractions.POCO.SecondaryIndexes.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp3.1</TargetFramework>
4+
<TargetFramework>net6.0</TargetFramework>
55

66
<IsPackable>false</IsPackable>
77
</PropertyGroup>

0 commit comments

Comments
 (0)