Update Version.props

This commit is contained in:
Clint Rutkas
2020-10-20 15:58:26 -07:00
committed by GitHub
parent f4d0ef19fb
commit a1782f31b2

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup> <PropertyGroup>
<Version>0.0.1</Version> <Version>0.0.1</Version>
<DevEnvironment>Local</DevEnvironment> <DevEnvironment>Local</DevEnvironment>
</PropertyGroup> </PropertyGroup>
</Project> </Project>