Skip to content

Commit

Permalink
bump version to 2.0.0-rc4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjeff committed Aug 10, 2021
1 parent 4e8cc24 commit 5b660ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>2.0.0-rc4.1</Version>
<Version>2.0.0-rc4.2</Version>
<Copyright>Copyright © secs4net 2021</Copyright>
<RepositoryUrl>https://github.com/mkjeff/secs4net</RepositoryUrl>
<Authors>mkjeff</Authors>
Expand Down
1 change: 1 addition & 0 deletions samples/DeviceWorkerService/DeviceWorkerService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
<UserSecretsId>dotnet-DeviceWorkerService-D257E021-F238-499C-8ACD-858186E73C0A</UserSecretsId>
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions samples/SecsDevice/SecsDevice.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<OutputType>WinExe</OutputType>
<TargetFrameworks>net6.0-windows;net472</TargetFrameworks>
<UseWindowsForms>true</UseWindowsForms>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions samples/WpfVisualizer/WpfVisualizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 5b660ee

Please sign in to comment.