Skip to content

Commit

Permalink
It's on
Browse files Browse the repository at this point in the history
  • Loading branch information
daveaglick committed Apr 10, 2018
1 parent 8902cbd commit ec2d8d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RELEASE
@@ -1 +1 @@
v1.4.0
v1.4.1
2 changes: 1 addition & 1 deletion src/clients/Cake.Wyam/Cake.Wyam.csproj
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>Wyam is a simple to use, highly modular, and extremely configurable static content generator. This library contains an addin for Cake for interacting with Wyam.</Description>
<PackageTags>Cake Wyam Static StaticContent StaticSite Blog BlogEngine</PackageTags>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/core/Wyam.Core/Wyam.Core.csproj
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>Wyam is a simple to use, highly modular, and extremely configurable static content generator. This is the core engine and can be used to embed Wyam into your application. If you just want to create sites, download the Wyam executable from GitHub the Wyam website.</Description>
<PackageTags>Wyam Static StaticContent StaticSite Blog BlogEngine</PackageTags>
</PropertyGroup>
Expand Down

0 comments on commit ec2d8d5

Please sign in to comment.