Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tzesh committed Apr 23, 2022
1 parent 93a000d commit 88b8047
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions MainWindow.resx
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,13 @@
<value>731, 633</value>
</data>
<data name="VersionLabel.Size" type="System.Drawing.Size, System.Drawing">
<value>30, 15</value>
<value>39, 15</value>
</data>
<data name="VersionLabel.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
</data>
<data name="VersionLabel.Text" xml:space="preserve">
<value>v2.0</value>
<value>v2.0.1</value>
</data>
<data name="&gt;&gt;VersionLabel.Name" xml:space="preserve">
<value>VersionLabel</value>
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,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("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyVersion("2.0.1.0")]
[assembly: AssemblyFileVersion("2.0.1.0")]
2 changes: 1 addition & 1 deletion app.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity version="2.0.0.0" name="Tzoptimizer.app"/>
<assemblyIdentity version="2.0.1.0" name="Tzoptimizer.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
Expand Down

0 comments on commit 88b8047

Please sign in to comment.