Skip to content

Commit 63a3ea1

Browse files
committed
⚙ Update 1.4.4
- Logging system - Bug fixes with mscorlib
1 parent 2cbf54f commit 63a3ea1

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cloaks/MainWindow.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
Recent Updates:
5858
<LineBreak />
5959
<LineBreak />
60-
Massive code refactor
60+
Bug fixes and log system
6161
<LineBreak />
62-
• Current version is v.1.4.3
62+
• Current version is v.1.4.4
6363
</TextBlock>
6464
</Grid>
6565
</Border>
@@ -142,7 +142,7 @@
142142
</Grid>
143143
</Button>
144144

145-
<Label Content="Cloaks+ v.1.4.3" Style="{StaticResource navVersion}" Margin="3, 0, 0, 3" Width="124" VerticalAlignment="Bottom"/>
145+
<Label Content="Cloaks+ v.1.4.4" Style="{StaticResource navVersion}" Margin="3, 0, 0, 3" Width="124" VerticalAlignment="Bottom"/>
146146
</Grid>
147147
</Border>
148148
</Grid>

Cloaks/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
)]
2020

2121

22-
[assembly: AssemblyVersion("1.4.3.0")]
23-
[assembly: AssemblyFileVersion("1.4.3.0")]
22+
[assembly: AssemblyVersion("1.4.4.0")]
23+
[assembly: AssemblyFileVersion("1.4.4.0")]

Cloaks/app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
3-
<assemblyIdentity version="1.4.3.0" name="Cloaks.app"/>
3+
<assemblyIdentity version="1.4.4.0" name="Cloaks.app"/>
44
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
55
<security>
66
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ Current Installer used by Cloaks+, LLC.
1818

1919
## 📃 Changelog
2020

21-
The Cloaks+ Installer's last update has been released on *09/01/2021*
21+
The Cloaks+ Installer's last update has been released on *1/29/2022*
2222

23-
23+
### Version 1.4.4
2424

25-
- Massive Code Refactor 🚜
26-
- Updated the TOU & License to follow Cloaks+ as a legal entity.
25+
- Bug fix with `mscorlib`
26+
- Log system for error reporting
2727

2828

2929

0 commit comments

Comments
 (0)