Skip to content

Commit

Permalink
Prepare package for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bstadick committed May 22, 2024
1 parent 2a6ea8a commit 3074f62
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<NetFrameworkVersion>net8.0</NetFrameworkVersion>

<!-- Package Creation settings -->
<Version>0.2.0</Version>
<Version>1.0.0</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
<FileVersion>$(Version)</FileVersion>
<Title>MauiNUnitRunner</Title>
Expand Down
3 changes: 3 additions & 0 deletions src/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
<PackageReference Update="Microsoft.Maui.Controls" Version="8.0.14" />
<PackageReference Update="Microsoft.Maui.Controls.Compatibility" Version="8.0.14" />
<PackageReference Update="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />

<!-- Build packages -->
<PackageReference Update="DotNet.ReproducibleBuilds" Version="1.1.1" />
</ItemGroup>
</Project>
2 changes: 2 additions & 0 deletions src/MauiNUnitRunner.Controls/MauiNUnitRunner.Controls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<EnablePackageValidation>true</EnablePackageValidation>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>

Expand All @@ -34,6 +35,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="DotNet.ReproducibleBuilds" PrivateAssets="All"/>
<PackageReference Include="Microsoft.Maui.Controls" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" />
<PackageReference Include="CommunityToolkit.Maui" />
Expand Down

0 comments on commit 3074f62

Please sign in to comment.