Skip to content

Commit

Permalink
Bumping to 3.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Oct 16, 2024
1 parent 50c8130 commit 14e8255
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<ImplicitUsings>true</ImplicitUsings>
<Nullable>enable</Nullable>
<VersionPrefix>3.0.0</VersionPrefix>
<VersionSuffix>rc-2</VersionSuffix>
<RepositoryUrl>$(PackageProjectUrl)</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>

<!-- Temporary, just waiting for Rabbit client to catch up -->
<VersionSuffix>rc-3</VersionSuffix>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Wolverine\Wolverine.csproj"/>
Expand Down

0 comments on commit 14e8255

Please sign in to comment.