Skip to content

Commit

Permalink
updated version number for pending release, replaced placeholder text…
Browse files Browse the repository at this point in the history
… in license.
  • Loading branch information
acarteas committed Sep 7, 2021
1 parent 4828ee0 commit 4c7482b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/FileCache.Signed/FileCache.Signed.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<SignAssembly>True</SignAssembly>
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
<UpdateVersionProperties>true</UpdateVersionProperties>
<Version>3.1.0</Version>
<Version>3.3.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

<DebugSymbols>True</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion src/FileCache/FileCache.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Description>FileCache is a concrete implementation of the .NET System.Runtime.Caching.ObjectCache that uses the local filesystem as the target location.</Description>
<Copyright>Copyright (c) 2012, 2013, 2017 Adam Carter (http://adam-carter.com)</Copyright>
<UpdateVersionProperties>true</UpdateVersionProperties>
<Version>3.1.0</Version>
<Version>3.3.0</Version>
<Company>Adam Carter</Company>
<RootNamespace>System.Runtime.Caching</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down
2 changes: 1 addition & 1 deletion src/FileCache/LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4c7482b

Please sign in to comment.