We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c751886 commit b3e6fd3Copy full SHA for b3e6fd3
1 file changed
CurrentVersion.props
@@ -1,12 +1,4 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
- <PropertyGroup>
4
- <MajorVersion>3</MajorVersion>
5
- <MinorVersion>4</MinorVersion>
6
- <MicroVersion>2</MicroVersion>
7
- <ReleaseLevel>final</ReleaseLevel>
8
- <ReleaseSerial>0</ReleaseSerial><!-- this should only be 0 when final -->
9
-
10
- <AssemblyRevision>0</AssemblyRevision>
11
- </PropertyGroup>
+ <Import Project="$(MSBuildThisFileDirectory)\src\core\IronPython.StdLib\CurrentVersion.props" />
12
</Project>
0 commit comments