diff --git a/LICENSE.md b/LICENSE.md index 9c81e69..7f37725 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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 diff --git a/debug.bat b/debug.bat index 9d3a284..4fd6b63 100644 --- a/debug.bat +++ b/debug.bat @@ -1,2 +1,2 @@ @echo off -dotnet build src/Limbo.Umbraco.Tables --configuration Debug /t:rebuild /t:pack -p:PackageOutputPath=c:\nuget \ No newline at end of file +dotnet build src/Limbo.Umbraco.Tables --configuration Debug /t:rebuild /t:pack -p:PackageOutputPath=c:\nuget\Umbraco10 \ No newline at end of file diff --git a/releases/nuget/Limbo.Umbraco.Tables.1.1.3.nupkg b/releases/nuget/Limbo.Umbraco.Tables.1.1.3.nupkg new file mode 100644 index 0000000..8e79928 Binary files /dev/null and b/releases/nuget/Limbo.Umbraco.Tables.1.1.3.nupkg differ diff --git a/src/Limbo.Umbraco.Tables/Limbo.Umbraco.Tables.csproj b/src/Limbo.Umbraco.Tables/Limbo.Umbraco.Tables.csproj index e05b786..2d35e29 100644 --- a/src/Limbo.Umbraco.Tables/Limbo.Umbraco.Tables.csproj +++ b/src/Limbo.Umbraco.Tables/Limbo.Umbraco.Tables.csproj @@ -8,7 +8,7 @@ - 1.1.2 + 1.1.3 build$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`)) Limbo Anders Bjerner