Skip to content

Commit

Permalink
All the monkeys
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Dec 19, 2017
1 parent bfb2b29 commit 156d3f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/MonkeyCache.FileStore/MonkeyCache.FileStore.csproj
Expand Up @@ -17,7 +17,7 @@
<PackageProjectUrl>https://github.com/jamesmontemagno/MonkeyCache</PackageProjectUrl>
<Summary>A simple caching library to cache any data structure for a specific amount of time in any .NET application.</Summary>
<PackageTags>xamarin, windows, ios, android, cache, http</PackageTags>
<Title>🐒 MonkeyCache.FileStore - A .NET Caching Library</Title>
<Title>🙈 MonkeyCache.FileStore - A .NET Caching Library</Title>
<Description>A simple caching library to cache any data structure for a specific amount of time in any .NET application. Additionally, offers simple HTTP methods for caching web request data. Powered by FileStore.</Description>

<PackageReleaseNotes>See: See: https://github.com/jamesmontemagno/MonkeyCache</PackageReleaseNotes>
Expand Down
2 changes: 1 addition & 1 deletion src/MonkeyCache.LiteDB/MonkeyCache.LiteDB.csproj
Expand Up @@ -17,7 +17,7 @@
<PackageProjectUrl>https://github.com/jamesmontemagno/MonkeyCache</PackageProjectUrl>
<Summary>A simple caching library to cache any data structure for a specific amount of time in any .NET application.</Summary>
<PackageTags>xamarin, windows, ios, android, cache, http</PackageTags>
<Title>🐒 MonkeyCache.LiteDB - A .NET Caching Library</Title>
<Title>🙉 MonkeyCache.LiteDB - A .NET Caching Library</Title>
<Description>A simple caching library to cache any data structure for a specific amount of time in any .NET application. Additionally, offers simple HTTP methods for caching web request data. Powered by LiteDB.</Description>

<PackageReleaseNotes>See: See: https://github.com/jamesmontemagno/MonkeyCache</PackageReleaseNotes>
Expand Down
2 changes: 1 addition & 1 deletion src/MonkeyCache.SQLite/MonkeyCache.SQLite.csproj
Expand Up @@ -17,7 +17,7 @@
<PackageProjectUrl>https://github.com/jamesmontemagno/monkey-cache</PackageProjectUrl>
<Summary>A simple caching library to cache any data structure for a specific amount of time in any .NET application.</Summary>
<PackageTags>xamarin, windows, ios, android, cache, http</PackageTags>
<Title>🐒 MonkeyCache.SQLite - A .NET Caching Library</Title>
<Title>🙊 MonkeyCache.SQLite - A .NET Caching Library</Title>
<Description>A simple caching library to cache any data structure for a specific amount of time in any .NET application. Additionally, offers simple HTTP methods for caching web request data. Powered by SQLite.</Description>
<Copyright>2017 Refractored LLC &amp; James Montemagno</Copyright>
<RepositoryUrl>https://github.com/jamesmontemagno/monkey-cache</RepositoryUrl>
Expand Down

0 comments on commit 156d3f6

Please sign in to comment.