Skip to content

Commit 469879d

Browse files
committed
Updating version and README file for next release
1 parent 84eeab7 commit 469879d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

MoxiWorks/MoxiWorks.Platform/MoxiWorks.Platform.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<PropertyGroup>
33
<TargetFramework>netstandard2.0</TargetFramework>
44
<PackageId>MoxiWorks.Platform</PackageId>
5-
<PackageVersion>1.2.11.0</PackageVersion>
5+
<PackageVersion>1.2.12.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 better exception handling and removing repeated UserAgent data.
10+
Adding IMoxiworksCredentials Interface for custom credentials.
1111
</PackageReleaseNotes>
1212
<Copyright>Copyright 2018 (c) Moxi Works Corporation. All rights reserved.</Copyright>
1313
<PackageTags>sdk moxiworks Moxi</PackageTags>
14-
<AssemblyVersion>1.2.11.0</AssemblyVersion>
15-
<FileVersion>1.2.11.0</FileVersion>
14+
<AssemblyVersion>1.2.12.0</AssemblyVersion>
15+
<FileVersion>1.2.12.0</FileVersion>
1616
</PropertyGroup>
1717
<ItemGroup>
1818
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />

MoxiWorks/MoxiWorks.Platform/MoxiWorks.Platform.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<package>
33
<metadata>
44
<id>MoxiWorks.Platform</id>
5-
<version>1.2.11</version>
5+
<version>1.2.12</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 better exception handling and removing repeated UserAgent data.
12+
<releaseNotes> Adding IMoxiworksCredentials Interface for custom credentials.
1313
</releaseNotes>
1414
<copyright>Copyright 2018</copyright>
1515
<tags>moxiworks api sdk</tags>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
Install through Package Manager
1616

1717
```
18-
PM> Install-Package MoxiWorks.Platform -Version 1.2.11
18+
PM> Install-Package MoxiWorks.Platform -Version 1.2.12
1919
2020
```
2121

2222
Install through .NET CLI
2323

2424
```
25-
> dotnet add package MoxiWorks.Platform --version 1.2.11
25+
> dotnet add package MoxiWorks.Platform --version 1.2.12
2626
2727
```
2828
###### ASP.NET Core

0 commit comments

Comments
 (0)