Skip to content

Commit

Permalink
2024.4.20
Browse files Browse the repository at this point in the history
  • Loading branch information
SheepYhangCN committed Apr 19, 2024
1 parent d73a15e commit f18054d
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion AutoLoad.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public partial class AutoLoad : Node
internal int port=1145;
internal int popup=0;
internal bool is_connection_lost=false;
internal string version="v2024.3.7";
internal string version="v2024.4.20";
internal bool notification=true;
public override void _Ready()
{
Expand Down
2 changes: 1 addition & 1 deletion LocalChat.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Godot.NET.Sdk/4.2.1">
<Project Sdk="Godot.NET.Sdk/4.2.2">
<PropertyGroup>
<TargetFramework>net8.0-windows10.0.17763</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ I made this because i want to chat with my classmates in information technology
My teachers are really fond of unplugging the network cable between switcher and the router.

## Environment Dependence
Godot 4.2.1 Stable Mono Official<br>
.NET 8.0.100 (well actually, .net8 is not necessary, if you want to use other version of .net, just change the `TargetFramework` in `LocalChat.csproj`)<br>
Godot 4.2.2 Stable Mono Official<br>
.NET 8.0.100 (need for desktop notification in windows)
Inno Setup (If you want to compile ```.exe``` installer)

## Open-source License
Expand Down
2 changes: 1 addition & 1 deletion WindowsInstaller_x86_32.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "LocalChat"
#define MyAppVersion "2024.3.7"
#define MyAppVersion "2024.4.20"
#define MyAppPublisher "SheepYhangCN"
#define MyAppURL "https://github.com/SheepYhangCN/LocalChat"
#define MyAppExeName "LocalChat.exe"
Expand Down
2 changes: 1 addition & 1 deletion WindowsInstaller_x86_64.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "LocalChat"
#define MyAppVersion "2024.3.7"
#define MyAppVersion "2024.4.20"
#define MyAppPublisher "SheepYhangCN"
#define MyAppURL "https://github.com/SheepYhangCN/LocalChat"
#define MyAppExeName "LocalChat.exe"
Expand Down
18 changes: 10 additions & 8 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ application/modify_resources=true
application/icon=""
application/console_wrapper_icon=""
application/icon_interpolation=4
application/file_version="2024.3.7"
application/product_version="2024.3.7"
application/file_version="2024.4.20"
application/product_version="2024.4.20"
application/company_name="SheepYhangCN"
application/product_name="LocalChat"
application/file_description="An application that allows you to chat with others in LAN."
Expand Down Expand Up @@ -101,8 +101,8 @@ application/modify_resources=true
application/icon=""
application/console_wrapper_icon=""
application/icon_interpolation=4
application/file_version="2024.3.7"
application/product_version="2024.3.7"
application/file_version="2024.4.20"
application/product_version="2024.4.20"
application/company_name="SheepYhangCN"
application/product_name="LocalChat"
application/file_description="An application that allows you to chat with others in LAN."
Expand Down Expand Up @@ -159,7 +159,7 @@ architectures/arm64-v8a=false
architectures/x86=false
architectures/x86_64=true
version/code=1
version/name="2024.3.7"
version/name="2024.4.20"
package/unique_name="com.sheepyuhang.localchat"
package/name="LocalChat"
package/signed=true
Expand Down Expand Up @@ -266,6 +266,7 @@ permissions/mount_format_filesystems=false
permissions/mount_unmount_filesystems=false
permissions/nfc=false
permissions/persistent_activity=false
permissions/post_notifications=false
permissions/process_outgoing_calls=false
permissions/read_calendar=false
permissions/read_call_log=false
Expand Down Expand Up @@ -364,7 +365,7 @@ architectures/arm64-v8a=true
architectures/x86=false
architectures/x86_64=false
version/code=1
version/name="2024.3.7"
version/name="2024.4.20"
package/unique_name="com.sheepyuhang.localchat"
package/name="LocalChat"
package/signed=true
Expand Down Expand Up @@ -471,6 +472,7 @@ permissions/mount_format_filesystems=false
permissions/mount_unmount_filesystems=false
permissions/nfc=false
permissions/persistent_activity=false
permissions/post_notifications=false
permissions/process_outgoing_calls=false
permissions/read_calendar=false
permissions/read_call_log=false
Expand Down Expand Up @@ -654,8 +656,8 @@ application/icon_interpolation=4
application/bundle_identifier="com.sheepyuhang.localchat"
application/signature=""
application/app_category="Social-networking"
application/short_version="2024.3.7"
application/version="2024.3.7"
application/short_version="2024.4.20"
application/version="2024.4.20"
application/copyright="Made by SheepYhangCN with Godot Engine, powered with .NET 8"
application/copyright_localized={}
application/min_macos_version="10.12"
Expand Down

0 comments on commit f18054d

Please sign in to comment.