This repository was archived by the owner on May 19, 2020. It is now read-only.
File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
2
2
Microsoft Visual Studio Solution File, Format Version 12.00
3
3
# Visual Studio 14
4
- VisualStudioVersion = 14.0.23107.0
4
+ VisualStudioVersion = 14.0.25420.1
5
5
MinimumVisualStudioVersion = 10.0.40219.1
6
6
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "SolidEdge.Community" , "SolidEdge.Community\SolidEdge.Community.csproj" , "{0E7A7AE5-0D9D-4608-A959-FD0C90E06841}"
7
7
EndProject
Original file line number Diff line number Diff line change 34
34
// [assembly: AssemblyVersion("1.0.*")]
35
35
36
36
// ONLY INCREMENT THIS VALUE ON MAJOR RELEASES!
37
- [ assembly: AssemblyVersion ( "108 .0.0.0" ) ]
37
+ [ assembly: AssemblyVersion ( "109 .0.0.0" ) ]
38
38
39
39
// This version should match the NuGet version.
40
- [ assembly: AssemblyFileVersion ( "108.2 .0.0" ) ]
40
+ [ assembly: AssemblyFileVersion ( "109.0 .0.0" ) ]
Original file line number Diff line number Diff line change 31
31
<DocumentationFile >bin\Release\SolidEdge.Community.xml</DocumentationFile >
32
32
</PropertyGroup >
33
33
<ItemGroup >
34
- <Reference Include =" Interop.SolidEdge, Version=108 .0.0.0, Culture=neutral, processorArchitecture=MSIL" >
35
- <HintPath >..\packages\Interop.SolidEdge.108.2 .0\lib\net40\Interop.SolidEdge.dll</HintPath >
34
+ <Reference Include =" Interop.SolidEdge, Version=109 .0.0.0, Culture=neutral, processorArchitecture=MSIL" >
35
+ <HintPath >..\packages\Interop.SolidEdge.109.0 .0\lib\net40\Interop.SolidEdge.dll</HintPath >
36
36
<Private >True</Private >
37
37
</Reference >
38
38
<Reference Include =" System" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
- <package id =" Interop.SolidEdge" version =" 108.2 .0" targetFramework =" net4 " />
3
+ <package id =" Interop.SolidEdge" version =" 109.0 .0" targetFramework =" net40 " />
4
4
</packages >
You can’t perform that action at this time.
0 commit comments