Skip to content

Commit

Permalink
New release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Jan 6, 2024
1 parent 43a4d61 commit a875565
Show file tree
Hide file tree
Showing 5 changed files with 5 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) 2023 [Limbo](https://www.limbo.works/)
Copyright (c) 2024 [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
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md)
[![NuGet](https://img.shields.io/nuget/vpre/Skybrud.Umbraco.Redirects.Import.svg)](https://www.nuget.org/packages/Skybrud.Umbraco.Redirects.Import)
[![NuGet](https://img.shields.io/nuget/dt/Skybrud.Umbraco.Redirects.Import.svg)](https://www.nuget.org/packages/Skybrud.Umbraco.Redirects.Import)
[![Our Umbraco](https://img.shields.io/badge/our-umbraco-%233544B1)](https://our.umbraco.com/packages/website-utilities/skybrud-redirects-import/)
[![Umbraco Marketplace](https://img.shields.io/badge/umbraco-marketplace-%233544B1)](https://marketplace.umbraco.com/package/skybrud.umbraco.redirects.import)

Import and export addon for [**Skybrud.Umbraco.Redirects**](https://github.com/skybrud/Skybrud.Umbraco.Redirects). The package features an extensible set of importers and exporters, and by default it supports importing from and exporting to CSV, XLSX and JSON files.
Expand All @@ -16,13 +15,13 @@ Import and export addon for [**Skybrud.Umbraco.Redirects**](https://github.com/s
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.1
dotnet add package Skybrud.Umbraco.Redirects.Import --version 4.0.2
```

or the older NuGet Package Manager:

```
Install-Package Skybrud.Umbraco.Redirects.Import -Version 4.0.1
Install-Package Skybrud.Umbraco.Redirects.Import -Version 4.0.2
```


Expand Down
2 changes: 1 addition & 1 deletion debug.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
dotnet build src/Skybrud.Umbraco.Redirects.Import --configuration Debug /t:rebuild /t:pack -p:PackageOutputPath=c:/nuget
dotnet build src/Skybrud.Umbraco.Redirects.Import/Skybrud.Umbraco.Redirects.Import.csproj --configuration Debug /t:rebuild /t:pack -p:PackageOutputPath=c:\nuget\Umbraco10
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>4.0.1</VersionPrefix>
<VersionPrefix>4.0.2</VersionPrefix>
<VersionSuffix Condition="'$(Configuration)'=='Debug'">build$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`))</VersionSuffix>
<Company>Limbo</Company>
<Authors>Anders Bjerner</Authors>
Expand Down

0 comments on commit a875565

Please sign in to comment.