Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
wbaldoumas committed Oct 10, 2021
1 parent 0184d90 commit 2fb61eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/NuGet.Workflow/Itabaiyu.NuGet.Workflow.csproj
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.0.2</Version>
<Version>0.0.3</Version>
<Authors>William Baldoumas</Authors>
<Description>Example package for working with GitHub actions.</Description>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
Expand Down
1 change: 1 addition & 0 deletions tests/NuGet.Workflow.UnitTests/FooTests.cs
@@ -1,4 +1,5 @@
using FluentAssertions;
using Itabaiyu.NuGet.Workflow;
using NUnit.Framework;

namespace NuGet.Workflow.UnitTests
Expand Down
Expand Up @@ -10,9 +10,12 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="FluentAssertions" Version="6.1.0" />
<PackageReference Include="Itabaiyu.NuGet.Workflow" Version="0.0.2-preview-002" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="NUnit" Version="3.13.2" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\NuGet.Workflow\Itabaiyu.NuGet.Workflow.csproj" />
</ItemGroup>

</Project>

0 comments on commit 2fb61eb

Please sign in to comment.