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

Commit 9c02c37

Browse files
committed
Bump version
1 parent fc7a85d commit 9c02c37

4 files changed

Lines changed: 14 additions & 8 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33
<PropertyGroup>
44
<!-- Set through /p:Version= on console, or using the appropriate action parameter -->
5-
<Version>0.7.0-dev</Version>
5+
<Version>0.7.1-dev</Version>
66
<Deterministic>true</Deterministic>
77
<LangVersion>latest</LangVersion>
88
<Nullable>enable</Nullable>

docs/changelog.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ order: 40
44
---
55
## Changelog
66

7-
### [v0.7.0](https://github.com/CodeCasterNL/PVBridge/releases/tag/v0.7.0)
7+
### [v0.8.0]() (upcoming)
8+
Separate backlog from live sync, don't hang on unsyncable days in the past.
9+
10+
### [v0.7.1](https://github.com/CodeCasterNL/PVBridge/releases/tag/v0.7.1) (2022-10-15)
11+
Updated GoodWe API format so we can sync again.
12+
13+
### [v0.7.0](https://github.com/CodeCasterNL/PVBridge/releases/tag/v0.7.0) (2022-08-25)
814
Branched from 0.6.2, so no inverter selection yet, fixed:
915

1016
* Command-line sync further back than 14 days (`--snapshot-days 90`, see [Command line docs](https://codecasternl.github.io/PVBridge/commandline.html)).
@@ -19,9 +25,9 @@ Fix GoodWe inverter selection, or so we hope.
1925
Save GoodWe plant installation date, looks like the moment the first inverter was turned on.
2026
Then use that date to not sync before then, instead of always 14 days back.
2127

22-
### [v0.6.2](https://github.com/CodeCasterNL/PVBridge/releases/tag/v0.6.2)
28+
### [v0.6.2](https://github.com/CodeCasterNL/PVBridge/releases/tag/v0.6.2) (2022-06-15)
2329
* Parse API dates according to user settings.
2430
* Fix event log logging.
2531

26-
### [v0.5.0](https://github.com/CodeCasterNL/PVBridge/releases/tag/v0.5.0)
32+
### [v0.5.0](https://github.com/CodeCasterNL/PVBridge/releases/tag/v0.5.0) (2022-05-09)
2733
First release.

docs/downloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ order: 50
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.7.0), ignore SmartScreen (click "More info" and "Run anyway").
8+
You'll need the latest PVBridge-{version}.msi ([currently 0.7.1](https://github.com/CodeCasterNL/PVBridge/releases/tag/v0.7.1)), ignore SmartScreen (click "More info" and "Run anyway").
99

1010
See [Configuring the service](./configuration.md) for configuring the service using the UI.
1111

src/CodeCaster.PVBridge.Installer/CodeCaster.PVBridge.Installer.vdproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,15 +271,15 @@
271271
{
272272
"Name" = "8:Microsoft Visual Studio"
273273
"ProductName" = "8:PVBridge"
274-
"ProductCode" = "8:{EB540435-BEF9-48D3-A3C6-56EBDB225951}"
275-
"PackageCode" = "8:{A792254C-5382-4FE3-9868-E59400419C91}"
274+
"ProductCode" = "8:{DC1882E3-5143-44AB-95FD-FAF62786999B}"
275+
"PackageCode" = "8:{F9BDC4AD-1248-4556-9760-2AA9B680D0B3}"
276276
"UpgradeCode" = "8:{2767C5B5-CAFE-4B9C-AB88-6F187B296151}"
277277
"AspNetVersion" = "8:4.0.30319.0"
278278
"RestartWWWService" = "11:FALSE"
279279
"RemovePreviousVersions" = "11:TRUE"
280280
"DetectNewerInstalledVersion" = "11:TRUE"
281281
"InstallAllUsers" = "11:FALSE"
282-
"ProductVersion" = "8:0.7.0"
282+
"ProductVersion" = "8:0.7.1"
283283
"Manufacturer" = "8:CodeCaster"
284284
"ARPHELPTELEPHONE" = "8:"
285285
"ARPHELPLINK" = "8:"

0 commit comments

Comments
 (0)