Commit cf5d653 1 parent 2938bfe commit cf5d653 Copy full SHA for cf5d653
File tree 4 files changed +7
-5
lines changed
4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<item >
3
- <version >1.0.4.0 </version >
4
- <url >https://github.com/anoyetta/CeVIOAIProxy/releases/download/v1.0.4.0 /CeVIOAIProxy.exe</url >
5
- <changelog >https://github.com/anoyetta/CeVIOAIProxy/releases/tag/v1.0.4.0 </changelog >
3
+ <version >1.0.4.1 </version >
4
+ <url >https://github.com/anoyetta/CeVIOAIProxy/releases/download/v1.0.4.1 /CeVIOAIProxy.exe</url >
5
+ <changelog >https://github.com/anoyetta/CeVIOAIProxy/releases/tag/v1.0.4.1 </changelog >
6
6
<mandatory >true</mandatory >
7
7
</item >
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ await Task.Run(() =>
110
110
private void RunAutoUpdater ( )
111
111
{
112
112
var updaterJson = Path . Combine (
113
- AppContext . BaseDirectory ,
113
+ Config . AppData ,
114
114
"CeVIOAIProxy.AutoUpdater.json" ) ;
115
115
116
116
#if DEBUG
Original file line number Diff line number Diff line change 11
11
<AssemblyOriginatorKeyFile >CeVIOAIProxy.pfx</AssemblyOriginatorKeyFile >
12
12
<Authors >anoyetta</Authors >
13
13
<Copyright >(c) 2021 anoyetta</Copyright >
14
- <AssemblyVersion >1.0.4.0 </AssemblyVersion >
14
+ <AssemblyVersion >1.0.4.1 </AssemblyVersion >
15
15
<PackageIcon >share.ico</PackageIcon >
16
16
<PackageIconUrl />
17
17
<PackageProjectUrl >https://github.com/anoyetta/CeVIOAIProxy</PackageProjectUrl >
18
18
<RepositoryUrl >https://github.com/anoyetta/CeVIOAIProxy.git</RepositoryUrl >
19
19
<RepositoryType >GitHub</RepositoryType >
20
20
<Version >1.0.4</Version >
21
21
<StartupObject >CeVIOAIProxy.App</StartupObject >
22
+ <FileVersion >1.0.4.1</FileVersion >
22
23
</PropertyGroup >
23
24
24
25
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ public Config()
30
30
} ;
31
31
}
32
32
33
+ [ JsonIgnore ]
33
34
public static readonly string AppData = Path . Combine (
34
35
Environment . GetFolderPath ( Environment . SpecialFolder . ApplicationData ) ,
35
36
"anoyetta" ,
You can’t perform that action at this time.
0 commit comments