Skip to content
This repository was archived by the owner on Aug 6, 2023. It is now read-only.

Commit ea46289

Browse files
committed
fixed bug by private set
1 parent 367baec commit ea46289

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VRCPhotoAlbum/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public partial class MainWindow : Window
7676

7777
private const string APP_JSONFILE_NAME = "vrc_photo_album.json";
7878

79-
public int ProgressValue { private set; get; }
79+
public int ProgressValue;
8080

8181
public MainWindow()
8282
{

VRCPhotoAlbum/VRCPhotoAlbum.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<UpdatePeriodically>false</UpdatePeriodically>
2525
<UpdateRequired>false</UpdateRequired>
2626
<MapFileExtensions>true</MapFileExtensions>
27-
<ApplicationRevision>1</ApplicationRevision>
28-
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
27+
<ApplicationRevision>0</ApplicationRevision>
28+
<ApplicationVersion>0.1.0.0</ApplicationVersion>
2929
<UseApplicationTrust>false</UseApplicationTrust>
3030
<PublishWizardCompleted>true</PublishWizardCompleted>
3131
<BootstrapperEnabled>true</BootstrapperEnabled>

0 commit comments

Comments
 (0)