Skip to content

Commit

Permalink
Bumping version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
merschbotmann committed Nov 11, 2024
1 parent c4dc407 commit 01f8853
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion SC.CLI/SC.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<Version>1.0.12</Version>
<Version>1.1.0</Version>
<SelfContained>true</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
<InvariantGlobalization>true</InvariantGlobalization>
Expand Down
2 changes: 1 addition & 1 deletion SC.DataPreparation/SC.DataPreparation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<Version>1.0.12</Version>
<Version>1.1.0</Version>
<SelfContained>true</SelfContained>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion SC.GUI/SC.GUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<UseWPF>true</UseWPF>
<ApplicationIcon>Logo.ico</ApplicationIcon>
<Version>1.0.12</Version>
<Version>1.1.0</Version>
<SelfContained>true</SelfContained>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion SC.Heuristics/SC.Heuristics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>1.0.12</Version>
<Version>1.1.0</Version>
<SelfContained>true</SelfContained>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion SC.Linear/SC.Linear.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>1.0.12</Version>
<Version>1.1.0</Version>
<SelfContained>true</SelfContained>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion SC.ObjectModel/SC.ObjectModel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>1.0.12</Version>
<Version>1.1.0</Version>
<SelfContained>true</SelfContained>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion SC.Playground/SC.Playground.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<Version>1.0.12</Version>
<Version>1.1.0</Version>
<SelfContained>true</SelfContained>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion SC.Service/SC.Service.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<Version>1.0.12</Version>
<Version>1.1.0</Version>
<SelfContained>true</SelfContained>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion SC.Toolbox/SC.Toolbox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>1.0.12</Version>
<Version>1.1.0</Version>
<SelfContained>true</SelfContained>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.12
1.1.0

0 comments on commit 01f8853

Please sign in to comment.