From 4c7482b6c51829645dc8ec7dc8ab36b0ec21b02b Mon Sep 17 00:00:00 2001 From: Adam Carter Date: Mon, 6 Sep 2021 19:17:21 -0700 Subject: [PATCH] updated version number for pending release, replaced placeholder text in license. --- src/FileCache.Signed/FileCache.Signed.csproj | 2 +- src/FileCache/FileCache.csproj | 2 +- src/FileCache/LICENSE.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/FileCache.Signed/FileCache.Signed.csproj b/src/FileCache.Signed/FileCache.Signed.csproj index d3f8997..2997348 100644 --- a/src/FileCache.Signed/FileCache.Signed.csproj +++ b/src/FileCache.Signed/FileCache.Signed.csproj @@ -11,7 +11,7 @@ True true true - 3.1.0 + 3.3.0 true True diff --git a/src/FileCache/FileCache.csproj b/src/FileCache/FileCache.csproj index 5a22820..439a29f 100644 --- a/src/FileCache/FileCache.csproj +++ b/src/FileCache/FileCache.csproj @@ -8,7 +8,7 @@ FileCache is a concrete implementation of the .NET System.Runtime.Caching.ObjectCache that uses the local filesystem as the target location. Copyright (c) 2012, 2013, 2017 Adam Carter (http://adam-carter.com) true - 3.1.0 + 3.3.0 Adam Carter System.Runtime.Caching true diff --git a/src/FileCache/LICENSE.txt b/src/FileCache/LICENSE.txt index e0874cf..78b6efe 100644 --- a/src/FileCache/LICENSE.txt +++ b/src/FileCache/LICENSE.txt @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright {yyyy} {name of copyright owner} + Copyright 2021, Adam Carter (github.com/acarteas/filecache) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.