Skip to content

Commit b29ea63

Browse files
committed
bump version number
1 parent b31e1e5 commit b29ea63

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/MongoDbCache/MongoDbCache.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp2.2</TargetFramework>
5-
<Version>2.4.1</Version>
5+
<Version>2.4.2</Version>
66
<PackageLicenseExpression>MIT</PackageLicenseExpression>
77
<Copyright>Copyright (c) OUTMATIC Alessandro Petrelli &amp; Contributors</Copyright>
88
<Authors>Alessandro Petrelli &amp; Contributors</Authors>
99
<Company>OUTMATIC Alessandro Petrelli</Company>
1010
<PackageProjectUrl>https://github.com/outmatic/MongoDbCache</PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/outmatic/MongoDbCache</RepositoryUrl>
1212
<Description>A distributed cache implementation based on MongoDb, inspired by RedisCache and SqlServerCache</Description>
13+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1314
</PropertyGroup>
1415

1516
<ItemGroup>

0 commit comments

Comments
 (0)