Skip to content

Commit

Permalink
version bump for 0.7.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Baugh committed Aug 28, 2020
1 parent ff06781 commit 2d25e8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions XML/XML.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>Hybrasyl.Xml</AssemblyName>
<RootNamespace>Hybrasyl.Xml</RootNamespace>
<PackageVersion>0.7.0</PackageVersion>
<Version>0.7.0</Version>
<PackageVersion>0.7.2</PackageVersion>
<Version>0.7.2</Version>
<BuildDocFx Condition="'$(Configuration)'=='Debug'">false</BuildDocFx>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion hybrasyl/Hybrasyl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Company>Project Hybrasyl</Company>
<Product>Hybrasyl Server</Product>
<Description>Hybrasyl, a DOOMVAS v1 emulator</Description>
<Version>0.7.0</Version>
<Version>0.7.2</Version>
<BuildDocFx Condition="'$(Configuration)'=='Debug' ">false</BuildDocFx>
</PropertyGroup>

Expand Down

0 comments on commit 2d25e8b

Please sign in to comment.