Skip to content

Commit fcc9312

Browse files
committed
v2022.5
1 parent 55c3d64 commit fcc9312

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

src/tweetz.core/Models/VersionInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
public static class VersionInfo
44
{
5-
public static string Version => "v2022.4";
5+
public static string Version => "v2022.5";
66
public static string Copyright => "Copyright 2022, Mike Ward";
77
}
88
}

src/tweetz.core/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="2022.4.0.0" name="tweetz.core.exe"/>
3+
<assemblyIdentity version="2022.5.0.0" name="tweetz.core.exe"/>
44
<!-- Indicates that the application is DPI-aware and will not be automatically scaled by Windows at higher
55
DPIs. Windows Presentation Foundation (WPF) applications are automatically DPI-aware and do not need
66
to opt in. Windows Forms applications targeting .NET Framework 4.6 that opt into this setting, should

src/tweetz.core/tweetz.core.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
</PropertyGroup>
2323

2424
<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>
2828
</PropertyGroup>
2929

3030
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">

src/twitter.core/twitter.core.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
</PropertyGroup>
1919

2020
<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>
2424
</PropertyGroup>
2525

2626
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">

tweetz.core.setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Tweetz"
5-
#define MyAppVersion "2022.4"
5+
#define MyAppVersion "2022.5"
66
#define MyAppPublisher "Mike Ward"
77
#define MyAppURL "https://mike-ward.net/tweetz"
88
#define MyAppExeName "tweetz.core.exe"

0 commit comments

Comments
 (0)