Skip to content

Commit 091a4a5

Browse files
committed
Bump version
1 parent 7465f4b commit 091a4a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/AspireRunner.AspNetCore/AspireRunner.AspNetCore.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>1.1.2</Version>
4+
<Version>1.1.3</Version>
55
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
66
<LangVersion>latest</LangVersion>
77

src/AspireRunner.Core/AspireRunner.Core.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>1.1.2</Version>
4+
<Version>1.1.3</Version>
55
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
66
<RuntimeIdentifiers>win-x64;osx-x64;linux-x64</RuntimeIdentifiers>
77
<langversion>latest</langversion>

src/AspireRunner.Tool/AspireRunner.Tool.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>1.1.2</Version>
4+
<Version>1.1.3</Version>
55
<OutputType>Exe</OutputType>
66
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
77
<RuntimeIdentifiers>win-x64;osx-x64;linux-x64</RuntimeIdentifiers>

0 commit comments

Comments
 (0)