Skip to content

Commit

Permalink
Bumping version to 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
merschbotmann committed Nov 3, 2024
1 parent 6113f4f commit 0a6f32d
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions 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.6</Version>
<Version>1.0.10</Version>
<SelfContained>true</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
<InvariantGlobalization>true</InvariantGlobalization>
Expand All @@ -19,4 +19,4 @@
<ProjectReference Include="..\SC.Linear\SC.Linear.csproj" />
</ItemGroup>

</Project>
</Project>
6 changes: 3 additions & 3 deletions SC.DataPreparation/SC.DataPreparation.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<Version>1.0.6</Version>
<Version>1.0.10</Version>
<SelfContained>true</SelfContained>
</PropertyGroup>

Expand All @@ -12,4 +12,4 @@
<ProjectReference Include="..\SC.ObjectModel\SC.ObjectModel.csproj" />
</ItemGroup>

</Project>
</Project>
6 changes: 3 additions & 3 deletions SC.GUI/SC.GUI.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<UseWPF>true</UseWPF>
<ApplicationIcon>Logo.ico</ApplicationIcon>
<Version>1.0.6</Version>
<Version>1.0.10</Version>
<SelfContained>true</SelfContained>
</PropertyGroup>

Expand Down Expand Up @@ -103,4 +103,4 @@
</EmbeddedResource>
</ItemGroup>

</Project>
</Project>
4 changes: 2 additions & 2 deletions SC.Heuristics/SC.Heuristics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>1.0.6</Version>
<Version>1.0.10</Version>
<SelfContained>true</SelfContained>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\SC.ObjectModel\SC.ObjectModel.csproj" />
</ItemGroup>

</Project>
</Project>
4 changes: 2 additions & 2 deletions 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.6</Version>
<Version>1.0.10</Version>
<SelfContained>true</SelfContained>
</PropertyGroup>

Expand All @@ -14,4 +14,4 @@
<ProjectReference Include="..\SC.ObjectModel\SC.ObjectModel.csproj" />
</ItemGroup>

</Project>
</Project>
6 changes: 3 additions & 3 deletions SC.ObjectModel/SC.ObjectModel.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>1.0.6</Version>
<Version>1.0.10</Version>
<SelfContained>true</SelfContained>
</PropertyGroup>

Expand Down Expand Up @@ -36,4 +36,4 @@
</Content>
</ItemGroup>

</Project>
</Project>
4 changes: 2 additions & 2 deletions 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.6</Version>
<Version>1.0.10</Version>
<SelfContained>true</SelfContained>
</PropertyGroup>

Expand All @@ -15,4 +15,4 @@
<ProjectReference Include="..\SC.Linear\SC.Linear.csproj" />
</ItemGroup>

</Project>
</Project>
4 changes: 2 additions & 2 deletions 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.6</Version>
<Version>1.0.10</Version>
<SelfContained>true</SelfContained>
</PropertyGroup>

Expand All @@ -20,4 +20,4 @@
</ItemGroup>


</Project>
</Project>
6 changes: 3 additions & 3 deletions SC.Toolbox/SC.Toolbox.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>1.0.6</Version>
<Version>1.0.10</Version>
<SelfContained>true</SelfContained>
</PropertyGroup>

</Project>
</Project>
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.9
1.0.10

0 comments on commit 0a6f32d

Please sign in to comment.