Skip to content

Commit 559a0f0

Browse files
committed
First beta release 🎉
1 parent 6483989 commit 559a0f0

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-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) 2020 [Skybrud.dk](http://www.skybrud.dk/)
3+
Copyright (c) 2021 [Skybrud.dk](http://www.skybrud.dk/)
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
Binary file not shown.
Binary file not shown.

src/LICENSE.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h1>Skybrud.LinkPicker</h1>
8282
<h2>The MIT License (MIT)</h2>
8383
<div class="skybrudLogo"><a href="http://www.skybrud.dk/" target="_blank"></a></div>
8484
<p>
85-
Copyright &copy; 2020 <a href="http://www.skybrud.dk/" target="_blank">Skybrud.dk</a>
85+
Copyright &copy; 2021 <a href="http://www.skybrud.dk/" target="_blank">Skybrud.dk</a>
8686
</p>
8787
<p>
8888
Permission is hereby granted, free of charge, to any person obtaining a copy of

src/Skybrud.LinkPicker/Skybrud.LinkPicker.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
</PropertyGroup>
66

77
<PropertyGroup>
8-
<Version>2.0.0-alpha005</Version>
8+
<Version>2.0.0-beta001</Version>
99
<Authors>Anders Bjerner</Authors>
1010
<Company>Skybrud.dk</Company>
1111
<Description>Library with common purpose functionality for working with .NET.</Description>
12-
<Copyright>Copyright © 2020</Copyright>
12+
<Copyright>Copyright © 2021</Copyright>
1313
</PropertyGroup>
1414

1515
<PropertyGroup>

0 commit comments

Comments
 (0)