Skip to content

Commit 6a2ccb7

Browse files
authored
Merge pull request #43 from ahatch1490/master
ENG-90582 updating version numbers
2 parents 0a3b05d + 607cb1f commit 6a2ccb7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

MoxiWorks/MoxiWorks.Platform/MoxiWorks.Platform.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<PropertyGroup>
33
<TargetFramework>netstandard2.0</TargetFramework>
44
<PackageId>MoxiWorks.Platform</PackageId>
5-
<PackageVersion>1.2.6.0</PackageVersion>
5+
<PackageVersion>1.2.7.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>Adding HasAccessAttribute</PackageReleaseNotes>
1010
<Copyright>Copyright 2018 (c) Moxi Works Corporation. All rights reserved.</Copyright>
1111
<PackageTags>sdk moxiworks Moxi</PackageTags>
12-
<AssemblyVersion>1.2.5.0</AssemblyVersion>
13-
<FileVersion>1.2.6.0</FileVersion>
12+
<AssemblyVersion>1.2.7.0</AssemblyVersion>
13+
<FileVersion>1.2.7.0</FileVersion>
1414
</PropertyGroup>
1515
<ItemGroup>
1616
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />

MoxiWorks/MoxiWorks.Platform/MoxiWorks.Platform.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>MoxiWorks.Platform</id>
5-
<version>1.2.6</version>
5+
<version>1.2.7</version>
66
<title>Moxi Works Platform</title>
77
<authors>Anthony Hatch</authors>
88
<owners>Moxi Works</owners>

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.6
18+
PM> Install-Package MoxiWorks.Platform -Version 1.2.7
1919
2020
```
2121

2222
Install through .NET CLI
2323

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

0 commit comments

Comments
 (0)