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

Commit 16be7e2

Browse files
committed
Bump version
1 parent 79b66d1 commit 16be7e2

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

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.6.3-dev</Version>
5+
<Version>0.6.4-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
@@ -4,6 +4,9 @@ order: 4
44
---
55
## Changelog
66

7+
### [v0.6.4](https://github.com/CodeCasterNL/PVBridge/releases/tag/v0.6.4)
8+
Fix GoodWe inverter selection, or so we hope.
9+
710
### [v0.6.3](https://github.com/CodeCasterNL/PVBridge/releases/tag/v0.6.3)
811
Save GoodWe plant installation date, looks like the moment the first inverter was turned on.
912
Then use that date to not sync before then, instead of always 14 days back.

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.3), ignore SmartScreen (click "More info" and "Run anyway").
8+
You'll need the latest PVBridge.{version}.msi (currently 0.6.4), ignore SmartScreen (click "More info" and "Run anyway").

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

Lines changed: 5 additions & 5 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:{0630CCA3-A430-4539-8C23-10B8A7C3A6C3}"
275-
"PackageCode" = "8:{510DEF80-1D73-4789-8DDF-DC6683D82C99}"
274+
"ProductCode" = "8:{2126882A-F996-41F4-BA1F-CC6D618C3EA5}"
275+
"PackageCode" = "8:{406134F3-9B3A-4781-8790-8522F309FE5C}"
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.6.3"
282+
"ProductVersion" = "8:0.6.4"
283283
"Manufacturer" = "8:CodeCaster"
284284
"ARPHELPTELEPHONE" = "8:"
285285
"ARPHELPLINK" = "8:"
@@ -854,7 +854,7 @@
854854
{
855855
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_4C2F12EFD75742D097F1D525E2B516FC"
856856
{
857-
"SourcePath" = "8:..\\CodeCaster.PVBridge.ConfigurationUI.WinForms\\obj\\Release\\net6.0-windows\\apphost.exe"
857+
"SourcePath" = "8:..\\CodeCaster.PVBridge.ConfigurationUI.WinForms\\obj\\Debug\\net6.0-windows\\apphost.exe"
858858
"TargetName" = "8:"
859859
"Tag" = "8:"
860860
"Folder" = "8:_54899C80D31146DDB9EACE0421E32DDF"
@@ -882,7 +882,7 @@
882882
}
883883
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_6BD56226B1E440F394086ADC6D4D5C7A"
884884
{
885-
"SourcePath" = "8:..\\CodeCaster.PVBridge.Service\\obj\\Release\\net6.0\\apphost.exe"
885+
"SourcePath" = "8:..\\CodeCaster.PVBridge.Service\\obj\\Debug\\net6.0\\apphost.exe"
886886
"TargetName" = "8:"
887887
"Tag" = "8:"
888888
"Folder" = "8:_54899C80D31146DDB9EACE0421E32DDF"

0 commit comments

Comments
 (0)