Skip to content

Commit

Permalink
New alpha release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Apr 19, 2023
1 parent b2bdeec commit 3883967
Show file tree
Hide file tree
Showing 4 changed files with 6 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) 2022 [Limbo](https://www.limbo.works/)
Copyright (c) 2023 [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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Import and export addon for [Skybrud.Umbraco.Redirects](https://github.com/skybr

## Installation

The Umbraco 10 version of this package is only available via [NuGet](https://www.nuget.org/packages/Skybrud.Umbraco.Redirects.Import). To install the package, you can use either .NET CLI:
The package is only available via [**NuGet**](https://www.nuget.org/packages/Skybrud.Umbraco.Redirects.Import). To install the package, you can use either .NET CLI:

```
dotnet add package Skybrud.Umbraco.Redirects.Import --version 4.0.0-alpha003
dotnet add package Skybrud.Umbraco.Redirects.Import --version 4.0.0-alpha004
```

or the older NuGet Package Manager:

```
Install-Package Skybrud.Umbraco.Redirects -Version 4.0.0-alpha003
Install-Package Skybrud.Umbraco.Redirects -Version 4.0.0-alpha004
```


Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>4.0.0-alpha003</VersionPrefix>
<VersionPrefix>4.0.0-alpha004</VersionPrefix>
<VersionSuffix Condition="'$(Configuration)'=='Debug'">build$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`))</VersionSuffix>
<Company>Limbo</Company>
<Authors>Anders Bjerner</Authors>
<Copyright>Copyright © 2023</Copyright>
<Copyright>Copyright © $([System.DateTime]::UtcNow.ToString(`yyyy`))</Copyright>
<Title>Skybrud Redirects Import</Title>
<Description>Import and export addon for Skybrud Redirects.</Description>
</PropertyGroup>
Expand Down

0 comments on commit 3883967

Please sign in to comment.