Skip to content

Commit

Permalink
Update to Version 0.7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakob-Eichberger committed May 2, 2023
1 parent 2eace8d commit 594aa6a
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions Extensions/Extensions.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>preview</LangVersion>
<Version>0.6.0.0</Version>
<FileVersion>0.6.0.0</FileVersion>
<Version>0.7.0.0</Version>
<FileVersion>0.7.0.0</FileVersion>
<Platforms>x64</Platforms>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions Helper/Helper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<Version>0.6.0.0</Version>
<FileVersion>0.6.0.0</FileVersion>
<Version>0.7.0.0</Version>
<FileVersion>0.7.0.0</FileVersion>
<Platforms>x64</Platforms>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions Infrastructure/Infrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<Version>0.6.0.0</Version>
<FileVersion>0.6.0.0</FileVersion>
<Version>0.7.0.0</Version>
<FileVersion>0.7.0.0</FileVersion>
<Platforms>x64</Platforms>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions Model/Model.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<Version>0.6.0.0</Version>
<FileVersion>0.6.0.0</FileVersion>
<Version>0.7.0.0</Version>
<FileVersion>0.7.0.0</FileVersion>
<Platforms>x64</Platforms>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions Service/Service.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<Version>0.6.0.0</Version>
<FileVersion>0.6.0.0</FileVersion>
<Version>0.7.0.0</Version>
<FileVersion>0.7.0.0</FileVersion>
<Platforms>x64</Platforms>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 deletions Setup/Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -280,15 +280,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Train Database"
"ProductCode" = "8:{3405B7AA-6D7B-42B3-B3ED-70570A09E835}"
"PackageCode" = "8:{0465D934-EBCD-41BF-90A8-A94A2F11C536}"
"ProductCode" = "8:{A9ED2239-8372-4BE8-8AAF-18B853436504}"
"PackageCode" = "8:{15F98F01-9350-4BC9-B578-DA406747A843}"
"UpgradeCode" = "8:{8F2F2FF6-A026-464A-A4F7-333D9653AA4A}"
"AspNetVersion" = "8:2.0.50727.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:0.6.0"
"ProductVersion" = "8:0.7.0"
"Manufacturer" = "8:Jakob Eichberger"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:https://github.com/Jakob-Eichberger/TrainDatabase"
Expand Down
4 changes: 2 additions & 2 deletions Viewmodel/Viewmodel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<Version>0.6.0.0</Version>
<FileVersion>0.6.0.0</FileVersion>
<Version>0.7.0.0</Version>
<FileVersion>0.7.0.0</FileVersion>
<Platforms>x64</Platforms>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions WPF/WPF Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<UseWPF>true</UseWPF>
<ApplicationIcon>Datenbank.ico</ApplicationIcon>
<AssemblyName>TrainDB</AssemblyName>
<Version>0.6.0.0</Version>
<FileVersion>0.6.0.0</FileVersion>
<Version>0.7.0.0</Version>
<FileVersion>0.7.0.0</FileVersion>
<Platforms>x64</Platforms>
</PropertyGroup>

Expand Down

0 comments on commit 594aa6a

Please sign in to comment.