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

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeCasterNL committed Jul 21, 2022
1 parent 79b66d1 commit 16be7e2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project>
<PropertyGroup>
<!-- Set through /p:Version= on console, or using the appropriate action parameter -->
<Version>0.6.3-dev</Version>
<Version>0.6.4-dev</Version>
<Deterministic>true</Deterministic>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
Expand Down
3 changes: 3 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ order: 4
---
## Changelog

### [v0.6.4](https://github.com/CodeCasterNL/PVBridge/releases/tag/v0.6.4)
Fix GoodWe inverter selection, or so we hope.

### [v0.6.3](https://github.com/CodeCasterNL/PVBridge/releases/tag/v0.6.3)
Save GoodWe plant installation date, looks like the moment the first inverter was turned on.
Then use that date to not sync before then, instead of always 14 days back.
Expand Down
2 changes: 1 addition & 1 deletion docs/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ order: 5
## Latest release
Download the latest release on the [GitHub Releases page](https://github.com/CodeCasterNL/PVBridge/releases).

You'll need the latest PVBridge.{version}.msi (currently 0.6.3), ignore SmartScreen (click "More info" and "Run anyway").
You'll need the latest PVBridge.{version}.msi (currently 0.6.4), ignore SmartScreen (click "More info" and "Run anyway").
Original file line number Diff line number Diff line change
Expand Up @@ -271,15 +271,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:PVBridge"
"ProductCode" = "8:{0630CCA3-A430-4539-8C23-10B8A7C3A6C3}"
"PackageCode" = "8:{510DEF80-1D73-4789-8DDF-DC6683D82C99}"
"ProductCode" = "8:{2126882A-F996-41F4-BA1F-CC6D618C3EA5}"
"PackageCode" = "8:{406134F3-9B3A-4781-8790-8522F309FE5C}"
"UpgradeCode" = "8:{2767C5B5-CAFE-4B9C-AB88-6F187B296151}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:0.6.3"
"ProductVersion" = "8:0.6.4"
"Manufacturer" = "8:CodeCaster"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down Expand Up @@ -854,7 +854,7 @@
{
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_4C2F12EFD75742D097F1D525E2B516FC"
{
"SourcePath" = "8:..\\CodeCaster.PVBridge.ConfigurationUI.WinForms\\obj\\Release\\net6.0-windows\\apphost.exe"
"SourcePath" = "8:..\\CodeCaster.PVBridge.ConfigurationUI.WinForms\\obj\\Debug\\net6.0-windows\\apphost.exe"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_54899C80D31146DDB9EACE0421E32DDF"
Expand Down Expand Up @@ -882,7 +882,7 @@
}
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_6BD56226B1E440F394086ADC6D4D5C7A"
{
"SourcePath" = "8:..\\CodeCaster.PVBridge.Service\\obj\\Release\\net6.0\\apphost.exe"
"SourcePath" = "8:..\\CodeCaster.PVBridge.Service\\obj\\Debug\\net6.0\\apphost.exe"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_54899C80D31146DDB9EACE0421E32DDF"
Expand Down

0 comments on commit 16be7e2

Please sign in to comment.