Skip to content

Commit

Permalink
Bump to alpha006
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Butterfield committed Aug 2, 2024
1 parent b170970 commit be3f93f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ The Umbraco v14.2+ version of this package is [available via NuGet](https://www.
To install the package, you can use either .NET CLI:

```
dotnet add package Umbraco.Community.BlockPreview --version 2.0.0-rc1
dotnet add package Umbraco.Community.BlockPreview --version 2.0.0-alpha006
```

or the older NuGet Package Manager:

```
Install-Package Umbraco.Community.BlockPreview -Version 2.0.0-rc1
Install-Package Umbraco.Community.BlockPreview -Version 2.0.0-alpha006
```

### Setup
Expand Down
2 changes: 1 addition & 1 deletion src/Umbraco.Cms.14.x/Umbraco.Cms.14.x.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Umbraco.Cms" Version="14.1.0" />
<PackageReference Include="Umbraco.Cms.Core" Version="14.1.0" />
<PackageReference Include="Umbraco.Community.BlockPreview" Version="2.0.0-alpha005" />
<PackageReference Include="Umbraco.Community.BlockPreview" Version="2.0.0-alpha006" />
<PackageReference Include="uSync" Version="14.0.0" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions src/Umbraco.Community.BlockPreview.UI/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Umbraco.Community.BlockPreview.UI/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "assets",
"private": true,
"version": "2.0.0-rc1",
"version": "2.0.0-alpha006",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "../umbraco-package-schema.json",
"name": "Umbraco.Community.BlockPreview",
"id": "Umbraco.Community.BlockPreview",
"version": "2.0.0-alpha005",
"version": "2.0.0-alpha006",
"allowTelemetry": true,
"extensions": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

<VersionPrefix>2.0.0</VersionPrefix>
<VersionSuffix>alpha005</VersionSuffix>
<VersionSuffix>alpha006</VersionSuffix>
<Authors>Rick Butterfield, Dave Woestenborghs, Matthew Wise</Authors>
<Copyright>$([System.DateTime]::UtcNow.ToString(`yyyy`)) © Rick Butterfield</Copyright>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "../umbraco-package-schema.json",
"name": "Umbraco.Community.BlockPreview",
"id": "Umbraco.Community.BlockPreview",
"version": "2.0.0-alpha005",
"version": "2.0.0-alpha006",
"allowTelemetry": true,
"extensions": [
{
Expand Down

0 comments on commit be3f93f

Please sign in to comment.