Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
donker committed May 7, 2017
1 parent 9979548 commit 39cffd7
Show file tree
Hide file tree
Showing 7 changed files with 2,999 additions and 508 deletions.
1,038 changes: 1,038 additions & 0 deletions .vs/config/applicationhost.config

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Common/ModuleSettings.vb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Namespace Common
End Function

Public Shared Function CacheKey(moduleId As Integer) As String
Return String.Format("SettingsModule{0}", moduleId)
Return String.Format("SettingsProjectsModule{0}", moduleId)
End Function
#End Region

Expand Down
2 changes: 1 addition & 1 deletion Connect.Projects.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<Reference Include="System.Data" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Drawing" />
<Reference Include="System.Net.Http, Version=4.0.30319.33440 built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<Reference Include="System.Net.Http, Version=4.6.1038.0 built by: NETFXREL2 built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>_References\System.Net.Http.dll</HintPath>
<Private>False</Private>
Expand Down
6 changes: 3 additions & 3 deletions My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:

<Assembly: Guid("4fc1a7f9-2b5c-4931-bee5-8257d7c2b298")>
<Assembly: AssemblyVersion("01.02.03")>
<Assembly: AssemblyInformationalVersion("01.02.03")>
<Assembly: AssemblyFileVersion("01.02.03")>
<Assembly: AssemblyVersion("01.02.04")>
<Assembly: AssemblyInformationalVersion("01.02.04")>
<Assembly: AssemblyFileVersion("01.02.04")>
4 changes: 0 additions & 4 deletions Services/UrlCheckService.vb
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,5 @@ Namespace Services

End Sub

Async Function GetSomething() As Task(Of String)

End Function

End Class
End Namespace
99 changes: 99 additions & 0 deletions _BuildSupport/CodeStats/CodeStats_1.2.4.0.xml

Large diffs are not rendered by default.

Loading

0 comments on commit 39cffd7

Please sign in to comment.