fable-compiler / fable-react-native

Fable bindings and helpers for React Native projects
Apache License 2.0
49 stars 11 forks source link

Proj version #14

Closed forki closed 6 years ago

forki commented 6 years ago

I always had uncommited proj file after push. Do we really need to set the version in that file?

MangelMaxime commented 6 years ago

A solution could be to add a Release target like it's done in Fable.Template.Library

This get the benefit of github releases too.

forki commented 6 years ago

yes. will add one later today

alfonsogarciacaro commented 6 years ago

As in Fable I have multiple packages, this is my way to compare if the version in RELEASE_NOTES is different from the one in the .fsproj, and I think it's also important to update the dependency version for project references. But probably it's not that necessary for a repo with a single project/package.

I need to add that Release target to Fable too ;)