Skip to content

Commit

Permalink
SerialPortStream: Fix project file and label for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jcurl committed Jun 8, 2023
1 parent 606a759 commit 817367b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion code/SerialPortStream.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<?xml version="1.0" encoding="utf-8"?>

<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net40;net45;netstandard21</TargetFrameworks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<RevisionControl>git</RevisionControl>
<RevisionControlLabel>release/v$(Version)</RevisionControlLabel>
<RevisionControlLabel>release/virt/v$(Version)</RevisionControlLabel>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Debug'">
Expand Down

0 comments on commit 817367b

Please sign in to comment.