Skip to content

Commit

Permalink
New release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Mar 17, 2023
1 parent aa001e3 commit 8bdae94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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) 2022 [Anders Bjerner](https://twitter.com/abjerner)
Copyright (c) 2023 [Anders Bjerner](https://github.com/abjerner)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Binary file not shown.
6 changes: 3 additions & 3 deletions src/Limbo.Umbraco.BlockList/Limbo.Umbraco.BlockList.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>3.0.2</VersionPrefix>
<VersionPrefix>3.0.3</VersionPrefix>
<VersionSuffix Condition="'$(Configuration)'=='Debug'">build$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`))</VersionSuffix>
<Company>Limbo</Company>
<Authors>Anders Bjerner</Authors>
Expand All @@ -30,7 +30,7 @@
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/abjerner/Limbo.Umbraco.BlockList</RepositoryUrl>
</PropertyGroup>

<!-- Include NuGet dependencies -->
<ItemGroup>
<PackageReference Include="Skybrud.Essentials" Version="1.1.47" />
Expand All @@ -44,7 +44,7 @@
<Content Include="../build/Limbo.png" Pack="true" PackagePath="\" />
<None Include="..\..\NUGET.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<Content Remove="compilerconfig.json" />
<None Include="compilerconfig.json" />
Expand Down

0 comments on commit 8bdae94

Please sign in to comment.