Skip to content

Commit

Permalink
version 0.0.0.1-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
BobLd committed Jan 27, 2022
1 parent e728106 commit b9d6d15
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Panoptes.Model.Mock/Panoptes.Model.Mock.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Version>0.0.0.1-beta1</Version>
<Version>0.0.0.1-beta2</Version>
<Authors>Panoptes</Authors>
<Company>Panoptes</Company>
<PackageProjectUrl>https://github.com/BobLd/lean-monitor-2</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion Panoptes.Model.MongoDB/Panoptes.Model.MongoDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<DebugType>embedded</DebugType>
<Version>0.0.0.1-beta1</Version>
<Version>0.0.0.1-beta2</Version>
<Authors>Panoptes</Authors>
<Company>Panoptes</Company>
<PackageProjectUrl>https://github.com/BobLd/lean-monitor-2</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion Panoptes.Model.Tests/Panoptes.Model.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
<Version>0.0.0.1-beta1</Version>
<Version>0.0.0.1-beta2</Version>
<Authors>Panoptes</Authors>
<Company>Panoptes</Company>
<PackageProjectUrl>https://github.com/BobLd/lean-monitor-2</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion Panoptes.Model/Panoptes.Model.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<DebugType>embedded</DebugType>
<Version>0.0.0.1-beta1</Version>
<Version>0.0.0.1-beta2</Version>
<Authors>Panoptes</Authors>
<Company>Panoptes</Company>
<PackageProjectUrl>https://github.com/BobLd/lean-monitor-2</PackageProjectUrl>
Expand Down
3 changes: 3 additions & 0 deletions Panoptes.QuantConnect/Panoptes.QuantConnect.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<DebugType>embedded</DebugType>
<Version>0.0.0.1-beta2</Version>
<Authors>Panoptes</Authors>
<Company>Panoptes</Company>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Panoptes.ViewModels/Panoptes.ViewModels.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<DebugType>embedded</DebugType>
<Version>0.0.0.1-beta1</Version>
<Version>0.0.0.1-beta2</Version>
<Authors>Panoptes</Authors>
<Company>Panoptes</Company>
<PackageProjectUrl>https://github.com/BobLd/lean-monitor-2</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion Panoptes/Panoptes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ApplicationIcon>Resources\icon\logo_plain.ico</ApplicationIcon>
<Version>0.0.0.1-beta1</Version>
<Version>0.0.0.1-beta2</Version>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<NeutralLanguage>en</NeutralLanguage>
<DebugType>embedded</DebugType>
Expand Down

0 comments on commit b9d6d15

Please sign in to comment.