Skip to content

Commit 4b19307

Browse files
committed
updated version for nuget
1 parent b7d1873 commit 4b19307

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: AssemblyVersion("1.0.1.0")]
36+
[assembly: AssemblyFileVersion("1.0.1.0")]
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>$id$</id>
5+
<version>$version$</version>
6+
<title>TableStorage.Abstractions.TableEntityConverters.DotNet</title>
7+
<authors>Giovanni Galbo</authors>
8+
<owners>Giovanni Galbo</owners>
9+
<projectUrl>https://github.com/giometrix/TableStorage.Abstractions.TableEntityConverters</projectUrl>
10+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
11+
<description>Easily convert POCOs (Plain Old CLR Objects) to Azure Table Storage TableEntities and vice versa. This version is for the full .net framework.</description>
12+
<releaseNotes></releaseNotes>
13+
<copyright>Copyright 2017</copyright>
14+
<tags>table-storage tablestorage azure-table-storage table-entities poco</tags>
15+
</metadata>
16+
</package>

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp1.1</TargetFramework>
5+
<Version>1.0.1</Version>
6+
<Authors>Giovanni Galbo</Authors>
7+
<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+
<PackageProjectUrl>https://github.com/giometrix/TableStorage.Abstractions.TableEntityConverters</PackageProjectUrl>
10+
<PackageTags>table-storage azure-table-storage poco table-entities</PackageTags>
511
</PropertyGroup>
612

713
<ItemGroup>

0 commit comments

Comments
 (0)