Skip to content

Commit

Permalink
Bump version to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ayamadori committed Oct 1, 2022
1 parent aefb782 commit c00755c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion EmlReader/AboutDialog.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<StackPanel>
<TextBlock>
<Run>EML Reader</Run><LineBreak/>
<Run>Version 2.0.0</Run><LineBreak/>
<Run>Version 2.0.4</Run><LineBreak/>
<Run>Copyright (C) Ayamadori</Run>
</TextBlock>
<HyperlinkButton Content="Website" NavigateUri="https://github.com/ayamadori/EmlReader" Margin="0,8,0,0"/>
Expand Down
2 changes: 1 addition & 1 deletion EmlReader/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:desktop4="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4"
xmlns:iot2="http://schemas.microsoft.com/appx/manifest/iot/windows10/2"
IgnorableNamespaces="uap mp desktop4 iot2">
<Identity Name="22164ayamadori.EMLReader" Publisher="CN=9109BDC6-BEAE-4E03-80D8-E9C9FD8B8D53" Version="2.0.0.0" />
<Identity Name="22164ayamadori.EMLReader" Publisher="CN=9109BDC6-BEAE-4E03-80D8-E9C9FD8B8D53" Version="2.0.4.0" />
<mp:PhoneIdentity PhoneProductId="52b85fcc-1580-4a5e-9cf1-9c0e0e5a64a6" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>EML Reader</DisplayName>
Expand Down
4 changes: 2 additions & 2 deletions EmlReader/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyVersion("2.0.4.0")]
[assembly: AssemblyFileVersion("2.0.4.0")]
[assembly: ComVisible(false)]

0 comments on commit c00755c

Please sign in to comment.