Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof-Cieslak committed Mar 3, 2020
1 parent 3f3a811 commit d34b36d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 39 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2.0.0 - 03.03.2020
* Add support for .Net Core Paket - support both local and global tool

### 1.12.0 - 07.07.2018
* Use Paket stable and update Paket bootstrapper.
* Suggest only the latest TFMs.
Expand Down
3 changes: 3 additions & 0 deletions release/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2.0.0 - 03.03.2020
* Add support for .Net Core Paket - support both local and global tool

### 1.12.0 - 07.07.2018
* Use Paket stable and update Paket bootstrapper.
* Suggest only the latest TFMs.
Expand Down
42 changes: 8 additions & 34 deletions release/README.md
Original file line number Diff line number Diff line change
@@ -1,50 +1,24 @@
# [Ionide-VSCode: Paket](https://marketplace.visualstudio.com/items/Ionide.Ionide-Paket)
**Paket support for Visual Studio Code**
# Ionide-VSCode: Paket

_Part of the [Ionide](http://ionide.io) initiative._
It's part of [Ionide](http://ionide.io) plugin suite.
[Paket](https://github.com/fsprojects/Paket) is package dependency manager for .NET with support for NuGet packages and GitHub repositories.

[![Version](https://vsmarketplacebadge.apphb.com/version/Ionide.Ionide-Paket.svg)](https://marketplace.visualstudio.com/items?itemName=Ionide.Ionide-Paket) [![Installs](https://vsmarketplacebadge.apphb.com/downloads-short/Ionide.Ionide-Paket.svg)](https://marketplace.visualstudio.com/items?itemName=Ionide.Ionide-Paket)
[![Rating](https://vsmarketplacebadge.apphb.com/rating-star/Ionide.Ionide-Paket.svg)](https://marketplace.visualstudio.com/items?itemName=Ionide.Ionide-Paket)
[![open collective backers](https://img.shields.io/opencollective/backers/ionide.svg?color=blue)](https://opencollective.com/ionide)
[![open collective sponsors](https://img.shields.io/opencollective/sponsors/ionide.svg?color=blue)](https://opencollective.com/ionide)
[![Join the chat at https://gitter.im/ionide/ionide-project](https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg?style=flat-square)](https://gitter.im/ionide/ionide-project?utm_source=share-link&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -- [Need Help? You can find us on Gitter](https://gitter.im/ionide/ionide-project)

You can support Ionide development on [Open Collective](https://opencollective.com/ionide).

[![Open Collective](https://opencollective.com/ionide/donate/button.png?color=blue)](https://opencollective.com/ionide)
## Features

- Paket commands available in VS Code's Command Palette
- Autocomplete for `paket.dependencies` and `paket.references` files
- support for running Paket as .Net Core local tool (`dotnet paket`), .Net Core global tool (`paket`), or as a .Net Framework executable (`paket.exe`, obsolete)

## PATH settings

* In case of using .Net Core version, `dotnet` must be in PATH. (recommended)
* In case of using Mono version, `mono` must be in PATH. (obsolete)


## How to contribute

*Imposter syndrome disclaimer*: I want your help. No really, I do.

There might be a little voice inside that tells you you're not ready; that you need to do one more tutorial, or learn another framework, or write a few more blog posts before you can help me with this project.

I assure you, that's not the case.

This project has some clear Contribution Guidelines and expectations that you can [read here](https://github.com/ionide/ionide-vscode-paket/blob/master/CONTRIBUTING.md).

The contribution guidelines outline the process that you'll need to follow to get a patch merged. By making expectations and process explicit, I hope it will make it easier for you to contribute.

And you don't just have to write code. You can help out by writing documentation, tests, or even by giving feedback about this work. (And yes, that includes giving feedback about the contribution guidelines.)

Thank you for contributing!

* In case of using Mono version, `mono` must be in PATH.

## Contributing and copyright

The project is hosted on [GitHub](https://github.com/ionide/ionide-vscode-paket) where you can [report issues](https://github.com/ionide/ionide-vscode-paket/issues), fork
the project and submit pull requests.

The library is available under [MIT license](https://github.com/ionide/ionide-vscode-paket/blob/master/LICENSE.md), which allows modification and redistribution for both commercial and non-commercial purposes.
The library is available under [MIT license](https://github.com/ionide/ionide-vscode-paket/blob/master/LICENSE.md), which allows modification and
redistribution for both commercial and non-commercial purposes.

Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
6 changes: 1 addition & 5 deletions release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Ionide-Paket",
"version": "1.12.0",
"version": "2.0.0",
"publisher": "Ionide",
"description": "Paket (alternative NuGet client) Support",
"categories":[
Expand Down Expand Up @@ -108,10 +108,6 @@
{
"command": "paket.GenerateLoadScripts",
"title": "Paket: Generate Load Scripts"
},
{
"command": "paket.UpdatePaketToPrerelease",
"title": "Paket: Use Paket prerelease"
}],
"menus": {
"editor/title": [
Expand Down

0 comments on commit d34b36d

Please sign in to comment.