Skip to content

Commit

Permalink
New alpha release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Jan 7, 2025
1 parent b566fb7 commit 75d91cd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2024 [Limbo](https://www.limbo.works/)
Copyright (c) 2025 [Limbo](https://www.limbo.works/)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
# Limbo SPA

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md) [![NuGet](https://img.shields.io/nuget/v/Limbo.Umbraco.Spa.svg)](https://www.nuget.org/packages/Skybrud.Essentials)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md)
[![NuGet](https://img.shields.io/nuget/v/Limbo.Umbraco.Spa.svg)](https://www.nuget.org/packages/Skybrud.Essentials)

*Limbo.Umbraco.Spa* is a package we use internally at [**@Limbo**](https://github.com/limbo-works) for making large single page applications (SPA) using Umbraco as a headless CMS.

## Installation

For Umbraco 10+, the package is only available via [**NuGet**](https://www.nuget.org/packages/Limbo.Umbraco.Spa/2.0.0-alpha004). Either via the .NET CLI:
For Umbraco 13, the package is only available via [**NuGet**](https://www.nuget.org/packages/Limbo.Umbraco.Spa/13.0.0-alpha003). Either via the .NET CLI:

```
dotnet add package Limbo.Umbraco.Spa --version 2.0.0-alpha004
dotnet add package Limbo.Umbraco.Spa --version 13.0.0-alpha003
```

or the NuGet Package Manager:

```
Install-Package Limbo.Umbraco.Spa -Version 2.0.0-alpha004
Install-Package Limbo.Umbraco.Spa -Version 13.0.0-alpha003
```

### Other versions of Umbraco

- **Umbraco 10-12:** See the [v1/main](https://github.com/limbo-works/Limbo.Umbraco.Spa/tree/v2/main) branch.
- **Umbraco 9:** See the [v1/main](https://github.com/limbo-works/Limbo.Umbraco.Spa/tree/v1/main) branch.
- **Umbraco 8:** See our older [Skybrud.Umbraco.Spa](https://github.com/skybrud/Skybrud.Umbraco.Spa) package.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Limbo.Umbraco.Spa/Limbo.Umbraco.Spa.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>13.0.0-alpha002</VersionPrefix>
<VersionPrefix>13.0.0-alpha003</VersionPrefix>
<VersionSuffix Condition="'$(Configuration)'=='Debug'">$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`))</VersionSuffix>
<Company>Limbo</Company>
<Product>Limbo SPA</Product>
Expand Down

0 comments on commit 75d91cd

Please sign in to comment.