Skip to content

Commit

Permalink
Infrastructure Preparation 42
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Nov 30, 2023
1 parent c2d31ae commit 6ed73c3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
},
"Languages": {
"DefaultFlag": "european-union",
"CookieDomain": ".vegalya.com",
"CookieName": "Factorial",
"UnknownName": "Unknown",
"UnknownLang": "xy-XY",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Taiizor.Starterkit" Version="1.1.3.2" />
<PackageReference Include="Taiizor.Starterkit" Version="1.1.3.3" />
</ItemGroup>

</Project>
2 changes: 2 additions & 0 deletions src/Taiizor.Starterkit/Extension/ThemeLanguages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ public class ThemeLanguages

public string UnknownLang { get; set; }

public string CookieDomain { get; set; }

public List<string> ActiveLang { get; set; }

public Dictionary<string, Dictionary<string, string>> List { get; set; }
Expand Down
1 change: 1 addition & 0 deletions src/Taiizor.Starterkit/Resources/FactorySettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
},
"Languages": {
"DefaultFlag": "european-union",
"CookieDomain": ".vegalya.com",
"CookieName": "Factorial",
"UnknownName": "Unknown",
"UnknownLang": "xy-XY",
Expand Down
2 changes: 1 addition & 1 deletion src/Taiizor.Starterkit/Taiizor.Starterkit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<PropertyGroup>
<ApplicationIcon>Resources\Taiizor.Starterkit.ico</ApplicationIcon>
<Version>1.1.3.3</Version>
<Version>1.1.3.4</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Title>Taiizor.Starterkit</Title>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Taiizor.Starterkit" Version="1.1.3.2" />
<PackageReference Include="Taiizor.Starterkit" Version="1.1.3.3" />
</ItemGroup>

</Project>

0 comments on commit 6ed73c3

Please sign in to comment.