Skip to content

Commit

Permalink
Add Version.targets to use globally
Browse files Browse the repository at this point in the history
Using this method, we can have both `ExampleMod` and `SMLHelper` use the same version by just modifying one file.
  • Loading branch information
Metious committed Sep 4, 2022
1 parent 469cc84 commit ac33a48
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Version.targets
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<!-- The assembly uses this version number. !-->
<Version>2.14.0</Version>
</PropertyGroup>
</Project>

0 comments on commit ac33a48

Please sign in to comment.