Skip to content

Commit

Permalink
2.1.5 Updated
Browse files Browse the repository at this point in the history
배포 파일이 바이러스로 오진되는 현상 수정
  • Loading branch information
hykeegj committed Sep 12, 2020
1 parent 53acb04 commit aa0bde2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion SubtitleRun/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
FontWeight="Normal"
SizeToContent="WidthAndHeight"
ResizeMode="NoResize"
Title="자막런 2.1.4"
Title="자막런 2.1.5"
FontStyle="Normal"
MinWidth="1100" FontFamily=".\Fonts\#Maplestory">
<Window.Resources>
Expand Down
14 changes: 1 addition & 13 deletions SubtitleRun/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
using Microsoft.Win32;

namespace SubtitleRun
Expand Down
2 changes: 1 addition & 1 deletion SubtitleRun/SubtitleRun.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
<ApplicationIcon>SubtitleRun.ico</ApplicationIcon>
<Version>2.1.4</Version>
<Version>2.1.5</Version>
<PackageIcon>SubtitleRun.png</PackageIcon>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
Expand Down

0 comments on commit aa0bde2

Please sign in to comment.