Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tge-was-taken committed Nov 28, 2024
1 parent f53cb4c commit 2915e34
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<Version>0.10.1</Version>
<Version>0.10.2</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion GFDLibrary.Tests/GFDLibrary.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Version>0.10.1</Version>
<Version>0.10.2</Version>
<Authors>TGE</Authors>
<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion GFDLibrary/GFDLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Version>0.10.1</Version>
<Version>0.10.2</Version>
<Authors>TGE</Authors>
<AssemblyName>GFDLibrary</AssemblyName>
<RootNamespace>GFDLibrary</RootNamespace>
Expand Down
2 changes: 1 addition & 1 deletion GFDStudio/GFDStudio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<Version>0.10.1</Version>
<Version>0.10.2</Version>
<Authors>TGE</Authors>
<Company>TGE</Company>
<ApplicationIcon>app_data\icons\main_icon.ico</ApplicationIcon>
Expand Down

0 comments on commit 2915e34

Please sign in to comment.