Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
path = src/dlr
url = https://github.com/IronLanguages/dlr
branch = main
[submodule "IronPython.StdLib"]
path = src/core/IronPython.StdLib
url = https://github.com/IronLanguages/ironpython3-stdlib
10 changes: 1 addition & 9 deletions CurrentVersion.props
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MajorVersion>3</MajorVersion>
<MinorVersion>4</MinorVersion>
<MicroVersion>2</MicroVersion>
<ReleaseLevel>final</ReleaseLevel>
<ReleaseSerial>0</ReleaseSerial><!-- this should only be 0 when final -->

<AssemblyRevision>0</AssemblyRevision>
</PropertyGroup>
<Import Project="$(MSBuildThisFileDirectory)\src\core\IronPython.StdLib\CurrentVersion.props" />
</Project>
1 change: 1 addition & 0 deletions src/core/IronPython.StdLib
Submodule IronPython.StdLib added at b28e7d
37 changes: 0 additions & 37 deletions src/core/IronPython.StdLib/.gitattributes

This file was deleted.

37 changes: 0 additions & 37 deletions src/core/IronPython.StdLib/IronPython.StdLib.pyproj

This file was deleted.

254 changes: 0 additions & 254 deletions src/core/IronPython.StdLib/StdLib.License.txt

This file was deleted.

Loading