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

Commit e21a2f2

Browse files
committed
Bump version
1 parent 97aabae commit e21a2f2

4 files changed

Lines changed: 8 additions & 5 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.1-dev</Version>
5+
<Version>0.7.2-dev</Version>
66
<Deterministic>true</Deterministic>
77
<LangVersion>latest</LangVersion>
88
<Nullable>enable</Nullable>

docs/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ order: 40
77
### [v0.8.0]() (upcoming)
88
Separate backlog from live sync, don't hang on unsyncable days in the past.
99

10+
### [v0.7.2](https://github.com/CodeCasterNL/PVBridge/releases/tag/v0.7.2) (2022-12-27)
11+
Updated GoodWe API format so we can sync again.
12+
1013
### [v0.7.1](https://github.com/CodeCasterNL/PVBridge/releases/tag/v0.7.1) (2022-10-15)
1114
Updated GoodWe API format so we can sync again.
1215

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.1](https://github.com/CodeCasterNL/PVBridge/releases/tag/v0.7.1)), ignore SmartScreen (click "More info" and "Run anyway").
8+
You'll need the latest PVBridge-{version}.msi ([currently 0.7.2](https://github.com/CodeCasterNL/PVBridge/releases/tag/v0.7.2)), 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:{DC1882E3-5143-44AB-95FD-FAF62786999B}"
275-
"PackageCode" = "8:{F9BDC4AD-1248-4556-9760-2AA9B680D0B3}"
274+
"ProductCode" = "8:{03322613-A1C6-4DDE-9FFA-099174C83F7E}"
275+
"PackageCode" = "8:{B77C661B-47BA-4A94-B961-0B198D7BF0E5}"
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.1"
282+
"ProductVersion" = "8:0.7.2"
283283
"Manufacturer" = "8:CodeCaster"
284284
"ARPHELPTELEPHONE" = "8:"
285285
"ARPHELPLINK" = "8:"

0 commit comments

Comments
 (0)