File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
MoxiWorks/MoxiWorks.Platform Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<TargetFramework >netstandard2.0</TargetFramework >
4
4
<PackageId >MoxiWorks.Platform</PackageId >
5
- <PackageVersion >1.2.12 .0</PackageVersion >
5
+ <PackageVersion >1.2.13 .0</PackageVersion >
6
6
<Authors >Anthony Hatch</Authors >
7
7
<Description >SDK for accessing the Moxi Works API in a .NET application.</Description >
8
8
<PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
9
9
<PackageReleaseNotes >
10
- Adding IMoxiworksCredentials Interface for custom credentials.
10
+ Adding better handling of shared partner data
11
11
</PackageReleaseNotes >
12
- <Copyright >Copyright 2018 (c) Moxi Works Corporation. All rights reserved.</Copyright >
12
+ <Copyright >Copyright 2019 (c) Moxi Works Corporation. All rights reserved.</Copyright >
13
13
<PackageTags >sdk moxiworks Moxi</PackageTags >
14
- <AssemblyVersion >1.2.12 .0</AssemblyVersion >
15
- <FileVersion >1.2.12 .0</FileVersion >
14
+ <AssemblyVersion >1.2.13 .0</AssemblyVersion >
15
+ <FileVersion >1.2.13 .0</FileVersion >
16
16
</PropertyGroup >
17
17
<ItemGroup >
18
18
<PackageReference Include =" Newtonsoft.Json" Version =" 10.0.3" />
19
19
<PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 4.4.0" />
20
20
<PackageReference Include =" Wdc.System.Net.Http.Formatting.NetStandard" Version =" 1.0.7" />
21
21
</ItemGroup >
22
- </Project >
22
+ </Project >
Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >MoxiWorks.Platform</id >
5
- <version >1.2.12 </version >
5
+ <version >1.2.13 </version >
6
6
<title >Moxi Works Platform</title >
7
7
<authors >Anthony Hatch</authors >
8
8
<owners >Moxi Works</owners >
9
9
<projectUrl >https://github.com/moxiworks-platform/moxiworks-dotnet</projectUrl >
10
10
<requireLicenseAcceptance >false</requireLicenseAcceptance >
11
11
<description >"SDK for interaction with the Moxi Works API platform.</description >
12
- <releaseNotes > Adding IMoxiworksCredentials Interface for custom credentials.
12
+ <releaseNotes > Adding better handling of SharedPartner deserialization
13
13
</releaseNotes >
14
- <copyright >Copyright 2018 </copyright >
14
+ <copyright >Copyright 2019 </copyright >
15
15
<tags >moxiworks api sdk</tags >
16
16
</metadata >
17
- </package >
17
+ </package >
You can’t perform that action at this time.
0 commit comments