Skip to content

Commit

Permalink
New release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Apr 27, 2019
1 parent 1320675 commit 7033fe9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 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) 2018 [Skybrud.dk](http://www.skybrud.dk/)
Copyright (c) 2019 [Skybrud.dk](http://www.skybrud.dk/)

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.Essentials.v1.1.11.zip
Binary file not shown.
Binary file added releases/nuget/Skybrud.Essentials.1.1.11.nupkg
Binary file not shown.
5 changes: 4 additions & 1 deletion src/Skybrud.Essentials/Skybrud.Essentials.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
</ItemGroup>

<PropertyGroup>
<Version>1.1.10</Version>
<Version>1.1.11</Version>
<Authors>Anders Bjerner</Authors>
<Company>Skybrud.dk</Company>
<Description>Library with common purpose functionality for working with .NET.</Description>
<Copyright>Copyright © 2019</Copyright>
</PropertyGroup>
Expand All @@ -33,6 +34,8 @@
<PackageLicenseUrl>https://github.com/skybrud/Skybrud.Essentials/blob/master/LICENSE.md</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/skybrud/Skybrud.Essentials</PackageProjectUrl>
<PackageIconUrl>http://www.skybrud.dk/img/5431sk/icon/favicon.ico</PackageIconUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/skybrud/Skybrud.Essentials</RepositoryUrl>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 7033fe9

Please sign in to comment.