File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2
2
{
3
3
public static class VersionInfo
4
4
{
5
- public static string Version => "v2022.4 " ;
5
+ public static string Version => "v2022.5 " ;
6
6
public static string Copyright => "Copyright 2022, Mike Ward" ;
7
7
}
8
8
}
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<assembly manifestVersion =" 1.0" xmlns =" urn:schemas-microsoft-com:asm.v1" >
3
- <assemblyIdentity version =" 2022.4 .0.0" name =" tweetz.core.exe" />
3
+ <assemblyIdentity version =" 2022.5 .0.0" name =" tweetz.core.exe" />
4
4
<!-- Indicates that the application is DPI-aware and will not be automatically scaled by Windows at higher
5
5
DPIs. Windows Presentation Foundation (WPF) applications are automatically DPI-aware and do not need
6
6
to opt in. Windows Forms applications targeting .NET Framework 4.6 that opt into this setting, should
Original file line number Diff line number Diff line change 22
22
</PropertyGroup >
23
23
24
24
<PropertyGroup >
25
- <AssemblyVersion >2022.4 </AssemblyVersion >
26
- <FileVersion >2022.4 </FileVersion >
27
- <Version >2022.4 </Version >
25
+ <AssemblyVersion >2022.5 </AssemblyVersion >
26
+ <FileVersion >2022.5 </FileVersion >
27
+ <Version >2022.5 </Version >
28
28
</PropertyGroup >
29
29
30
30
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x86'" >
Original file line number Diff line number Diff line change 18
18
</PropertyGroup >
19
19
20
20
<PropertyGroup >
21
- <AssemblyVersion >2022.4 </AssemblyVersion >
22
- <FileVersion >2022.4 </FileVersion >
23
- <Version >2022.4 </Version >
21
+ <AssemblyVersion >2022.5 </AssemblyVersion >
22
+ <FileVersion >2022.5 </FileVersion >
23
+ <Version >2022.5 </Version >
24
24
</PropertyGroup >
25
25
26
26
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x86'" >
Original file line number Diff line number Diff line change 2
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
4
4
#define MyAppName " Tweetz"
5
- #define MyAppVersion " 2022.4 "
5
+ #define MyAppVersion " 2022.5 "
6
6
#define MyAppPublisher " Mike Ward"
7
7
#define MyAppURL " https://mike-ward.net/tweetz"
8
8
#define MyAppExeName " tweetz.core.exe"
You can’t perform that action at this time.
0 commit comments