Skip to content

Commit 02c55f4

Browse files
committed
release 1.11.0
1 parent e812b4e commit 02c55f4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

PixelGraph.CLI/PixelGraph.CLI.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>1.10.7</Version>
4+
<Version>1.11.0</Version>
55
<TargetFramework>net6.0</TargetFramework>
66
<AssemblyName>PixelGraph</AssemblyName>
77
<OutputType>Exe</OutputType>

PixelGraph.Common/PixelGraph.Common.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>1.10.7</Version>
4+
<Version>1.11.0</Version>
55
<TargetFramework>net6.0</TargetFramework>
66
<Configurations>Debug;Release</Configurations>
77
<LangVersion>latest</LangVersion>

PixelGraph.Rendering/PixelGraph.Rendering.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>1.10.7</Version>
4+
<Version>1.11.0</Version>
55
<TargetFramework>net6.0</TargetFramework>
66
<LangVersion>latest</LangVersion>
77
<Platforms>x64</Platforms>

PixelGraph.UI/PixelGraph.UI.csproj

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

33
<PropertyGroup>
4+
<Version>1.11.0</Version>
45
<OutputType>WinExe</OutputType>
56
<TargetFramework>net6.0-windows</TargetFramework>
67
<AssemblyName>PixelGraph</AssemblyName>
@@ -12,7 +13,6 @@
1213
<LangVersion>latest</LangVersion>
1314
<ImplicitUsings>enable</ImplicitUsings>
1415
<Nullable>enable</Nullable>
15-
<Version>1.10.9</Version>
1616
</PropertyGroup>
1717

1818
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)