From 8c07ad884769e0d95bae4f687e14e6581325c639 Mon Sep 17 00:00:00 2001 From: Cryental Date: Tue, 22 Sep 2020 20:30:53 +0600 Subject: [PATCH] Changed Version to 1.1.8 --- SRTSubtitleConverter/Properties/launchSettings.json | 7 +++++++ SRTSubtitleConverter/SRTSubtitleConverter.csproj | 1 + 2 files changed, 8 insertions(+) create mode 100644 SRTSubtitleConverter/Properties/launchSettings.json diff --git a/SRTSubtitleConverter/Properties/launchSettings.json b/SRTSubtitleConverter/Properties/launchSettings.json new file mode 100644 index 0000000..a9e40d2 --- /dev/null +++ b/SRTSubtitleConverter/Properties/launchSettings.json @@ -0,0 +1,7 @@ +{ + "profiles": { + "SRTSubtitleConverter": { + "commandName": "Project" + } + } +} \ No newline at end of file diff --git a/SRTSubtitleConverter/SRTSubtitleConverter.csproj b/SRTSubtitleConverter/SRTSubtitleConverter.csproj index 60a9cf6..9c31cf2 100644 --- a/SRTSubtitleConverter/SRTSubtitleConverter.csproj +++ b/SRTSubtitleConverter/SRTSubtitleConverter.csproj @@ -13,6 +13,7 @@ win-x64;osx.10.15-x64;ubuntu.20.04-x64 true win-x64 + 1.1.8