Skip to content

Commit b7b3d1f

Browse files
committed
New release 🎉
1 parent e1c3380 commit b7b3d1f

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
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) 2021 [Limbo](https://www.limbo.works/)
3+
Copyright (c) 2023 [Limbo](https://www.limbo.works/)
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
16.6 KB
Binary file not shown.
24.6 KB
Binary file not shown.

src/Skybrud.LinkPicker/Skybrud.LinkPicker.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
</PropertyGroup>
77

88
<PropertyGroup>
9-
<Version>2.0.1</Version>
9+
<VersionPrefix>2.0.2</VersionPrefix>
10+
<VersionSuffix Condition="'$(Configuration)'=='Debug'">build$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`))</VersionSuffix>
1011
<Authors>Anders Bjerner</Authors>
1112
<Company>Limbo</Company>
12-
<Description>Library with common purpose functionality for working with .NET.</Description>
13-
<Copyright>Copyright © 2021</Copyright>
13+
<Description>Link picker property editor for Umbraco 8.</Description>
14+
<Copyright>Copyright © 2023</Copyright>
1415
</PropertyGroup>
1516

1617
<PropertyGroup>

0 commit comments

Comments
 (0)