Skip to content

Commit f83b0f3

Browse files
author
Anthony Hatch
committed
adding updated build info to project and nuspec
1 parent 0b6c23e commit f83b0f3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

MoxiWorks/MoxiWorks.Platform/MoxiWorks.Platform.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
<PropertyGroup>
33
<TargetFramework>netstandard2.0</TargetFramework>
44
<PackageId>MoxiWorks.Platform</PackageId>
5-
<PackageVersion>1.2.12.0</PackageVersion>
5+
<PackageVersion>1.2.13.0</PackageVersion>
66
<Authors>Anthony Hatch</Authors>
77
<Description>SDK for accessing the Moxi Works API in a .NET application.</Description>
88
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
99
<PackageReleaseNotes>
10-
Adding IMoxiworksCredentials Interface for custom credentials.
10+
Adding better handling of shared partner data
1111
</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>
1313
<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>
1616
</PropertyGroup>
1717
<ItemGroup>
1818
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
1919
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.4.0" />
2020
<PackageReference Include="Wdc.System.Net.Http.Formatting.NetStandard" Version="1.0.7" />
2121
</ItemGroup>
22-
</Project>
22+
</Project>

MoxiWorks/MoxiWorks.Platform/MoxiWorks.Platform.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<package>
33
<metadata>
44
<id>MoxiWorks.Platform</id>
5-
<version>1.2.12</version>
5+
<version>1.2.13</version>
66
<title>Moxi Works Platform</title>
77
<authors>Anthony Hatch</authors>
88
<owners>Moxi Works</owners>
99
<projectUrl>https://github.com/moxiworks-platform/moxiworks-dotnet</projectUrl>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<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
1313
</releaseNotes>
14-
<copyright>Copyright 2018</copyright>
14+
<copyright>Copyright 2019</copyright>
1515
<tags>moxiworks api sdk</tags>
1616
</metadata>
17-
</package>
17+
</package>

0 commit comments

Comments
 (0)