Skip to content

Commit

Permalink
Revert develop state indication for v2.0.0 (#334)
Browse files Browse the repository at this point in the history
* Reintroduced develop-suffix to versioning.

* Added link to latest nuget release

Changed mentioned local build output path

* Updated getting stated paragraph with additional links

Co-authored-by: Tobias Pott <[email protected]>
  • Loading branch information
TobiasPott and TobiasPott authored Jun 29, 2020
1 parent 64085d8 commit fa0942c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Parse/Parse.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<DocumentationFile>bin\Release\netstandard2.0\Parse.xml</DocumentationFile>
<Version>2.0.0</Version>
<Version>2.0.0-develop-1</Version>
<LangVersion>latest</LangVersion>

<Authors>Parse</Authors>
Expand Down
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@
![Twitter Follow](https://img.shields.io/twitter/follow/ParsePlatform.svg?label=Follow%20us%20on%20Twitter&style=social)

## Getting Started
The latest stable release of the SDK is available as [a NuGet package][nuget-link]. Note that the latest package currently available on the official distribution channel is quite old; to use the most up-to-date code, build this project and reference the generated NuGet package.
The previous stable release version 1.7.0 is available as [a NuGet package][nuget-link].

The latest development release is also available as [a NuGet package (Prerelease)][nuget-link-prerelease].

Note that the previous stable package currently available on the official distribution channel is quite old.
To use the most up-to-date code, either build this project and reference the generated NuGet package, download the pre-built assembly from [releases][releases-link] or check the [NuGet package (Prerelease)][nuget-link-prerelease] on NuGet.

## Using the Code
Make sure you are using the project's root namespace.
Expand Down Expand Up @@ -192,7 +197,7 @@ await client.LogOutAsync();
```

## Local Builds
You can build the SDK on any system with the MSBuild or .NET Core CLI installed. Results can be found under either the `Release/netstandard` or `Debug/netstandard` in the `bin` folder unless a non-standard build configuration is used.
You can build the SDK on any system with the MSBuild or .NET Core CLI installed. Results can be found under either the `Release/netstandard2.0` or `Debug/netstandard2.0` in the `bin` folder unless a non-standard build configuration is used.

## .NET Core CLI

Expand All @@ -219,4 +224,6 @@ of patent rights can be found in the PATENTS file in the same directory.
[license-link]: https://github.com/parse-community/Parse-SDK-dotNET/blob/master/LICENSE
[nuget-link]: http://nuget.org/packages/parse
[nuget-svg]: https://img.shields.io/nuget/v/parse.svg
[parse-docs-link]: http://docs.parseplatform.org/
[nuget-link-prerelease]: http://nuget.org/packages/parse/absoluteLatest
[parse-docs-link]: http://docs.parseplatform.org/
[releases-link]: https://github.com/TobiasPott/Parse-SDK-dotNET/releases

0 comments on commit fa0942c

Please sign in to comment.