Skip to content

Commit

Permalink
Update to 0.0.0.1-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
BobLd committed Jan 17, 2022
1 parent 106b159 commit 45a8c7b
Show file tree
Hide file tree
Showing 6 changed files with 6 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-alpha4</Version>
<Version>0.0.0.1-beta1</Version>
</PropertyGroup>

<ItemGroup>
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-alpha4</Version>
<Version>0.0.0.1-beta1</Version>
</PropertyGroup>

<ItemGroup>
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 @@ -5,7 +5,7 @@

<IsPackable>false</IsPackable>

<Version>0.0.0.1-alpha4</Version>
<Version>0.0.0.1-beta1</Version>
</PropertyGroup>

<ItemGroup>
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-alpha4</Version>
<Version>0.0.0.1-beta1</Version>
</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-alpha4</Version>
<Version>0.0.0.1-beta1</Version>
</PropertyGroup>

<ItemGroup>
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-alpha4</Version>
<Version>0.0.0.1-beta1</Version>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<NeutralLanguage>en</NeutralLanguage>
<DebugType>embedded</DebugType>
Expand Down

0 comments on commit 45a8c7b

Please sign in to comment.