Commit 0efcc35 1 parent 642ef09 commit 0efcc35 Copy full SHA for 0efcc35
File tree 3 files changed +9
-8
lines changed
3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 7
7
<PackageReadmeFile >README.md</PackageReadmeFile >
8
8
</PropertyGroup >
9
9
<PropertyGroup >
10
- <AssemblyVersion >1.0.0 .0</AssemblyVersion >
11
- <FileVersion >1.0.0 .0</FileVersion >
12
- <PackageVersion >1.0.0 .0</PackageVersion >
10
+ <AssemblyVersion >1.0.1 .0</AssemblyVersion >
11
+ <FileVersion >1.0.1 .0</FileVersion >
12
+ <PackageVersion >1.0.1 .0</PackageVersion >
13
13
<PackageIcon >logo.png</PackageIcon >
14
14
</PropertyGroup >
15
15
<PropertyGroup >
18
18
<Company >Dime Software</Company >
19
19
<Product >Mammoth Cache</Product >
20
20
<Description >A caching library that decorates the InMemory cache provider.</Description >
21
- <Copyright >Copyright © 2023 </Copyright >
21
+ <Copyright >Copyright © 2024 </Copyright >
22
22
<PackageProjectUrl >https://github.com/dimesoftware/mammoth-cache</PackageProjectUrl >
23
23
<PackageIconUrl >https://cdn.dime-software.com/dime-software/logo-shape.png</PackageIconUrl >
24
24
<RepositoryUrl >https://github.com/dimesoftware/mammoth-cache</RepositoryUrl >
29
29
</PropertyGroup >
30
30
31
31
<ItemGroup >
32
- <PackageReference Include =" Microsoft.Extensions.Caching.Memory" Version =" 8.0.0 " />
32
+ <PackageReference Include =" Microsoft.Extensions.Caching.Memory" Version =" 8.0.1 " />
33
33
</ItemGroup >
34
34
35
35
<ItemGroup >
Original file line number Diff line number Diff line change 9
9
<PackageIcon >logo.png</PackageIcon >
10
10
</PropertyGroup >
11
11
<PropertyGroup >
12
- <AssemblyVersion >1.0.1 .0</AssemblyVersion >
13
- <FileVersion >1.0.1 .0</FileVersion >
14
- <PackageVersion >1.0.1 </PackageVersion >
12
+ <AssemblyVersion >1.0.2 .0</AssemblyVersion >
13
+ <FileVersion >1.0.2 .0</FileVersion >
14
+ <PackageVersion >1.0.2 </PackageVersion >
15
15
</PropertyGroup >
16
16
<PropertyGroup >
17
17
<TargetFrameworks >net8.0</TargetFrameworks >
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ public static JsonSerializerOptions SerializationOptions
15
15
{
16
16
ReferenceHandler = ReferenceHandler . IgnoreCycles ,
17
17
DefaultIgnoreCondition = JsonIgnoreCondition . WhenWritingNull ,
18
+ WriteIndented = false
18
19
} ;
19
20
20
21
return opts ;
You can’t perform that action at this time.
0 commit comments