Skip to content

Commit

Permalink
Merge branch 'main' into add-ps1-as-a-text-extension
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jan 11, 2025
2 parents 15d90d8 + 6c0a31a commit 4111a80
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
Binary file modified index/empty.jp2
Binary file not shown.
4 changes: 2 additions & 2 deletions index/empty.pbm
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
P4
1 1
P4
1 1
Binary file modified index/empty.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ All files: https://github.com/VerifyTests/EmptyFiles/tree/main/files

* .docx (1.9 KB)
* .odt (2.2 KB)
* .pdf (280 bytes)
* .pdf (291 bytes)
* .rtf (6 bytes)

### Image
Expand All @@ -54,13 +54,13 @@ All files: https://github.com/VerifyTests/EmptyFiles/tree/main/files
* .ico (70 bytes)
* .j2c (270 bytes)
* .jfif (734 bytes)
* .jp2 (354 bytes)
* .jp2 (357 bytes)
* .jpc (270 bytes)
* .jpe (734 bytes)
* .jpeg (734 bytes)
* .jpg (734 bytes)
* .jxr (300 bytes)
* .pbm (8 bytes)
* .pbm (10 bytes)
* .pcx (131 bytes)
* .pgm (12 bytes)
* .png (119 bytes)
Expand Down
3 changes: 2 additions & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project>
<PropertyGroup>
<NoWarn>CS1591;CS0649;NU5119</NoWarn>
<Version>8.6.0</Version>
<Version>8.7.0</Version>
<LangVersion>preview</LangVersion>
<AssemblyVersion>1.0.0</AssemblyVersion>
<Description>A collection of minimal binary files.</Description>
Expand All @@ -11,6 +11,7 @@
<ResolveAssemblyReferencesSilent>true</ResolveAssemblyReferencesSilent>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
</PropertyGroup>
<ItemGroup>
<Using Include="System.ReadOnlySpan&lt;System.Char&gt;" Alias="CharSpan" />
Expand Down
6 changes: 3 additions & 3 deletions src/extensions.include.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

* .docx (1.9 KB)
* .odt (2.2 KB)
* .pdf (280 bytes)
* .pdf (291 bytes)
* .rtf (6 bytes)

### Image
Expand All @@ -32,13 +32,13 @@
* .ico (70 bytes)
* .j2c (270 bytes)
* .jfif (734 bytes)
* .jp2 (354 bytes)
* .jp2 (357 bytes)
* .jpc (270 bytes)
* .jpe (734 bytes)
* .jpeg (734 bytes)
* .jpg (734 bytes)
* .jxr (300 bytes)
* .pbm (8 bytes)
* .pbm (10 bytes)
* .pcx (131 bytes)
* .pgm (12 bytes)
* .png (119 bytes)
Expand Down

0 comments on commit 4111a80

Please sign in to comment.