We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa557a commit 5ad0106Copy full SHA for 5ad0106
Directory.Build.props
@@ -17,8 +17,8 @@
17
<RepositoryUrl>https://github.com/managedcode/MimeTypes</RepositoryUrl>
18
<PackageProjectUrl>https://github.com/managedcode/MimeTypes</PackageProjectUrl>
19
<Product>Managed Code - MimeTypes</Product>
20
- <Version>1.0.6</Version>
21
- <PackageVersion>1.0.6</PackageVersion>
+ <Version>1.0.7</Version>
+ <PackageVersion>1.0.7</PackageVersion>
22
23
</PropertyGroup>
24
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
@@ -34,4 +34,4 @@
34
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
35
</PackageReference>
36
</ItemGroup>
37
-</Project>
+</Project>
0 commit comments