File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1919 {24F716E7-76C3-4EE4-A69C-2D02B7F08F65} .Debug| Any CPU .Build .0 = Debug| Any CPU
2020 {24F716E7-76C3-4EE4-A69C-2D02B7F08F65} .Release| Any CPU .ActiveCfg = Release| Any CPU
2121 {24F716E7-76C3-4EE4-A69C-2D02B7F08F65} .Release| Any CPU .Build .0 = Release| Any CPU
22+ {24F716E7-76C3-4EE4-A69C-2D02B7F08F65} .Debug| Any CPU .Deploy .0 = Debug| Any CPU
2223 {D79B92DC-AEF3-42B9-8813-7171FE20A974} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
2324 {D79B92DC-AEF3-42B9-8813-7171FE20A974} .Debug| Any CPU .Build .0 = Debug| Any CPU
2425 {D79B92DC-AEF3-42B9-8813-7171FE20A974} .Release| Any CPU .ActiveCfg = Release| Any CPU
Original file line number Diff line number Diff line change 66 <LangVersion >5</LangVersion >
77 </PropertyGroup >
88 <PropertyGroup >
9- <AssemblyName >BunqSdk </AssemblyName >
10- <PackageId >BunqSdk </PackageId >
9+ <AssemblyName >Bunq.Sdk </AssemblyName >
10+ <PackageId >Bunq.Sdk </PackageId >
1111 </PropertyGroup >
1212 <PropertyGroup >
13- <VersionPrefix >1 .0.0</VersionPrefix >
13+ <VersionPrefix >0.9 .0.0</VersionPrefix >
1414 <VersionSuffix >beta</VersionSuffix >
1515 </PropertyGroup >
1616 <PropertyGroup >
1919 <PropertyGroup >
2020 <Authors >bunq</Authors >
2121 <Company >bunq</Company >
22+ <RepositoryUrl >https://github.com/bunq/sdk_csharp</RepositoryUrl >
2223 <NeutralLanguage >en-US</NeutralLanguage >
2324 <AssemblyTitle >bunq SDK</AssemblyTitle >
2425 <Copyright >bunq 2017</Copyright >
3334 <Content Include =" ../README.md" />
3435 <Content Include =" ../.gitignore" />
3536 </ItemGroup >
36- </Project >
37+ </Project >
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public class ApiClient
3838 /// Values for the default headers
3939 /// </summary>
4040 private const string CACHE_CONTROL_NONE = "no-cache" ;
41- private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/0.9.0" ;
41+ private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/0.9.0.0-beta " ;
4242 private const string LANGUAGE_EN_US = "en_US" ;
4343 private const string REGION_NL_NL = "nl_NL" ;
4444 private const string GEOLOCATION_ZERO = "0 0 0 0 NL" ;
You can’t perform that action at this time.
0 commit comments