Skip to content

Commit

Permalink
bump version to v1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tajbender committed Mar 5, 2023
1 parent fe8148b commit 47ed1d6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/electrifier/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public App()
{
InitializeComponent();

UnhandledException += App_UnhandledException;
//UnhandledException += App_UnhandledException;

Host = Microsoft.Extensions.Hosting.Host.
CreateDefaultBuilder().
Expand Down
2 changes: 1 addition & 1 deletion src/electrifier/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Identity
Name="2277A4F6-35EA-4B0F-B71B-E03EAF2C5C8C"
Publisher="CN=tajbe"
Version="1.23.2.0" />
Version="1.23.3.0" />

<Properties>
<DisplayName>electrifier</DisplayName>
Expand Down
8 changes: 4 additions & 4 deletions src/electrifier/Views/SettingsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,16 +248,16 @@
<Paragraph
Margin="{StaticResource TextBoxTopHeaderMargin}">
<Hyperlink
NavigateUri="https://silenceofthoughts.bandcamp.com/">Silence of Thoughts</Hyperlink> .
NavigateUri="https://silenceofthoughts.bandcamp.com/">Silence of Thoughts</Hyperlink>.
Dawnbreed.
<Hyperlink
NavigateUri="https://de.wikipedia.org/wiki/Dead_(Band)">Dead</Hyperlink> .
NavigateUri="https://de.wikipedia.org/wiki/Dead_(Band)">Dead</Hyperlink>.
Dry Weave.
Forced to Decay.
Monochrome.
Monochrome.
Nebel.
Neurosis.
Psychotic Waltz.
Psychotic Waltz.
Satan Verreck.
The 3rd and the Mortal.
</Paragraph>
Expand Down
6 changes: 2 additions & 4 deletions src/electrifier/electrifier.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<CreateMSIXPackage>False</CreateMSIXPackage>
<DelaySign>False</DelaySign>
<EnableMsixTooling>true</EnableMsixTooling>
<EnableNETAnalyzers>True</EnableNETAnalyzers>
<ImplicitUsings>enable</ImplicitUsings>
<NeutralLanguage>en</NeutralLanguage>
<Nullable>enable</Nullable>
Expand All @@ -16,16 +15,15 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/electrifier</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>march on release</PackageReleaseNotes>
<PackageReleaseNotes>Imperial March</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageTags>electrifier; electrifier.org; tajbender; scheunenprduktion.de; scheunenprduktion</PackageTags>
<Platforms>x86;x64;arm64</Platforms>
<ProduceReferenceAssembly>False</ProduceReferenceAssembly>
<ProduceReferenceAssembly>True</ProduceReferenceAssembly>
<PublishProfile>Properties\PublishProfiles\win10-$(Platform).pubxml</PublishProfile>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/electrifier</RepositoryUrl>
<RootNamespace>electrifier</RootNamespace>
<RunAnalyzersDuringBuild>False</RunAnalyzersDuringBuild>
<RunPostBuildEvent>Always</RunPostBuildEvent>
<RuntimeIdentifiers>win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
<SignAssembly>False</SignAssembly>
Expand Down

0 comments on commit 47ed1d6

Please sign in to comment.