Skip to content

Commit

Permalink
Merge pull request #82 from kzrnm/release/v5.2.0
Browse files Browse the repository at this point in the history
Release/v5.2.0
  • Loading branch information
kzrnm authored Jan 20, 2023
2 parents 24588fe + aced748 commit 59a171a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<PackageProjectUrl>https://github.com/kzrnm/SourceExpander</PackageProjectUrl>
<RepositoryUrl>https://github.com/kzrnm/SourceExpander</RepositoryUrl>
<PackageReleaseNotes>https://github.com/kzrnm/SourceExpander/blob/master/CHANGELOG.md</PackageReleaseNotes>
<Version>5.1.0</Version>
<AssemblyVersion>5.1.0.100</AssemblyVersion>
<Version>5.2.0</Version>
<AssemblyVersion>5.2.0.100</AssemblyVersion>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)key.snk</AssemblyOriginatorKeyFile>
<PackageOutputPath>$(MSBuildThisFileDirectory)bin\Packages\$(Configuration)\</PackageOutputPath>
Expand Down
2 changes: 1 addition & 1 deletion Sample/SampleProject/SampleProject.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<ProjectReference Include="..\_SampleLibrary\_SampleLibrary.csproj" />
<ProjectReference Include="..\_SampleLibrary2\_SampleLibrary2.csproj" />
<PackageReference Include="SourceExpander" Version="3.2.1" />
<PackageReference Include="SourceExpander" Version="5.1.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Sample/_SampleLibrary/_SampleLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SourceExpander.Embedder" Version="3.2.1">
<PackageReference Include="SourceExpander.Embedder" Version="5.1.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 59a171a

Please sign in to comment.