Skip to content

Commit

Permalink
Upgrade to alpha-004.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Jump committed Mar 24, 2021
1 parent 90910e7 commit 39fefbe
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

# Umbraco bits.
[Uu]mbraco/
**/App_Data/TEMP/

# User-specific files
*.rsuser
Expand Down
4 changes: 2 additions & 2 deletions src/DoStuff.Core/DoStuff.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Umbraco.Cms.Web" Version="9.0.0-beta001.20210310.11" />
</ItemGroup>
<PackageReference Include="Umbraco.Cms.Web.BackOffice" Version="9.0.0-alpha004" />
</ItemGroup>

</Project>
12 changes: 12 additions & 0 deletions src/DoStuff.Core/Events/DoStuffContentNotificationHandler.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace DoStuff.Core.Events
{
class DoStuffContentNotificationHandler
{
}
}
4 changes: 2 additions & 2 deletions src/DoStuff.Site/DoStuff.Site.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Umbraco.Cms" Version="9.0.0-beta001.20210310.11" />
</ItemGroup>
<PackageReference Include="Umbraco.Cms" Version="9.0.0-alpha004" />
</ItemGroup>

<ItemGroup>
<Compile Remove="umbraco\Data\**" />
Expand Down
6 changes: 3 additions & 3 deletions src/DoStuff.Site/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"System": "Warning",
"DoStuff.Core": "Debug"
"DoStuff.Core": "Debug"
}
}
},
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"RuntimeMinification": {
"dataFolder": "App_Data/TEMP/Smidge",
"version": "637432008251409860"
"version": "637521888134448519"
},
"Security": {
"KeepUserLoggedIn": false,
Expand Down Expand Up @@ -74,6 +74,6 @@
}
},
"DoStuff": {
"MagicNumber": 102
"MagicNumber": 102
}
}

0 comments on commit 39fefbe

Please sign in to comment.