Skip to content

Commit 8b6cf78

Browse files
committed
New release 🎉
1 parent 2d57834 commit 8b6cf78

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2022 [Anders Bjerner](https://twitter.com/abjerner)
3+
Copyright (c) 2023 [Anders Bjerner](https://github.com/abjerner)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
19.1 KB
Binary file not shown.

src/Limbo.Umbraco.TextBox/Limbo.Umbraco.TextBox.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@
77
</PropertyGroup>
88

99
<PropertyGroup>
10-
<VersionPrefix>1.0.0</VersionPrefix>
10+
<VersionPrefix>1.0.1</VersionPrefix>
1111
<VersionSuffix Condition="'$(Configuration)'=='Debug'">$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`))</VersionSuffix>
1212
<Company>Limbo</Company>
1313
<Authors>Anders Bjerner</Authors>
14-
<Copyright>Copyright © 2022</Copyright>
14+
<Copyright>Copyright © $([System.DateTime]::UtcNow.ToString(`yyyy`))</Copyright>
1515
<Title>Limbo TextBox</Title>
16-
<Description>TextBox property editor for Umbraco 10.</Description>
16+
<Description>TextBox property editor for Umbraco 10+.</Description>
1717
</PropertyGroup>
1818

1919
<!-- Information for the NuGet package -->
2020
<PropertyGroup>
2121
<PackageId>Limbo.Umbraco.TextBox</PackageId>
2222
<PackageTags>Limbo, Skybrud, Umbraco, Textbox, Textarea, Umbraco-Marketplace</PackageTags>
2323
<PackageLicenseExpression>MIT</PackageLicenseExpression>
24-
<PackageProjectUrl>https://github.com/abjerner/Limbo.Umbraco.TextBox</PackageProjectUrl>
24+
<PackageProjectUrl>https://packages.limbo.works/limbo.umbraco.textbox/v1/</PackageProjectUrl>
2525
<PackageIcon>Limbo.png</PackageIcon>
2626
<RepositoryType>git</RepositoryType>
2727
<RepositoryUrl>https://github.com/abjerner/Limbo.Umbraco.TextBox</RepositoryUrl>

0 commit comments

Comments
 (0)