Skip to content

Commit

Permalink
Adding Target version
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemiller-rum committed Feb 2, 2024
1 parent 18c753b commit 230c583
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RDSService/RDSService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,8 @@
<ProjectReference Include="..\RDSServiceLibrary\RDSServiceLibrary.csproj" />
</ItemGroup>

<Target Name="PrintVersion">
<Message Text="Version: $(Version)" Importance="high"/>
</Target>

</Project>

0 comments on commit 230c583

Please sign in to comment.