File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ build_script:
1111- ps : .\build.ps1
1212test : off
1313artifacts :
14- - path : .\artifacts \**\*.nupkg
14+ - path : .\output \**\*.nupkg
1515 name : NuGet
1616deploy :
1717- provider : NuGet
@@ -27,4 +27,4 @@ deploy:
2727 secure : LETsd+PTuBvLDx2FdbTtP/gbsYonG2uh/gT7BVG2ZNU1RZBZ7UNJ/uXlpB5/ztKv
2828 on :
2929 branch : master
30- appveyor_repo_tag : true
30+ appveyor_repo_tag : true
Original file line number Diff line number Diff line change 44 <TargetFramework >netstandard2.0</TargetFramework >
55 </PropertyGroup >
66
7+ <PropertyGroup >
8+ <Description >A light weight caching framework for MediatR</Description >
9+ <Copyright >Copyright Nicholas Myers</Copyright >
10+ <VersionPrefix >0.1.0</VersionPrefix >
11+ <Authors >Nicholas Myers</Authors >
12+ <TargetFramework >netstandard2.0</TargetFramework >
13+ <AssemblyName >Cacheable</AssemblyName >
14+ <PackageId >Cacheable</PackageId >
15+ <PackageTags >caching;request;requesthandlers</PackageTags >
16+ <PackageProjectUrl >https://github.com/neekgreen/cacheable</PackageProjectUrl >
17+ <RepositoryType >git</RepositoryType >
18+ <RepositoryUrl >git://github.com/neekgreen/cacheable</RepositoryUrl >
19+ </PropertyGroup >
20+
721 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
822 <OutputPath >bin\</OutputPath >
923 </PropertyGroup >
1428 <PackageReference Include =" Microsoft.Extensions.Caching.Abstractions" Version =" 2.0.0" />
1529 </ItemGroup >
1630
17- </Project >
31+ </Project >
You can’t perform that action at this time.
0 commit comments