Skip to content

Commit fa0942c

Browse files
authored
Revert develop state indication for v2.0.0 (#334)
* 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]>
1 parent 64085d8 commit fa0942c

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

Parse/Parse.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<DocumentationFile>bin\Release\netstandard2.0\Parse.xml</DocumentationFile>
6-
<Version>2.0.0</Version>
6+
<Version>2.0.0-develop-1</Version>
77
<LangVersion>latest</LangVersion>
88

99
<Authors>Parse</Authors>

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@
99
![Twitter Follow](https://img.shields.io/twitter/follow/ParsePlatform.svg?label=Follow%20us%20on%20Twitter&style=social)
1010

1111
## Getting Started
12-
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.
12+
The previous stable release version 1.7.0 is available as [a NuGet package][nuget-link].
13+
14+
The latest development release is also available as [a NuGet package (Prerelease)][nuget-link-prerelease].
15+
16+
Note that the previous stable package currently available on the official distribution channel is quite old.
17+
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.
1318

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

194199
## Local Builds
195-
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.
200+
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.
196201

197202
## .NET Core CLI
198203

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

0 commit comments

Comments
 (0)