Skip to content

Commit

Permalink
🎉 v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rickbutterfield committed Jun 30, 2023
1 parent ca734ad commit 23a0e81
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 15 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ The Umbraco 10.4+ version of this package is [available via NuGet](https://www.n
To install the package, you can use either .NET CLI:

```
dotnet add package Umbraco.Community.BlockPreview --version 1.4.0
dotnet add package Umbraco.Community.BlockPreview --version 1.4.1
```

or the older NuGet Package Manager:

```
Install-Package Umbraco.Community.BlockPreview -Version 1.4.0
Install-Package Umbraco.Community.BlockPreview -Version 1.4.1
```

## Setup
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0
1.4.1
File renamed without changes.
3 changes: 1 addition & 2 deletions build/release.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
@echo off
dotnet build ../src/Umbraco.Community.BlockPreview/Umbraco.Community.BlockPreview.csproj --configuration Release /t:rebuild /t:pack -p:PackageOutputPath=../../releases/nuget
dotnet build ../src/Our.Umbraco.BlockPreview/Our.Umbraco.BlockPreview.csproj --configuration Release /t:rebuild /t:pack -p:PackageOutputPath=../../releases/nuget
dotnet build ../src/Umbraco.Community.BlockPreview/Umbraco.Community.BlockPreview.csproj --configuration Release /t:rebuild /t:pack -p:PackageOutputPath=../../releases/nuget
3 changes: 1 addition & 2 deletions build/release.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
@echo off
dotnet build ../src/Umbraco.Community.BlockPreview/Umbraco.Community.BlockPreview.csproj --configuration Release /t:rebuild /t:pack -p:PackageOutputPath=../../releases/nuget
dotnet build ../src/Our.Umbraco.BlockPreview/Our.Umbraco.BlockPreview.csproj --configuration Release /t:rebuild /t:pack -p:PackageOutputPath=../../releases/nuget
dotnet build ../src/Umbraco.Community.BlockPreview/Umbraco.Community.BlockPreview.csproj --configuration Release /t:rebuild /t:pack -p:PackageOutputPath=../../releases/nuget
Binary file modified releases/nuget/Our.Umbraco.BlockPreview.1.3.1.nupkg
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Umbraco.Community.BlockPreview",
"version": "1.4.0",
"version": "1.4.1",
"allowPackageTelemetry": true,
"javascript": [
"~/App_Plugins/Umbraco.Community.BlockPreview/js/resources/preview.resource.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Umbraco.Community.BlockPreview",
"version": "1.4.0",
"version": "1.4.1",
"allowPackageTelemetry": true,
"javascript": [
"~/App_Plugins/Umbraco.Community.BlockPreview/js/resources/preview.resource.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Umbraco.Community.BlockPreview",
"version": "1.4.0",
"version": "1.4.1",
"allowPackageTelemetry": true,
"javascript": [
"~/App_Plugins/Umbraco.Community.BlockPreview/js/resources/preview.resource.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageId>Umbraco.Community.BlockPreview</PackageId>
<Title>Umbraco.Community.BlockPreview</Title>

<VersionPrefix>1.4.0</VersionPrefix>
<VersionPrefix>1.4.1</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Authors>Rick Butterfield, Dave Woestenborghs, Matthew Wise</Authors>

Expand Down Expand Up @@ -61,9 +61,8 @@
</ItemGroup>

<ItemGroup>
<Content Update="App_Plugins\Umbraco.Community.BlockPreview\views\block-preview.html">
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
<CopyToPublishDirectory>Always</CopyToPublishDirectory>
</Content>
<None Update="build\Umbraco.Community.BlockPreview.targets">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>

0 comments on commit 23a0e81

Please sign in to comment.