Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
thegoosewiththebowtie committed May 31, 2024
1 parent 0b29968 commit edfdd2e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions dmtools.Desktop/dmtools.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<ApplicationManifest>app.manifest</ApplicationManifest>
<Company>Triangle on The Wall organization</Company>
<AssemblyVersion>0.1.1.0</AssemblyVersion>
<FileVersion>0.1.1.0</FileVersion>
<AssemblyVersion>0.1.0.1</AssemblyVersion>
<FileVersion>0.1.0.1</FileVersion>
<NeutralLanguage>en</NeutralLanguage>
<Product>dmtools</Product>
<Version>0.1.1-bf</Version>
<Version>0.1.0-a</Version>
<Authors>thegoosewiththebowtie</Authors>
<Copyright>Triangle on The Wall organization</Copyright>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions dmtools/Views/AboutView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
VerticalAlignment="Center"
HorizontalAlignment="Center"
FontSize="45">
dmtools v.0.1.1-bf
dmtools v.0.1.0-a
</TextBlock>
<TextBlock
Name="totw"
Expand Down Expand Up @@ -136,7 +136,7 @@
DockPanel.Dock="Top"
Margin="10"
FontSize="20"
Text="Version: v.0.1.1-bf &#x0a;Maintained by: thegoosewiththebowtie a.k.a. VTG&#x0a;Distributed by: Triangle on The Wall Organization">
Text="Version: v.0.1.0-a &#x0a;Maintained by: thegoosewiththebowtie a.k.a. VTG&#x0a;Distributed by: Triangle on The Wall Organization">
</TextBlock>
<TextBlock
DockPanel.Dock="Bottom"
Expand Down
2 changes: 1 addition & 1 deletion dmtools/Views/HomeView.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public void SetSetup()
if (settings.VolumeSnd == 0) { settings.VolumeSnd = 10; }
if (settings.Language == null) { settings.Language = "en"; }

settings.Version = "0.1.1-bf";
settings.Version = "0.1.0-a";
if (settings.CheckUpdates == null)
{
settings.CheckUpdates = true;
Expand Down
2 changes: 1 addition & 1 deletion dmtools/Views/MediaView.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public void SetSetup()
if (settings.VolumeSnd == 0) { settings.VolumeSnd = 10; }
if (settings.Language == null) { settings.Language = "en"; }

settings.Version = "0.1.1-bf";
settings.Version = "0.1.0-a";
if (settings.CheckUpdates == null)
{
settings.CheckUpdates = true;
Expand Down
4 changes: 2 additions & 2 deletions dmtools/dmtools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<AssemblyVersion>0.1.1.0</AssemblyVersion>
<FileVersion>0.1.1.0</FileVersion>
<AssemblyVersion>0.1.0.1</AssemblyVersion>
<FileVersion>0.1.0.1</FileVersion>
<NeutralLanguage>en</NeutralLanguage>
<Company>Triangle on The Wall organization</Company>
</PropertyGroup>
Expand Down

0 comments on commit edfdd2e

Please sign in to comment.