Skip to content

Commit

Permalink
prepare for 1.0-beta.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JBildstein committed May 24, 2022
1 parent 89f7eca commit 38a59ac
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Bildstein.SpiderEye.Core" Version="1.0.0-beta.4" />
<PackageReference Include="Bildstein.SpiderEye.Core" Version="1.0.0-beta.5" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Bildstein.SpiderEye.Linux" Version="1.0.0-beta.4" />
<PackageReference Include="Bildstein.SpiderEye.Linux" Version="1.0.0-beta.5" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Bildstein.SpiderEye.Mac" Version="1.0.0-beta.4" />
<PackageReference Include="Bildstein.SpiderEye.Mac" Version="1.0.0-beta.5" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Bildstein.SpiderEye.Windows" Version="1.0.0-beta.4" />
<PackageReference Include="Bildstein.SpiderEye.Windows" Version="1.0.0-beta.5" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Examples/Spa/App.Core/SpiderEye.Example.Spa.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Bildstein.SpiderEye.Core" Version="1.0.0-beta.4" />
<PackageReference Include="Bildstein.SpiderEye.Core" Version="1.0.0-beta.5" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Examples/Spa/App.Linux/SpiderEye.Example.Spa.Linux.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Bildstein.SpiderEye.Linux" Version="1.0.0-beta.4" />
<PackageReference Include="Bildstein.SpiderEye.Linux" Version="1.0.0-beta.5" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Examples/Spa/App.Mac/SpiderEye.Example.Spa.Mac.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Bildstein.SpiderEye.Mac" Version="1.0.0-beta.4" />
<PackageReference Include="Bildstein.SpiderEye.Mac" Version="1.0.0-beta.5" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Bildstein.SpiderEye.Windows" Version="1.0.0-beta.4" />
<PackageReference Include="Bildstein.SpiderEye.Windows" Version="1.0.0-beta.5" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Source/Shared/SpiderEye.Shared.proj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<OutputType>Library</OutputType>
<AssemblyVersion>1.0.0</AssemblyVersion>
<VersionPrefix>$(AssemblyVersion)</VersionPrefix>
<VersionSuffix>beta.4</VersionSuffix>
<VersionSuffix>beta.5</VersionSuffix>
<PackageId>Bildstein.$(AssemblyName)</PackageId>
<Description>Write .Net Core applications with a webview UI</Description>
<IncludeSymbols>true</IncludeSymbols>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"type": "generated",
"generator": "constant",
"parameters": {
"value": "1.0.0-beta.4"
"value": "1.0.0-beta.5"
},
"replaces": "0.0.0-marker.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"type": "generated",
"generator": "constant",
"parameters": {
"value": "1.0.0-beta.4"
"value": "1.0.0-beta.5"
},
"replaces": "0.0.0-marker.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"type": "generated",
"generator": "constant",
"parameters": {
"value": "1.0.0-beta.4"
"value": "1.0.0-beta.5"
},
"replaces": "0.0.0-marker.0"
},
Expand Down

0 comments on commit 38a59ac

Please sign in to comment.