Skip to content

Commit

Permalink
New beta release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Jan 4, 2023
1 parent 16defdb commit 860ba43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file added releases/github/Skybrud.Forms.v1.0.0-beta007.zip
Binary file not shown.
Binary file added releases/nuget/Skybrud.Forms.1.0.0-beta007.nupkg
Binary file not shown.
8 changes: 4 additions & 4 deletions src/Skybrud.Forms/Skybrud.Forms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<TargetFrameworks>netstandard2.0;net45;net472</TargetFrameworks>
<BuildInParallel>false</BuildInParallel>
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>1.0.0-beta006</VersionPrefix>
<VersionPrefix>1.0.0-beta007</VersionPrefix>
<VersionSuffix Condition="'$(Configuration)'=='Debug'">build$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`))</VersionSuffix>
<Company>Limbo</Company>
<Authors>Anders Bjerner</Authors>
Expand All @@ -28,7 +28,7 @@
<ItemGroup>
<PackageReference Include="Skybrud.Essentials" Version="1.1.41" />
</ItemGroup>

<!-- Include package icon for NuGet -->
<ItemGroup>
<Content Include="../build/Limbo.png" Pack="true" PackagePath="\" />
Expand All @@ -39,7 +39,7 @@
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>

<!-- Run Skybrud.BuildTools (eg. build ZIP for release) -->
<!-- Run Skybrud.BuildTools (eg. build ZIP for release) -->
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(ConfigurationName)'=='Release' AND '$(BuildTools)'=='1' AND '$(TargetFramework)'=='net472'">
<Exec Command="&quot;$(ProjectDir)..\build\Skybrud.BuildTools.Tasks.exe&quot; &quot;postBuild&quot; &quot;$(ConfigurationName)&quot; &quot;$(ProjectPath)&quot; &quot;$(TargetPath)&quot;" />
</Target>
Expand Down

0 comments on commit 860ba43

Please sign in to comment.