Skip to content

Commit f1e7829

Browse files
committed
new nuget version
1 parent 36a87e2 commit f1e7829

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

AnyCache.Core/AnyCache.Core.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@
77
<Company>InfoTeach Bridge</Company>
88
<RepositoryUrl>https://github.com/InfoTechBridge/AnyCache</RepositoryUrl>
99
<PackageProjectUrl>https://github.com/InfoTechBridge/AnyCache</PackageProjectUrl>
10-
<PackageLicenseUrl>https://github.com/InfoTechBridge/AnyCache/License</PackageLicenseUrl>
10+
<PackageLicenseUrl></PackageLicenseUrl>
1111
<PackageTags>Cache, dotnet, dotnetcore, Xamarin, Redis, InMemory</PackageTags>
1212
<Description>.Net and .Net Core caching abstraction layer that supports various difrent cache providers.</Description>
1313
<Copyright>2018 InfoTechbridge</Copyright>
1414
<AssemblyVersion>1.0.1.0</AssemblyVersion>
1515
<FileVersion>1.0.1.0</FileVersion>
16+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
17+
<Version>1.0.1</Version>
1618
</PropertyGroup>
1719

1820
<!-- common NuGet package refs that affect all projects -->

AnyCache.Memory/AnyCache.InMemory.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Copyright>2019 InfoTechbridge</Copyright>
1414
<AssemblyVersion>1.0.2.0</AssemblyVersion>
1515
<FileVersion>1.0.2.0</FileVersion>
16-
<Version>1.0.1</Version>
16+
<Version>1.0.2</Version>
1717
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1818
</PropertyGroup>
1919

AnyCache.Redis/AnyCache.Redis.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@
77
<Company>InfoTeach Bridge</Company>
88
<RepositoryUrl>https://github.com/InfoTechBridge/AnyCache</RepositoryUrl>
99
<PackageProjectUrl>https://github.com/InfoTechBridge/AnyCache</PackageProjectUrl>
10-
<PackageLicenseUrl>https://github.com/InfoTechBridge/AnyCache/License</PackageLicenseUrl>
10+
<PackageLicenseUrl></PackageLicenseUrl>
1111
<PackageTags>Cache, dotnet, dotnetcore, Xamarin, Redis</PackageTags>
1212
<Description>AnyCache .Net and .Net Core Redis caching provider.</Description>
1313
<Copyright>2018 InfoTechbridge</Copyright>
14-
<AssemblyVersion>1.0.1.0</AssemblyVersion>
15-
<FileVersion>1.0.1.0</FileVersion>
16-
<Version>1.0.1</Version>
14+
<AssemblyVersion>1.0.2.0</AssemblyVersion>
15+
<FileVersion>1.0.2.0</FileVersion>
16+
<Version>1.0.2</Version>
17+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1718
</PropertyGroup>
1819

1920
<!-- common NuGet package refs that affect all projects -->

0 commit comments

Comments
 (0)