Skip to content

Commit bb3d4c3

Browse files
authored
bump version
1 parent b70545c commit bb3d4c3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<RepositoryUrl>https://github.com/managedcode/MimeTypes</RepositoryUrl>
1818
<PackageProjectUrl>https://github.com/managedcode/MimeTypes</PackageProjectUrl>
1919
<Product>Managed Code - MimeTypes</Product>
20-
<Version>1.0.3</Version>
21-
<PackageVersion>1.0.3</PackageVersion>
20+
<Version>1.0.4<Version>
21+
<PackageVersion>1.0.4</PackageVersion>
2222

2323
</PropertyGroup>
2424
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">

ManagedCode.MimeTypes.Sync/ManagedCode.MimeTypes.Sync.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<TargetFramework>net8.0</TargetFramework>
5-
<LangVersion>preview</LangVersion>
4+
<TargetFramework>net9.0</TargetFramework>
5+
<LangVersion>13</LangVersion>
6+
<IsPackable>false</IsPackable>
67
<Nullable>enable</Nullable>
78
<ImplicitUsings>enable</ImplicitUsings>
89
</PropertyGroup>

0 commit comments

Comments
 (0)