File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
- using System . Text . Json . Serialization ;
2
- using Modrinth . Models . Enums . File ;
3
-
4
- #pragma warning disable CS8618
1
+ #pragma warning disable CS8618
5
2
namespace Modrinth . Models ;
6
3
7
4
/// <summary>
@@ -34,9 +31,9 @@ public class File
34
31
/// </summary>
35
32
public int Size { get ; set ; }
36
33
37
- /// <summary>
34
+ /*/ // <summary>
38
35
/// The type of the additional file, used mainly for adding resource packs to datapacks
39
36
/// </summary>
40
37
[JsonPropertyName("file_type")]
41
- public FileType ? FileType { get ; set ; }
38
+ public FileType? FileType { get; set; }*/
42
39
}
Original file line number Diff line number Diff line change 12
12
<PackageLicenseExpression >MIT</PackageLicenseExpression >
13
13
<GenerateDocumentationFile >true</GenerateDocumentationFile >
14
14
<PackageReadmeFile >README.md</PackageReadmeFile >
15
- <PackageVersion >3.2.1 </PackageVersion >
15
+ <PackageVersion >3.2.2 </PackageVersion >
16
16
<Version >$(PackageVersion)</Version >
17
17
<TargetFramework >net6.0</TargetFramework >
18
18
<RootNamespace >Modrinth</RootNamespace >
You can’t perform that action at this time.
0 commit comments