Skip to content

Commit b40c48a

Browse files
committed
Update project versions to v2.0.4
1 parent be099d1 commit b40c48a

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

MimeTypeCore/MimeTypeCore.Example.Mvc/MimeTypeCore.Example.Mvc.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<Version>2.0.3</Version>
4+
<Version>2.0.4</Version>
55
<TargetFramework>net8.0</TargetFramework>
66
<Nullable>enable</Nullable>
77
<ImplicitUsings>enable</ImplicitUsings>

MimeTypeCore/MimeTypeCore.Example.Wasm/MimeTypeCore.Example.Wasm.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
22

33
<PropertyGroup>
4-
<Version>2.0.3</Version>
4+
<Version>2.0.4</Version>
55
<TargetFramework>net8.0</TargetFramework>
66
<Nullable>enable</Nullable>
77
<ImplicitUsings>enable</ImplicitUsings>

MimeTypeCore/MimeTypeCore.Example.Web/MimeTypeCore.Example.Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<Version>2.0.3</Version>
4+
<Version>2.0.4</Version>
55
<TargetFramework>net8.0</TargetFramework>
66
<Nullable>enable</Nullable>
77
<ImplicitUsings>enable</ImplicitUsings>

MimeTypeCore/MimeTypeCore.Formatter/MimeTypeCore.Formatter.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>2.0.3</Version>
4+
<Version>2.0.4</Version>
55
<OutputType>Exe</OutputType>
66
<TargetFramework>net8.0</TargetFramework>
77
<LangVersion>preview</LangVersion>

MimeTypeCore/MimeTypeCore.Generator.Debug/MimeTypeCore.Generator.Debug.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>2.0.3</Version>
4+
<Version>2.0.4</Version>
55
<OutputType>Exe</OutputType>
66
<TargetFramework>net8.0</TargetFramework>
77
<LangVersion>preview</LangVersion>

MimeTypeCore/MimeTypeCore.Generator/MimeTypeCore.Generator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>2.0.3</Version>
4+
<Version>2.0.4</Version>
55
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>

MimeTypeCore/MimeTypeCore.Inserter/MimeTypeCore.Inserter.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>2.0.3</Version>
4+
<Version>2.0.4</Version>
55
<OutputType>Exe</OutputType>
66
<TargetFramework>net8.0</TargetFramework>
77
<LangVersion>preview</LangVersion>

MimeTypeCore/MimeTypeCore.Tests/MimeTypeCore.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>2.0.3</Version>
4+
<Version>2.0.4</Version>
55
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>

MimeTypeCore/MimeTypeCore/MimeTypeCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>2.0.3</Version>
3+
<Version>2.0.4</Version>
44
<ImplicitUsings>enable</ImplicitUsings>
55
<Nullable>enable</Nullable>
66
<TargetFrameworks>net8.0;netstandard1.2;netstandard2.0;net40;net46;net472;net48</TargetFrameworks>
@@ -16,7 +16,7 @@
1616
<PackageTags>MimeType,MimeTypeMap</PackageTags>
1717
</PropertyGroup>
1818
<PropertyGroup>
19-
<Version>2.0.3</Version>
19+
<Version>2.0.4</Version>
2020
<PackageIcon>icon.jpg</PackageIcon>
2121
</PropertyGroup>
2222
<PropertyGroup>

0 commit comments

Comments
 (0)