Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
stnkl committed Jan 20, 2022
1 parent c1080a9 commit c5b7aa7
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion EverythingToolbar.Debug/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("EverythingToolbar.Debug")]
[assembly: AssemblyCopyright("Copyright © Stephan Rumswinkel 2021")]
[assembly: AssemblyCopyright("Copyright © Stephan Rumswinkel 2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

2 changes: 1 addition & 1 deletion EverythingToolbar/About.xaml
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@
</StackPanel.Resources>
<TextBlock>EverythingToolbar</TextBlock>
<TextBlock Name="VersionTextBlock"></TextBlock>
<TextBlock>Copyright © 2021 Stephan Rumswinkel</TextBlock>
<TextBlock>Copyright © 2022 Stephan Rumswinkel</TextBlock>
<TextBlock>
<Run Text="{x:Static properties:Resources.AboutLicense}" />: MIT
</TextBlock>
6 changes: 3 additions & 3 deletions EverythingToolbar/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("EverythingToolbar")]
[assembly: AssemblyCopyright("Copyright © Stephan Rumswinkel 2021")]
[assembly: AssemblyCopyright("Copyright © Stephan Rumswinkel 2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

@@ -49,5 +49,5 @@
// 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("0.7.3.0")]
[assembly: AssemblyFileVersion("0.7.3.0")]
[assembly: AssemblyVersion("0.7.4.0")]
[assembly: AssemblyFileVersion("0.7.4.0")]

0 comments on commit c5b7aa7

Please sign in to comment.