Skip to content

Commit

Permalink
release: v0.1.0-preview.27.
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 28, 2021
1 parent 9b881c8 commit 115d2e2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/PinMame/PinMame.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<AssemblyName>PinMame</AssemblyName>
<AssemblyVersion>0.1.0</AssemblyVersion>
<PackageId>PinMame</PackageId>
<PackageVersion>0.1.0-preview.26</PackageVersion>
<PackageVersion>0.1.0-preview.27</PackageVersion>
<PackageProjectUrl>https://github.com/VisualPinball/pinmame-dotnet</PackageProjectUrl>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<InformationalVersion>$(AssemblyVersion)$(PackagePrereleaseIdentifier)</InformationalVersion>
Expand All @@ -26,9 +26,9 @@
<TargetOS Condition="$([MSBuild]::IsOSPlatform('Windows'))">Windows</TargetOS>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Win32.Registry" Version="4.7.0" />
<PackageReference Include="System.Memory" Version="4.5.4" />
<PackageReference Include="NLog" Version="4.7.9" />
<PackageReference Include="Microsoft.Win32.Registry" Version="4.7.0"/>
<PackageReference Include="System.Memory" Version="4.5.4"/>
<PackageReference Include="NLog" Version="4.7.9"/>
</ItemGroup>
<!-- Append target operating system to output path -->
<PropertyGroup>
Expand All @@ -42,10 +42,10 @@
</ItemGroup>
<!-- Include .NET Standard packages on Linux and macOS -->
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)bin\$(Platform)\$(Configuration)\netstandard2.0\Linux\PinMame.dll" Pack="true" PackagePath="runtimes\linux\lib\netstandard2.0" />
<None Include="$(MSBuildThisFileDirectory)bin\$(Platform)\$(Configuration)\netstandard2.0\OSX\PinMame.dll" Pack="true" PackagePath="runtimes\osx\lib\netstandard2.0" />
<None Include="$(MSBuildThisFileDirectory)bin\$(Platform)\$(Configuration)\netstandard2.0\Linux\PinMame.dll" Pack="true" PackagePath="runtimes\linux\lib\netstandard2.0"/>
<None Include="$(MSBuildThisFileDirectory)bin\$(Platform)\$(Configuration)\netstandard2.0\OSX\PinMame.dll" Pack="true" PackagePath="runtimes\osx\lib\netstandard2.0"/>
</ItemGroup>
<ItemGroup>
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="LICENSE.txt" />
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="LICENSE.txt"/>
</ItemGroup>
</Project>

0 comments on commit 115d2e2

Please sign in to comment.