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

Commit

Permalink
Bump version to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeCasterNL committed Jun 15, 2022
1 parent f176e60 commit d16bb79
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.0-dev</Version>
<Version>0.6.2-dev</Version>
<Deterministic>true</Deterministic>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ order: 4
---
## Changelog

### [v0.6.0](https://github.com/CodeCasterNL/PVBridge/releases/tag/v0.6.0)
### [v0.6.2](https://github.com/CodeCasterNL/PVBridge/releases/tag/v0.6.2)
* Parse API dates according to user settings.
* Fix event log logging.

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.0), ignore SmartScreen (click "More info" and "Run anyway").
You'll need the latest PVBridge.{version}.msi (currently 0.6.2), 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:{0DA11EC9-708F-4F6C-8381-43BF93E4CD52}"
"PackageCode" = "8:{C7C8FEF2-9ACF-479F-898A-8068E9F75EE6}"
"ProductCode" = "8:{DB139AD8-A66C-417E-9812-3EFB22BA6B75}"
"PackageCode" = "8:{19C12333-7C00-4FF7-8731-0991F6D0D243}"
"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.0"
"ProductVersion" = "8:0.6.2"
"Manufacturer" = "8:CodeCaster"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down

0 comments on commit d16bb79

Please sign in to comment.