Skip to content

Commit

Permalink
release 1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
null511 committed Apr 23, 2022
1 parent 17434ea commit eedced6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PixelGraph.CLI/PixelGraph.CLI.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.9.9</Version>
<Version>1.9.10</Version>
<TargetFramework>netcoreapp3.1</TargetFramework>
<AssemblyName>PixelGraph</AssemblyName>
<OutputType>Exe</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion PixelGraph.Common/PixelGraph.Common.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.9.9</Version>
<Version>1.9.10</Version>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Configurations>Debug;Release</Configurations>
<LangVersion>latest</LangVersion>
Expand Down
2 changes: 1 addition & 1 deletion PixelGraph.Rendering/PixelGraph.Rendering.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.9.9</Version>
<Version>1.9.10</Version>
<TargetFramework>netcoreapp3.1</TargetFramework>
<LangVersion>latest</LangVersion>
<Platforms>x64</Platforms>
Expand Down
2 changes: 1 addition & 1 deletion PixelGraph.UI/PixelGraph.UI.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.9.9</Version>
<Version>1.9.10</Version>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<AssemblyName>PixelGraph</AssemblyName>
Expand Down

0 comments on commit eedced6

Please sign in to comment.