Skip to content

Commit 57355ad

Browse files
authored
Bump version
1 parent 3da322c commit 57355ad

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.3.0</Version>
4+
<Version>1.3.1</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.3.0</Version>
4+
<Version>1.3.1</Version>
55
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
66
<RuntimeIdentifiers>win;osx;linux</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.3.0</Version>
4+
<Version>1.3.1</Version>
55
<OutputType>Exe</OutputType>
66
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
77
<RuntimeIdentifiers>win;osx;linux</RuntimeIdentifiers>

0 commit comments

Comments
 (0)