Skip to content

Commit 0478649

Browse files
author
Kristian Hellang
committed
Bump versions
1 parent d0c0a52 commit 0478649

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/StructureMap.AspNetCore/StructureMap.AspNetCore.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
<PropertyGroup>
33
<Description>StructureMap.AspNetCore</Description>
4-
<VersionPrefix>1.3.1</VersionPrefix>
4+
<VersionPrefix>1.4.0</VersionPrefix>
55
<Authors>khellang</Authors>
66
<TargetFrameworks>net451;netstandard1.3;netstandard2.0</TargetFrameworks>
77
<NoWarn>$(NoWarn);CS1591</NoWarn>

src/StructureMap.Microsoft.DependencyInjection/StructureMap.Microsoft.DependencyInjection.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
<PropertyGroup>
33
<Description>StructureMap.Microsoft.DependencyInjection</Description>
4-
<VersionPrefix>1.3.1</VersionPrefix>
4+
<VersionPrefix>1.4.0</VersionPrefix>
55
<Authors>khellang</Authors>
66
<TargetFrameworks>net451;netstandard1.3;netstandard2.0</TargetFrameworks>
77
<NoWarn>$(NoWarn);CS1591</NoWarn>

0 commit comments

Comments
 (0)