Skip to content
This repository was archived by the owner on May 19, 2020. It is now read-only.

Commit 150ec5f

Browse files
committed
109.0.0 release
1 parent 36ca6cd commit 150ec5f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/SolidEdge.Community.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 14
4-
VisualStudioVersion = 14.0.23107.0
4+
VisualStudioVersion = 14.0.25420.1
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SolidEdge.Community", "SolidEdge.Community\SolidEdge.Community.csproj", "{0E7A7AE5-0D9D-4608-A959-FD0C90E06841}"
77
EndProject

src/SolidEdge.Community/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
// [assembly: AssemblyVersion("1.0.*")]
3535

3636
// ONLY INCREMENT THIS VALUE ON MAJOR RELEASES!
37-
[assembly: AssemblyVersion("108.0.0.0")]
37+
[assembly: AssemblyVersion("109.0.0.0")]
3838

3939
// This version should match the NuGet version.
40-
[assembly: AssemblyFileVersion("108.2.0.0")]
40+
[assembly: AssemblyFileVersion("109.0.0.0")]

src/SolidEdge.Community/SolidEdge.Community.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
<DocumentationFile>bin\Release\SolidEdge.Community.xml</DocumentationFile>
3232
</PropertyGroup>
3333
<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>
3636
<Private>True</Private>
3737
</Reference>
3838
<Reference Include="System" />
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Interop.SolidEdge" version="108.2.0" targetFramework="net4" />
3+
<package id="Interop.SolidEdge" version="109.0.0" targetFramework="net40" />
44
</packages>

0 commit comments

Comments
 (0)