Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
irusanov committed Dec 21, 2022
1 parent 54c47c2 commit a417eda
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
4 changes: 2 additions & 2 deletions WPF/Properties/BuildNumberTemplate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

using System.Reflection;

[assembly: AssemblyVersion("1.2.8.841")]
[assembly: AssemblyFileVersion("1.2.8.841")]
[assembly: AssemblyVersion("1.2.9.841")]
[assembly: AssemblyFileVersion("1.2.9.841")]
4 changes: 2 additions & 2 deletions WPF/Properties/BuildNumberTemplate.tt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

using System.Reflection;

[assembly: AssemblyVersion("1.2.8.<#= this.RevisionNumber #>")]
[assembly: AssemblyFileVersion("1.2.8.<#= this.RevisionNumber #>")]
[assembly: AssemblyVersion("1.2.9.<#= this.RevisionNumber #>")]
[assembly: AssemblyFileVersion("1.2.9.<#= this.RevisionNumber #>")]
<#+
int RevisionNumber = (int)(DateTime.UtcNow - new DateTime(2020,9,1)).TotalDays;
#>
12 changes: 1 addition & 11 deletions WPF/Windows/Changelog.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</Grid.RowDefinitions>
<StackPanel Orientation="Vertical" Margin="15" Grid.ColumnSpan="2">
<!-- TextBlock Text="Changelog" FontSize="14" FontWeight="Bold" Style="{DynamicResource ValueStyles}" Height="auto" HorizontalAlignment="Left" /-->
<TextBlock Text="v1.2.8.841 Dec 21, 2022" FontSize="13" Style="{DynamicResource ValueStyles}" Height="auto" HorizontalAlignment="Left" />
<TextBlock Text="v1.2.9 Dec 21, 2022" FontSize="13" Style="{DynamicResource ValueStyles}" Height="auto" HorizontalAlignment="Left" />
<TextBlock Text="" />
<TextBlock Text=" - Fixed DRAM speed string syncronization with MCLK" />
<StackPanel Orientation="Horizontal">
Expand All @@ -37,16 +37,6 @@
</TextBlock>
</StackPanel>
<TextBlock Text="" />
<TextBlock Text="v1.2.8 Dec 17, 2022" FontSize="13" Style="{DynamicResource ValueStyles}" Height="auto" HorizontalAlignment="Left" />
<TextBlock Text="" />
<TextBlock Text=" - Imroved support for Zen4 7000 (Raphael) CPUs" />
<TextBlock Text=" - Extended support for DDR5 memory" />
<TextBlock Text=" - Replaced tXP with tRFCsb in the interface" />
<TextBlock Text=" - Fixed issues with GDM and Cmd2T readings for DDR5 memory" />
<TextBlock Text=" - Resolved issues with the reading of power tables for Picasso/Dali CPUs" />
<TextBlock Text=" - Updated the Discord invite link to a permanent one" />
<TextBlock Text=" - Updated core DLL for enhanced functionality and stability" />
<TextBlock Text="" />
<StackPanel Orientation="Horizontal">
<Image Source="/Resources/warning-icon.png" Width="16" VerticalAlignment="Top" />
<TextBlock
Expand Down

0 comments on commit a417eda

Please sign in to comment.