Skip to content

Commit

Permalink
moved the SampleWorkerApp under src. v4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Apr 20, 2020
1 parent b322410 commit 6ecd1b9
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Lamar.sln
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lamar.AspNetCoreTests.Integ
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LamarWithAspNetCoreMvc3", "src\LamarWithAspNetCoreMvc3\LamarWithAspNetCoreMvc3.csproj", "{5AA571C7-51E5-4479-8A52-5A6E375D4895}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleWorkerApp", "SampleWorkerApp\SampleWorkerApp.csproj", "{4BC5BF87-952E-4599-800A-D9C193ABF24A}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleWorkerApp", "src\SampleWorkerApp\SampleWorkerApp.csproj", "{66440A95-D026-4935-B65D-84E9394D5E22}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -189,10 +189,10 @@ Global
{5AA571C7-51E5-4479-8A52-5A6E375D4895}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5AA571C7-51E5-4479-8A52-5A6E375D4895}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5AA571C7-51E5-4479-8A52-5A6E375D4895}.Release|Any CPU.Build.0 = Release|Any CPU
{4BC5BF87-952E-4599-800A-D9C193ABF24A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BC5BF87-952E-4599-800A-D9C193ABF24A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BC5BF87-952E-4599-800A-D9C193ABF24A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BC5BF87-952E-4599-800A-D9C193ABF24A}.Release|Any CPU.Build.0 = Release|Any CPU
{66440A95-D026-4935-B65D-84E9394D5E22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66440A95-D026-4935-B65D-84E9394D5E22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66440A95-D026-4935-B65D-84E9394D5E22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66440A95-D026-4935-B65D-84E9394D5E22}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 4.2.0.{build}
version: 4.3.0.{build}

configuration: Release

Expand Down
2 changes: 1 addition & 1 deletion rakefile.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
COMPILE_TARGET = ENV['config'].nil? ? "debug" : ENV['config']
RESULTS_DIR = "results"
BUILD_VERSION = '4.2.0'
BUILD_VERSION = '4.3.0'

tc_build_number = ENV["BUILD_NUMBER"]
build_revision = tc_build_number || Time.new.strftime('5%H%M')
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6ecd1b9

Please sign in to comment.