Skip to content

Commit

Permalink
First stable release 🎉
Browse files Browse the repository at this point in the history
This package has been in beta for a while since I never really got the time to fully wrap it up. On the other hand we're in a place where we haven't made any significant changes for a while, and Umbraco 7 is now EOL. So as a result of this, I'm now releasing the first (and probably last) stable release for Umbraco 7.
  • Loading branch information
abjerner committed Jan 9, 2024
1 parent 79a0a65 commit c25ecea
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 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 in
Expand Down
Binary file added releases/github/Skybrud.VideoPicker.v1.0.0.zip
Binary file not shown.
Binary file added releases/nuget/Skybrud.VideoPicker.1.0.0.nupkg
Binary file not shown.
4 changes: 2 additions & 2 deletions src/Skybrud.VideoPicker/Skybrud.VideoPicker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.0.0-beta015</Version>
<Version>1.0.0</Version>
<Authors>Anders Bjerner</Authors>
<Company>Limbo</Company>
<Description>Skybrud.VideoPicker is a package for Umbraco 7 containing a property editor and a grid editor for inserting videos from YouTube, Vimeo or TwentyThree.</Description>
<Copyright>Copyright © 2023</Copyright>
<Copyright>Copyright © 2024</Copyright>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit c25ecea

Please sign in to comment.