Skip to content

Commit

Permalink
changed AssemblyName
Browse files Browse the repository at this point in the history
  • Loading branch information
Urban committed Apr 1, 2024
1 parent ca25129 commit db13447
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Ididit.Blazor.Chromely/Ididit.Blazor.Chromely.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<AssemblyName>OpenHabitTracker</AssemblyName>
<AssemblyName>OpenHT</AssemblyName>
<TargetFramework>net8.0</TargetFramework>
<RazorLangVersion>3.0</RazorLangVersion>
<LangVersion>12.0</LangVersion>
Expand Down
2 changes: 1 addition & 1 deletion Ididit.Blazor.Electron/Ididit.Blazor.Electron.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<AssemblyName>OpenHabitTracker</AssemblyName>
<AssemblyName>OpenHT</AssemblyName>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>12.0</LangVersion>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion Ididit.Blazor.Photino/Ididit.Blazor.Photino.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<AssemblyName>OpenHabitTracker</AssemblyName>
<AssemblyName>OpenHT</AssemblyName>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>12.0</LangVersion>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<AssemblyName>OpenHabitTracker</AssemblyName>
<AssemblyName>OpenHT</AssemblyName>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>12.0</LangVersion>
Expand Down
2 changes: 1 addition & 1 deletion Ididit.Blazor.WinForms/Ididit.Blazor.WinForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net8.0-windows</TargetFrameworks>
<LangVersion>12.0</LangVersion>
<Nullable>enable</Nullable>
<AssemblyName>OpenHabitTracker</AssemblyName>
<AssemblyName>OpenHT</AssemblyName>
<OutputType>WinExe</OutputType>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>favicon.ico</ApplicationIcon>
Expand Down
2 changes: 1 addition & 1 deletion Ididit.Blazor.Wpf/Ididit.Blazor.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net8.0-windows</TargetFrameworks>
<LangVersion>12.0</LangVersion>
<Nullable>enable</Nullable>
<AssemblyName>OpenHabitTracker</AssemblyName>
<AssemblyName>OpenHT</AssemblyName>
<OutputType>WinExe</OutputType>
<UseWPF>true</UseWPF>
<ApplicationIcon>favicon.ico</ApplicationIcon>
Expand Down
2 changes: 0 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ fix AppData - remove:

!!! rename Ididit to OpenHabitTracker !!!

<AssemblyName>OpenHT</AssemblyName>

---------------------------------------------------------------------------------------------------

! Microsoft Azure - App Service - Shared tier - OpenHabitTracker - Blazor.Web - app.openhabittracker.net
Expand Down

0 comments on commit db13447

Please sign in to comment.