Skip to content

Commit

Permalink
Merge pull request #423 from nosracd/deprecate/csharp_go
Browse files Browse the repository at this point in the history
Mark C# and Go and as Unmaintained
  • Loading branch information
ihilt authored Apr 6, 2023
2 parents b6b1fb9 + 3806ac3 commit ab70eaf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,22 @@ The LCM project is active again. The current near-term plan is to:

* Platforms:
* GNU/Linux
* OS X
* Windows
* Any POSIX-1.2001 system (e.g., Cygwin, Solaris, BSD, etc.)
* Ubuntu (20.04 and 22.04)
* Fedora (37)
* macOS (11 and 12)
* Windows (2019 and 2022) via MSYS2
* Languages
* C
* C++
* C#
* Go
* Java
* Lua
* MATLAB
* Python

## Unmaintained languages

The following languages are currently unmaintained. PRs for these languages are still welcome and if
you are interested in maintaining them please let us know.

* Go
* C#/.NET
9 changes: 5 additions & 4 deletions docs/release_checklist
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@

1. Update NEWS (use Markdown syntax)
2. Verify that all manpages are up to date
3. Bump the version number in:
3. Verify that supported platforms and version numbers are correct in the README
4. Bump the version number in:
a. lcm/lcm_version.h
b. lcm-lua/rock/lcm-<version>-0.rockspec
4. Commit the above changes and create the vX.Y.Z git tag.
5. Commit the above changes and create the vX.Y.Z git tag.
$ git commit -a -m "Release X.Y.Z"
$ git tag vX.Y.Z
5. Create the release artifact
6. Create the release artifact
$ git archive --format zip -o lcm-X.Y.Z.zip --prefix lcm-X.Y.Z/ vX.Y.Z
6. Take the resulting artifact, extract it, build it, install it, make sure
7. Take the resulting artifact, extract it, build it, install it, make sure
the basic executables run
$ unzip lcm-X.Y.Z.zip
$ cd lcm-X.Y.Z
Expand Down

0 comments on commit ab70eaf

Please sign in to comment.