Commit 12dccfc 1 parent b34ff53 commit 12dccfc Copy full SHA for 12dccfc
File tree 4 files changed +15
-8
lines changed
4 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 21
21
{4D728D65-9AB1-49AD-AC2E-57D5C4481079} .Release| x86 .Build .0 = Release| Any CPU
22
22
EndGlobalSection
23
23
GlobalSection (MonoDevelopProperties ) = preSolution
24
- version = 0.3.2
24
+ version = 0.5 + hotfix . 1
25
25
EndGlobalSection
26
26
EndGlobal
Original file line number Diff line number Diff line change 7
7
<key >CFBundleIdentifier </key >
8
8
<string >com.garoxas.NX_Game_Info </string >
9
9
<key >CFBundleShortVersionString </key >
10
- <string >0.5 </string >
10
+ <string >0.5+hotfix.1 </string >
11
11
<key >CFBundleVersion </key >
12
- <string >10 </string >
12
+ <string >11 </string >
13
13
<key >LSMinimumSystemVersion </key >
14
14
<string >10.9 </string >
15
15
<key >CFBundleDevelopmentRegion </key >
Original file line number Diff line number Diff line change 11
11
<TargetFrameworkVersion >v4.7.1</TargetFrameworkVersion >
12
12
<MonoMacResourcePrefix >Resources</MonoMacResourcePrefix >
13
13
<ApplicationIcon >..\NX_Game_Info.ico</ApplicationIcon >
14
- <ReleaseVersion >0.3.2 </ReleaseVersion >
14
+ <ReleaseVersion >0.5+hotfix.1 </ReleaseVersion >
15
15
</PropertyGroup >
16
16
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
17
17
<DebugSymbols >true</DebugSymbols >
84
84
<Reference Include =" System.Security.Cryptography.X509Certificates" >
85
85
<HintPath >..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath >
86
86
</Reference >
87
- <Reference Include =" System.Net.Http" >
88
- <HintPath >..\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll</HintPath >
89
- </Reference >
90
87
<Reference Include =" PortableSettingsProvider" >
91
88
<HintPath >..\packages\PortableSettingsProvider.0.2.2\lib\net45\PortableSettingsProvider.dll</HintPath >
92
89
</Reference >
93
90
<Reference Include =" System.Configuration" />
91
+ <Reference Include =" System.Net.Http.Extensions" >
92
+ <HintPath >..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Extensions.dll</HintPath >
93
+ </Reference >
94
+ <Reference Include =" System.Net.Http.Primitives" >
95
+ <HintPath >..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Primitives.dll</HintPath >
96
+ </Reference >
97
+ <Reference Include =" System.Net.Http" />
98
+ <Reference Include =" System.Net.Http.WebRequest" />
94
99
</ItemGroup >
95
100
<ItemGroup >
96
101
<ImageAsset Include =" Assets.xcassets\AppIcon.appiconset\Contents.json" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
+ <package id =" Microsoft.Bcl" version =" 1.1.10" targetFramework =" net471" />
4
+ <package id =" Microsoft.Bcl.Build" version =" 1.0.14" targetFramework =" net471" />
5
+ <package id =" Microsoft.Net.Http" version =" 2.2.29" targetFramework =" net471" />
3
6
<package id =" Newtonsoft.Json" version =" 12.0.2" targetFramework =" net471" />
4
7
<package id =" PortableSettingsProvider" version =" 0.2.2" targetFramework =" net471" />
5
8
<package id =" System.IO" version =" 4.3.0" targetFramework =" net471" />
6
- <package id =" System.Net.Http" version =" 4.3.4" targetFramework =" net471" />
7
9
<package id =" System.Runtime" version =" 4.3.0" targetFramework =" net471" />
8
10
<package id =" System.Runtime.CompilerServices.Unsafe" version =" 4.5.2" targetFramework =" net471" />
9
11
<package id =" System.Security.Cryptography.Algorithms" version =" 4.3.0" targetFramework =" net471" />
You can’t perform that action at this time.
0 commit comments