Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.

Commit e46f28f

Browse files
committed
Docs
1 parent c8c709a commit e46f28f

3 files changed

Lines changed: 16 additions & 1 deletion

File tree

Contributing.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,14 @@ Then hit F5 to run it as a service (as long as it says `"commandLineArgs": "serv
5858

5959
## GoodWe
6060
Peculiarity: when the inverter loses its internet connection, it aggregates its data internally for each five minute block and uploads it when connectivity is restored. This is however not rounded on 5 minutes, but can be :01, :06, :11 and so on.
61+
62+
## Releasing
63+
1. Build the solution in release.
64+
1. Rebuild the Installer project.
65+
* When rebuilding a new MSI with the same version, uninstall the old one first or it won't install.
66+
1. Navigate to `src\CodeCaster.PVBridge.Installer\Release`.
67+
1. Rename `CodeCaster.PVBridge.Installer.msi` to `PVBridge.1.2.3.msi`.
68+
1. Test upgrade, uninstall, reinstall.
69+
1. Push tag, wait for release.
70+
1. Upload msi to release.
71+
1. TODO: automate.

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ order: 4
44
---
55
## Changelog
66

7+
### [v0.6.3](https://github.com/CodeCasterNL/PVBridge/releases/tag/v0.6.3)
8+
Save GoodWe plant installation date, looks like the moment the first inverter was turned on.
9+
Then use that date to not sync before then, instead of always 14 days back.
10+
711
### [v0.6.2](https://github.com/CodeCasterNL/PVBridge/releases/tag/v0.6.2)
812
* Parse API dates according to user settings.
913
* Fix event log logging.

docs/downloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ order: 5
55
## Latest release
66
Download the latest release on the [GitHub Releases page](https://github.com/CodeCasterNL/PVBridge/releases).
77

8-
You'll need the latest PVBridge.{version}.msi (currently 0.6.2), ignore SmartScreen (click "More info" and "Run anyway").
8+
You'll need the latest PVBridge.{version}.msi (currently 0.6.3), ignore SmartScreen (click "More info" and "Run anyway").

0 commit comments

Comments
 (0)